fastr icon indicating copy to clipboard operation
fastr copied to clipboard

install.packages("parsnip") fails on FASTR 22.2 on Linux

Open manticore-projects opened this issue 3 years ago • 1 comments

Greetings.

Many packages installed successfully, but PARSNIP keeps failing with "An internal error occured". Its a dependency of TIDYMODELS.

manticore-projects avatar Oct 24 '22 08:10 manticore-projects

java.lang.RuntimeException: com.oracle.truffle.r.runtime.RInternalError: not implemented: unexpected SEXPTYPE PROMSXP

* installing *source* package ‘parsnip’ ...
** package ‘parsnip’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
An internal error occurred: "java.lang.RuntimeException: com.oracle.truffle.r.runtime.RInternalError: not implemented: unexpected SEXPTYPE PROMSXP"
Please report an issue at https://github.com/oracle/fastr including the commands and the error log file '/home/are/fastr_errors_pid39669.log'.
ERROR: lazy loading failed for package ‘parsnip’
* removing ‘/home/are/R/x86_64-pc-linux-gnu-library/fastr-22.2.0-4.0/parsnip’

The downloaded source packages are in
	‘/tmp/RtmpupAu2J/downloaded_packages’
Warning message:
In install.packages("parsnip") :
  installation of package ‘parsnip’ had non-zero exit status

AMD64 Arch Linux.

manticore-projects avatar Oct 24 '22 08:10 manticore-projects