diff --git a/readme.md b/readme.md index 94b43c8..53f3825 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,9 @@

Processing.R enables users to write Processing sketches in R.

+

Current Maintainer: @jeremydouglass from +U. California Santa Barbara

+

Travis CI appveyor @@ -26,7 +29,7 @@ Processing.R supports: 1. native R programming and syntax 1. most Processing built-in functions (`draw()`, `rect()`, `box()`, etc.) 1. importing select Processing(Java) libraries (e.g. "peasycam") -1. importing select R Packages (e.g. "foreach") +1. importing select R Packages (e.g. "foreach")

Editor @@ -63,7 +66,7 @@ To build the mode from source, see [compilation.md](./raw-docs/devel/compilation Processing.R supports most of the Processing functions as described in the [Processing reference](processing.org/reference/). Processing.R functions are described on the documentation website: -- [https://processing-r.github.io/reference](https://processing-r.github.io/reference). +- [https://processing-r.github.io/reference](https://processing-r.github.io/reference). However, the Processing.R documentation is currently incomplete. Many functions have not been tested or are not accompanied by example sketches. Some reference pages contain materials from Processing.py or Processing(Java) that have not been edited to reflect differences from other Processing modes.