Skip to content

Commit 4643a9e

Browse files
committed
version: prepare for a new release
Signed-off-by: Ce Gao <[email protected]>
1 parent 35da087 commit 4643a9e

File tree

9 files changed

+12
-232
lines changed

9 files changed

+12
-232
lines changed

AUTHORS.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
This list is sorted by the number of commits per contributor in descending order.
44

5-
[@gaocegege](https://github.com/gaocegege)
5+
* [@gaocegege](https://github.com/gaocegege)
6+
* [@jeremydouglass](https://github.com/jeremydouglass)
7+
* [@hawkingrei](https://github.com/hawkingrei)
68

7-
[@jeremydouglass](https://github.com/jeremydouglass)
8-
9-
[@hawkingrei](https://github.com/hawkingrei)
10-
11-
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-06-16
9+
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-06-26

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Closed issues:**
88

9+
- Remove Python-specific reference terms from reference import [\#120](https://github.com/gaocegege/Processing.R/issues/120)
910
- Write a tech report to introduce the architecture of Processing.R [\#119](https://github.com/gaocegege/Processing.R/issues/119)
1011
- reference: Can't show functions which have no subcategory [\#117](https://github.com/gaocegege/Processing.R/issues/117)
1112
- Layout error in documentation [\#112](https://github.com/gaocegege/Processing.R/issues/112)
@@ -15,6 +16,7 @@
1516
- trigonometry is not in example in PDE [\#96](https://github.com/gaocegege/Processing.R/issues/96)
1617
- Support description and syntax in reference by .property.yml [\#93](https://github.com/gaocegege/Processing.R/issues/93)
1718
- Runner.jar blocks although exit is called [\#89](https://github.com/gaocegege/Processing.R/issues/89)
19+
- Create documentation using Processing docs tools [\#80](https://github.com/gaocegege/Processing.R/issues/80)
1820
- New release \(pre-GSOC\) [\#70](https://github.com/gaocegege/Processing.R/issues/70)
1921
- coala: Support code linting for Java [\#69](https://github.com/gaocegege/Processing.R/issues/69)
2022
- Adapt float type in language level by renjin [\#61](https://github.com/gaocegege/Processing.R/issues/61)
@@ -25,6 +27,8 @@
2527

2628
**Merged pull requests:**
2729

30+
- patch: Remove python-specific refenrence items [\#132](https://github.com/gaocegege/Processing.R/pull/132) ([gaocegege](https://github.com/gaocegege))
31+
- docs: Remove table, xml and primitive [\#130](https://github.com/gaocegege/Processing.R/pull/130) ([gaocegege](https://github.com/gaocegege))
2832
- travis: Fix CI failure [\#129](https://github.com/gaocegege/Processing.R/pull/129) ([gaocegege](https://github.com/gaocegege))
2933
- reference: Add tranform reference items [\#128](https://github.com/gaocegege/Processing.R/pull/128) ([gaocegege](https://github.com/gaocegege))
3034
- style: remove useless import [\#127](https://github.com/gaocegege/Processing.R/pull/127) ([hawkingrei](https://github.com/hawkingrei))

docs/assets/jquery-1.6.4.min.js

-4
This file was deleted.

docs/assets/pagify.js

-82
This file was deleted.

docs/assets/style.css

-52
This file was deleted.

docs/index.html

-84
This file was deleted.

raw-docs/howto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The output is:
113113

114114
The distribution image is available from:
115115

116-
- [gaocegege.com/Processing.R](http://gaocegege.com/Processing.R)
116+
- [Processing.R Releases](https://github.com/gaocegege/Processing.R/releases)
117117

118118
### 4. Docker Image (DEPRECATED)
119119

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<a href="https://gitter.im/gaocegege/Processing.R?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge"><img src="https://badges.gitter.im/gaocegege/Processing.R.svg" alt="Gitter"></a>
2929
</p>
3030

31-
Now Processing.R is still in early development stage, not production ready. The current version will be listed in [gaocegege.com/Processing.R/](http://gaocegege.com/Processing.R/). Welcome to report bugs to [issues](https://github.com/gaocegege/Processing.R/issues)!
31+
Now Processing.R is still in early development stage, not production ready. The current version will be listed in [Processing.R Release Page](https://github.com/gaocegege/Processing.R/releases). Welcome to report bugs to [issues](https://github.com/gaocegege/Processing.R/issues)!
3232

3333
## Installation
3434

35-
If you just want to have a try, you could download the packaged software from [gaocegege.com/Processing.R/](http://gaocegege.com/Processing.R/)
35+
If you just want to have a try, you could download the packaged software from [Processing.R Release Page](https://github.com/gaocegege/Processing.R/releases)
3636

3737
If you want to compile the source code, see [HOWTO get Processing.R](./raw-docs/howto.md).
3838

resources/mode.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = R Language Mode
2-
authorList = [Ce Gao](http://gaocegege.com)
2+
authorList = [Processing.R Authors](https://github.com/gaocegege/Processing.R/blob/master/AUTHORS.md)
33
url = https://github.com/gaocegege/Processing.R
44
sentence = Processing in R Language.
55
paragraph = Nil

0 commit comments

Comments
 (0)