Skip to content

Commit 13148dc

Browse files
committed
docs: Udpate docs
Signed-off-by: Ce Gao <[email protected]>
1 parent c64a66f commit 13148dc

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Ce Gao <[email protected]>
44

55
Jeremy Douglass <[email protected]>
66

7-
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-15
7+
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-19

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- PDE mode installation \(manual\) [\#42](https://github.com/gaocegege/Processing.R/issues/42)
1313
- Add an object oriented example [\#41](https://github.com/gaocegege/Processing.R/issues/41)
1414
- Travis fails according to ant report [\#37](https://github.com/gaocegege/Processing.R/issues/37)
15+
- Comments highlight error in Processing IDE [\#35](https://github.com/gaocegege/Processing.R/issues/35)
1516
- Fail to build mode in macOS [\#33](https://github.com/gaocegege/Processing.R/issues/33)
1617
- Add Processing app with Processing.R into v1.0.1 [\#23](https://github.com/gaocegege/Processing.R/issues/23)
1718
- Add logger support to Processing.R [\#22](https://github.com/gaocegege/Processing.R/issues/22)
@@ -21,9 +22,15 @@
2122
- Simplify CI process: replace the compilation with download file [\#15](https://github.com/gaocegege/Processing.R/issues/15)
2223
- Merge generate-ant-file.sh scripts to one bash script [\#13](https://github.com/gaocegege/Processing.R/issues/13)
2324
- Static Mode in Editor [\#7](https://github.com/gaocegege/Processing.R/issues/7)
25+
- RLangPApplet singleton [\#6](https://github.com/gaocegege/Processing.R/issues/6)
2426

2527
**Merged pull requests:**
2628

29+
- coala: Add coala support [\#67](https://github.com/gaocegege/Processing.R/pull/67) ([gaocegege](https://github.com/gaocegege))
30+
- ci: Add ant package [\#66](https://github.com/gaocegege/Processing.R/pull/66) ([gaocegege](https://github.com/gaocegege))
31+
- Make PApplet to be a singleton. [\#65](https://github.com/gaocegege/Processing.R/pull/65) ([gaocegege](https://github.com/gaocegege))
32+
- Fix comments highlight [\#64](https://github.com/gaocegege/Processing.R/pull/64) ([gaocegege](https://github.com/gaocegege))
33+
- Docker: Update the docker config [\#62](https://github.com/gaocegege/Processing.R/pull/62) ([gaocegege](https://github.com/gaocegege))
2734
- Optimize the script to generate build.xml [\#60](https://github.com/gaocegege/Processing.R/pull/60) ([gaocegege](https://github.com/gaocegege))
2835
- Add examples folder into mode distribution [\#57](https://github.com/gaocegege/Processing.R/pull/57) ([gaocegege](https://github.com/gaocegege))
2936
- examples: Add a 3d example [\#46](https://github.com/gaocegege/Processing.R/pull/46) ([gaocegege](https://github.com/gaocegege))

CONTRIBUTING.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ Thanks for your contributions!
2424

2525
## Coding Style
2626

27-
The coding style in google is used in this repository. See the
28-
[Java style doc](https: //google.github.io/styleguide/javaguide.html) for details.
27+
See the
28+
[Java style doc](https: //google.github.io/styleguide/javaguide.html) and [FormatR utilities](https://yihui.name/formatr/) for details.
29+
30+
You could install [coala](http://coala.io) to run code linting analysis in command line.
31+
32+
```bash
33+
$ pip install coala coala-bears
34+
$ coala
35+
```
2936

3037
### Format of the Commit Message
3138

@@ -62,4 +69,4 @@ For the why part, if no specific reason for the change,
6269
you can use one of some generic reasons like "Improve documentation.",
6370
"Improve performance.", "Improve robustness.", "Improve test coverage."
6471

65-
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-02
72+
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-19

0 commit comments

Comments
 (0)