Skip to content

Commit

Permalink
update repo in docs / logs / links --> processing-r/Processing.r
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydouglass committed Aug 6, 2019
1 parent 31d4bb1 commit 6e90bd0
Show file tree
Hide file tree
Showing 9 changed files with 257 additions and 257 deletions.
484 changes: 242 additions & 242 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/RLangMode.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = R for Processing
authorList = [Processing.R Authors](https://github.com/gaocegege/Processing.R/blob/master/AUTHORS.md)
url = https://github.com/gaocegege/Processing.R
authorList = [Processing.R Authors](https://github.com/processing-r/Processing.R/blob/master/AUTHORS.md)
url = https://github.com/processing-r/Processing.R
sentence = Processing in R Language
paragraph =
version = 106
prettyVersion = v1.0.6
version = 107
prettyVersion = v1.0.7
maxVersion = 0
minVersion = 260
2 changes: 1 addition & 1 deletion examples/reference/keyCode/keyCode1/keyCode1.rpde
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draw <- function() {
}

keyPressed <- function() {
# See https://github.com/gaocegege/Processing.R/issues/209
# See https://github.com/processing-r/Processing.R/issues/209
if (key == CODED) {
if (keyCode == UP) {
fillVal = 255
Expand Down
2 changes: 1 addition & 1 deletion raw-docs/devel/compilation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The following instructions cover compiling Processing.R from source rather than downloading the latest [release](https://github.com/gaocegege/Processing.R/releases).
The following instructions cover compiling Processing.R from source rather than downloading the latest [release](https://github.com/processing-r/Processing.R/releases).
Processing.R is available for the Processing Development Environment (PDE) or stand-alone, in these forms:

1. a PDE mode, which can be
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ U. California Santa Barbara</p>
<a href="https://www.codacy.com/app/gaocegege/Processing-R?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=gaocegege/Processing.R&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/33ebc49f6f764fffb7ea7bf617edf902" alt="Codacy Badge"></a>
<!--<a href="https://www.codacy.com/app/gaocegege/Processing-R?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=gaocegege/Processing.R&amp;utm_campaign=Badge_Coverage"><img src="https://api.codacy.com/project/badge/Coverage/33ebc49f6f764fffb7ea7bf617edf902" alt="Codacy Badge"></a>-->
<a href="https://stackshare.io/gaocegege/processing-r"><img src="https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat" alt="StackShare"></a>
<a href="https://github.com/gaocegege/Processing.R/releases"><img src="https://img.shields.io/github/release/gaocegege/Processing.R.svg" alt="GitHub Release"></a>
<a href="https://github.com/processing-r/Processing.R/releases"><img src="https://img.shields.io/github/release/gaocegege/Processing.R.svg" alt="GitHub Release"></a>
<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>
<a href="https://github.com/gaocegege/Processing.R/blob/master/raw-docs/devel/compilation.md#docker-image-deprecated"><img src="https://img.shields.io/badge/docker-deprecated-yellowgreen.svg" alt=""></a>
<a href="https://github.com/processing-r/Processing.R/blob/master/raw-docs/devel/compilation.md#docker-image-deprecated"><img src="https://img.shields.io/badge/docker-deprecated-yellowgreen.svg" alt=""></a>
</p>

## Overview
Expand Down Expand Up @@ -53,7 +53,7 @@ Processing.R supports:

Processing.R is still in early development -- it is not feature-complete or production-ready. Please try our experimental mode and give us your feedback.

- Report bugs to [Processing.R Issues](https://github.com/gaocegege/Processing.R/issues)!
- Report bugs to [Processing.R Issues](https://github.com/processing-r/Processing.R/issues)!
- Chat at the [Processing.R gitter channel](https://gitter.im/gaocegege/Processing.R)

## Installation
Expand Down
4 changes: 2 additions & 2 deletions resources/RLangMode.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = R for Processing
authorList = [Processing.R Authors](https://github.com/gaocegege/Processing.R/blob/master/AUTHORS.md)
url = https://github.com/gaocegege/Processing.R
authorList = [Processing.R Authors](https://github.com/processing-r/Processing.R/blob/master/AUTHORS.md)
url = https://github.com/processing-r/Processing.R
sentence = Processing in R Language
paragraph =
version = @@mode-version@@
Expand Down
4 changes: 2 additions & 2 deletions resources/mode.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = R for Processing
authors = [Processing.R Authors](https://github.com/gaocegege/Processing.R/blob/master/AUTHORS.md)
url = https://github.com/gaocegege/Processing.R
authors = [Processing.R Authors](https://github.com/processing-r/Processing.R/blob/master/AUTHORS.md)
url = https://github.com/processing-r/Processing.R
sentence = Processing in R Language
paragraph =
version = @@mode-version@@
Expand Down
2 changes: 1 addition & 1 deletion src/rprocessing/Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static void main(final String[] args) throws Exception {
sketch = new StandaloneSketch(args);
runSketchBlocking(sketch, new StreamPrinter(System.out), new StreamPrinter(System.err));

// See https://github.com/gaocegege/Processing.R/issues/89
// See https://github.com/processing-r/Processing.R/issues/89
// It can't be reproduced, so comment the statement.
// System.exit(0);
} catch (final Throwable t) {
Expand Down
2 changes: 1 addition & 1 deletion src/rprocessing/mode/RLangEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void actionPerformed(final ActionEvent e) {

@Override
public void actionPerformed(final ActionEvent e) {
Platform.openURL("http://github.com/gaocegege/Processing.R");
Platform.openURL("http://github.com/processing-r/Processing.R");
}
}));

Expand Down

0 comments on commit 6e90bd0

Please sign in to comment.