Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install RcppParallel #52

Closed
comicfans opened this issue Jan 23, 2019 · 2 comments
Closed

Cannot install RcppParallel #52

comicfans opened this issue Jan 23, 2019 · 2 comments
Assignees
Labels

Comments

@comicfans
Copy link

comicfans commented Jan 23, 2019

I'm using graal/fastr 1.0.0 rc11

install.packages('RcppParallel')

Installing package into ‘/b/b/e/fastr/library’
(as ‘lib’ is unspecified)
Content type 'application/octet-stream' length 1265021 bytes (1.2 MB)
* installing *source* package ‘RcppParallel’ ...
** package ‘RcppParallel’ successfully unpacked and MD5 sums checked
* preparing to configure package 'RcppParallel' ...
** executing 'R CMD config'
** executing 'R CMD config'
An internal error occurred.
Please report an issue at https://github.com/oracle/fastr including the commands. You can rerun FastR with --jvm.DR:+PrintErrorStacktracesToFile to turn on internal errors logging. Please attach the log file
 to the issue if possible.
ERROR: configuration failed for package ‘RcppParallel’
* removing ‘/b/b/e/fastr/library/RcppParallel’

@steve-s steve-s self-assigned this Jan 23, 2019
@steve-s steve-s added the bug label Jan 23, 2019
@steve-s
Copy link
Member

steve-s commented Jan 23, 2019

Hi comicfans,

thank you for the report. We can reproduce the issue. It's a bug in the gsub builtin. We're working on a fix.

@steve-s
Copy link
Member

steve-s commented Feb 21, 2019

Should be fixed in d25a713 and RcppParallel can be now installed on FastR. I've also tried the matrix transform example and it seems to be working fine.

@steve-s steve-s closed this as completed Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants