Skip to content

Commit e7c1b45

Browse files
tomasstupkaansalond
authored andcommitted
minor - replace 3.4.0 reference with 3.5.1
(cherry picked from commit f292f65)
1 parent 4c77ff7 commit e7c1b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/TruffleRLanguageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
import com.oracle.truffle.r.runtime.ffi.RFFIFactory;
6969
import com.oracle.truffle.r.runtime.nodes.RBaseNode;
7070

71-
@TruffleLanguage.Registration(name = "R", id = "R", version = "3.4.0", mimeType = {RRuntime.R_APP_MIME, RRuntime.R_TEXT_MIME}, interactive = true)
71+
@TruffleLanguage.Registration(name = "R", id = "R", version = "3.5.1", mimeType = {RRuntime.R_APP_MIME, RRuntime.R_TEXT_MIME}, interactive = true)
7272
@ProvidedTags({StandardTags.CallTag.class, StandardTags.StatementTag.class, StandardTags.RootTag.class, RSyntaxTags.LoopTag.class, FunctionBodyBlockTag.class})
7373
public final class TruffleRLanguageImpl extends TruffleRLanguage {
7474

documentation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ FastR uses a build tool called `mx` (cf `maven`) which can be downloaded from [h
5252

5353
## Pre-Requisites
5454
FastR shares some code with GnuR, for example, the default packages and the Blas library. Therefore, a version of GnuR (currently
55-
R-3.4.0), is downloaded and built as part of the build. Both GNU R and FastR require access certain tools and packages that must be available
55+
R-3.5.1), is downloaded and built as part of the build. Both GNU R and FastR require access certain tools and packages that must be available
5656
prior to the build. These are:
5757

5858
A jvmci-enabled Java JDK which is available from [pre-built binary](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html)
@@ -123,7 +123,7 @@ The access point for contributions, issues and questions about FastR is the [Git
123123
### GNU-R build fails
124124

125125
GNU-R is built as part of the FastR build and therefore all GNU-R dependencies are required.
126-
The output from GNU-R configuration is logged in `libdownloads/R-3.4.0/gnur_configure.log`.
126+
The output from GNU-R configuration is logged in `libdownloads/R-3.5.1/gnur_configure.log`.
127127

128128
### Build fails when generating R grammar
129129

0 commit comments

Comments
 (0)