-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect
$(WASM)/lib/R/bin
JS binaries to use native R (#367)
* Redirect $(WASM)/lib/R/bin binaries to native R The binaries built by Emscripten in $(WASM)/lib/R/bin are JavaScript output, unable to be run directly by the host machine. Such binaries can be run using Node, but require some further setup (e.g. relocation of the required `R.wasm` file). Since these scrips do not work, Makevars targets relying on executing R code using `$(R_HOME)/bin/R` fail. The `symbols.rds` target in `lib/share/make/shlib.mk` is an example. With this commit, these specific scripts are redirected to use the version of R compiled for the host machine, working around the issue. * Update NEWS.md
- Loading branch information
1 parent
b1ee419
commit b83a88f
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters