Skip to content

Commit

Permalink
minor - replace 3.4.0 reference with 3.5.1
Browse files Browse the repository at this point in the history
(cherry picked from commit f292f65)
  • Loading branch information
tomasstupka authored and ansalond committed Jan 29, 2019
1 parent 4c77ff7 commit e7c1b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
import com.oracle.truffle.r.runtime.ffi.RFFIFactory;
import com.oracle.truffle.r.runtime.nodes.RBaseNode;

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

Expand Down
4 changes: 2 additions & 2 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FastR uses a build tool called `mx` (cf `maven`) which can be downloaded from [h

## Pre-Requisites
FastR shares some code with GnuR, for example, the default packages and the Blas library. Therefore, a version of GnuR (currently
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
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
prior to the build. These are:

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

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

### Build fails when generating R grammar

Expand Down

0 comments on commit e7c1b45

Please sign in to comment.