-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
I was trying to install the package "mosaic" and get to following result:
> install.packages("mosaic")
Installing package into ‘/Users/[...]/R/x86_64-apple-darwin-library/fastr-22.2.0-4.0’
(as ‘lib’ is unspecified)
Content type 'application/octet-stream' length 3570522 bytes (3,4 MB)
* installing *source* package ‘mosaic’ ...
** package ‘mosaic’ successfully unpacked and MD5 sums checked
** using staged installation
** R
com.oracle.truffle.r.runtime.ReturnException
An internal error occurred: "should not reach here: lazyLoadDBinsertValue exception"
Please report an issue at https://github.com/oracle/fastr including the commands and the error log file '/Users/[...]/fastr_errors_pid88998.log'.
The downloaded source packages are in
‘/private/[...]/downloaded_packages’
Warning message:
In install.packages("mosaic") :
installation of package ‘mosaic’ had non-zero exit status
The error log file is attached. Any ideas how to fix this?