Displaying 1 result from an estimated 1 matches for "package_xxx".
Did you mean:
package_xx
2016 Nov 11
1
installing R-devel on ubuntu
...11 Nov 11 05:30 COPYING
:/usr/local/lib/R>
Yet, the --prefix in the configure command says to create
/usr/local/lib/R-devel
directory. This causes problems because it ends up looking like I want the
R-devel version to be my regular R version. so when I type
bash R-devel.sh CMD check --as-cran package_xxx.tar.gz that uses
the development version of R>
but, if I type R CMD check --as-cran package_xxx.tar.gz, that also
uses the development version of R.
I essentially lose my ability to access the regular version of R
even though it is sitting in /usr/lib/R.
I think it has to do with the build-R-...