You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install rmimp on R (version 3.6.0) but I had the following error:
install_github("omarwagih/rmimp")
Downloading GitHub repo omarwagih/rmimp@master
✔ checking for file ‘/tmp/Rtmp73qJKP/remotes295f4b06723f/omarwagih-rmimp-5bf4fc6/DESCRIPTION’ ...
─ preparing ‘rmimp’: (537ms)
✔ checking DESCRIPTION meta-information
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘rmimp_1.2.tar.gz’
Installing package into '/home/lecob/R/x86_64-pc-linux-gnu-library/3.6'
(as 'lib' is unspecified)
installing source package ‘rmimp’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path ERROR: hard-coded installation path: please report to the package maintainer and use ‘--no-staged-install’
removing ‘/home/lecob/R/x86_64-pc-linux-gnu-library/3.6/rmimp’
Error in i.p(...) :
(converted from warning) installation of package '/tmp/Rtmp73qJKP/file295f30c4b032/rmimp_1.2.tar.gz' had non-zero exit status
sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS
The text was updated successfully, but these errors were encountered:
I tried to install rmimp on R (version 3.6.0) but I had the following error:
install_github("omarwagih/rmimp")
Downloading GitHub repo omarwagih/rmimp@master
✔ checking for file ‘/tmp/Rtmp73qJKP/remotes295f4b06723f/omarwagih-rmimp-5bf4fc6/DESCRIPTION’ ...
─ preparing ‘rmimp’: (537ms)
✔ checking DESCRIPTION meta-information
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘rmimp_1.2.tar.gz’
Installing package into '/home/lecob/R/x86_64-pc-linux-gnu-library/3.6'
(as 'lib' is unspecified)
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
ERROR: hard-coded installation path: please report to the package maintainer and use ‘--no-staged-install’
Error in i.p(...) :
(converted from warning) installation of package '/tmp/Rtmp73qJKP/file295f30c4b032/rmimp_1.2.tar.gz' had non-zero exit status
sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS
The text was updated successfully, but these errors were encountered: