Re: [R] Installation of a source package in R

2020-07-21 Thread Ivan Krylov
On Tue, 21 Jul 2020 20:26:16 + peri He wrote: > I am still getting error when I run: install.packages > ("package.tar.gz', repos = NULL, type = "source"). It's a good idea to specify both the things you are doing (which you did) and the results you are getting, i.e. the exact error message

[R] Installation of a source package in R

2020-07-21 Thread peri He
Hello, I have installed all packages successfully in order to unpack a source package. I am still getting error when I run: install.packages ("package.tar.gz', repos = NULL, type = "source"). Is that possible my system doesn't allow Rstudio to compile some information in C++ ? My colleague is