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

Problem installation in R #8

Open
lecob opened this issue Jul 8, 2019 · 1 comment
Open

Problem installation in R #8

lecob opened this issue Jul 8, 2019 · 1 comment

Comments

@lecob
Copy link

lecob commented Jul 8, 2019

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

@Diogopell
Copy link

Hi, I know its been a while, but I had the same problem, for me it worked using this command:

devtools::install_github("omarwagih/rmimp", INSTALL_opts="--no-staged-install”)

I hope its still in time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants