You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@ A high-performance implementation of the R programming language, built on GraalV
2
2
3
3
FastR aims to be:
4
4
*[efficient](https://medium.com/graalvm/faster-r-with-fastr-4b8db0e0dceb#4ab6): executing R language scripts faster than any other R runtime and as fast as `Rcpp`
5
-
*[polyglot](https://medium.com/graalvm/faster-r-with-fastr-4b8db0e0dceb#0f5c): allowing fast [polyglot interoperability](https://www.graalvm.org/docs/reference-manual/polyglot/) with other languages in the GraalVM ecosystem.
5
+
*[polyglot](https://medium.com/graalvm/faster-r-with-fastr-4b8db0e0dceb#0f5c): allowing fast [polyglot interoperability](https://www.graalvm.org/reference-manual/polyglot-programming/) with other languages in the GraalVM ecosystem.
6
6
*[compatible](https://medium.com/graalvm/faster-r-with-fastr-4b8db0e0dceb#fff5): with the reference R implementation including the [R extensions C API](https://cran.r-project.org/doc/manuals/r-release/R-exts.html)
7
7
*[embeddable](https://github.com/graalvm/examples/tree/master/r_java_embedding): allowing integration using the R embedding API or the GraalVM polyglot embedding SDK for Java
8
8
9
9
10
10
The screenshot below shows Java application with embedded FastR engine.
11
11
The plot below was generated by `ggplot2` running on FastR and it shows
12
12
peak performance of the [raytracing example](http://www.tylermw.com/throwing-shade/).
13
-
The measurements were [reproduced independently](https://nextjournal.com/sdanisch/fastr-benchmark).
13
+
The measurements were [reproduced independently](https://web.archive.org/web/20181017111641/https://nextjournal.com/sdanisch/fastr-benchmark).
See the documentation on the GraalVM website on how to [get GraalVM](https://www.graalvm.org/docs/getting-started/) and [install and use FastR](http://www.graalvm.org/docs/reference-manual/languages/r/).
19
+
See the documentation on the GraalVM website on how to [get GraalVM](https://www.graalvm.org/docs/getting-started/) and [install and use FastR](https://www.graalvm.org/reference-manual/r/).
20
20
21
21
```
22
22
$ $GRAALVM/bin/R
@@ -54,7 +54,7 @@ fast as GNU-R/Rcpp and sometimes even faster because of the advanced optimizatio
54
54
55
55
## Documentation
56
56
57
-
The reference manual for FastR, which explains its advantages, its current limitations, compatibility and additional functionality is available on the [GraalVM website](http://www.graalvm.org/docs/reference-manual/languages/r/).
57
+
The reference manual for FastR, which explains its advantages, its current limitations, compatibility and additional functionality is available on the [GraalVM website](https://www.graalvm.org/reference-manual/r/).
58
58
59
59
Further documentation, including contributor/developer-oriented information, is in the [documentation folder](documentation/Index.md) of this repository.
60
60
@@ -65,7 +65,7 @@ The discussion on [Slack](https://www.graalvm.org/slack-invitation/) is a good w
65
65
66
66
We would like to grow the FastR open-source community to provide a free R implementation atop the Truffle/Graal stack.
67
67
We encourage contributions, and invite interested developers to join in.
68
-
Prospective contributors need to sign the [Oracle Contributor Agreement (OCA)](http://www.oracle.com/technetwork/community/oca-486395.html).
68
+
Prospective contributors need to sign the [Oracle Contributor Agreement (OCA)](https://oca.opensource.oracle.com/).
69
69
The access point for contributions, issues and questions about FastR is the [GitHub repository](https://github.com/oracle/fastr).
0 commit comments