[R] Building Packages.

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Wed Mar 20 17:13:53 CET 2024


В Wed, 20 Mar 2024 16:02:27 +0000
Jorgen Harmse via R-help <r-help using r-project.org> пишет:

> > install.packages(tar,type='source',repos=NULL)  
> 
> Error in library(jhBase) : there is no package called ‘jhBase’
> 
> Execution halted
> 
> Warning in install.packages(tar, type = "source", repos = NULL) :
> 
>   installation of package
> ‘/Users/jharmse/Library/CloudStorage/OneDrive-RokuInc/jhBase_1.0.1.tar.gz’
> had non-zero exit status

Using RStudio? It happens to override install.packages with a function
that doesn't quite handle file paths. Try utils::install.packages(tar,
type = "source", repos = NULL).

-- 
Best regards,
Ivan



More information about the R-help mailing list