Skip to content

System command error - can't install #1

@artgolden

Description

@artgolden
The downloaded source packages are in
	‘/tmp/RtmpjdbjHB/downloaded_packages’
✔  checking for file ‘/tmp/RtmpjdbjHB/remotescfd390643de/BMILAB-scNPF-742ec64/DESCRIPTION’ ...
─  preparing ‘scNPF’:
✔  checking DESCRIPTION meta-information ...
   Warning in file(con, "r") :
     cannot open file 'man': No such file or directory
    ERROR
   computing Rd index failed:cannot open the connection
Error in (function (command = NULL, args = character(), error_on_status = TRUE,  : 
  System command error

This error occurs on a fresh R install (3.5.1, 3.6, 3.6) on three separate computers, running Ubuntu 18.04, 16.04, Windows 8.1 respectively.
To reproduce:

install R

install.packages("devtools") # with all dependencies
install.packages("BiocManager")
BiocManager::install(c("AnnotationDbi", "GO.db", "impute", "preprocessCore"))
devtools::install_github("BMILAB/scNPF")

Any help appreciated!

Further reading on the internet suggested that this can be devtools issue with function install_github().
However other packages are installing just fine.

> devtools::install_github("r-lib/remotes")
Downloading GitHub repo r-lib/remotes@master
✔  checking for file ‘/tmp/RtmpGYWxMe/remotes24c444e1d84a/r-lib-remotes-ba2f034/DESCRIPTION’ ...
─  preparing ‘remotes’:
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  building ‘remotes_2.0.4.9000.tar.gz’
   
* installing *source* package ‘remotes’ ...
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (remotes)
> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions