Displaying 2 results from an estimated 2 matches for "build_help_types".
2014 Jan 26
1
Trouble installing package in development version of R
...* removing ‘/home/rjan/R/i686-pc-linux-gnu-library/3.1/lattice’
I then looked at the help for R CMD INSTALL and saw debug flag so I did:
$ sudo R CMD INSTALL -d lattice_0.20-24.tar.gz
processing ‘lattice_0.20-24.tar.gz’
a file
* installing to library ‘/home/rjan/R/i686-pc-linux-gnu-library/3.1’
* build_help_types=
* DBG: 'R CMD INSTALL' now doing do_install()
* created lock directory
‘/home/rjan/R/i686-pc-linux-gnu-library/3.1/00LOCK-lattice’
* installing *source* package ‘lattice’ ...
** package ‘lattice’ successfully unpacked and MD5 sums checked
** libs
about to run R CMD SHLIB -o lattice.so init...
2020 Oct 02
0
Unable to compile with R CMD INSTALL on windows when sourcing from Rprofile
...differences after the paste):
[1] "C:/<omitted>/Work/my-r-library"
[1] Using environment default
processing 'C:\<omitted>\.rip\cache\repos\cloud.r-project.org\8a5edab282632443219e051e4ade2d1d5bbc671c781051bf1437897cbdfea0f1\assertthat\assertthat_0.2.1.tar.gz'
a file
* build_help_types=html
* DBG: 'R CMD INSTALL' now doing do_install()
* created lock directory 'C:/<omitted>/Work/my-r-library/.envs/default/lib/00LOCK-assertthat'
* installing *source* package 'assertthat' ...
** package 'assertthat' successfully unpacked and MD5 sums checked
**...