Re: [R-pkg-devel] R CMD INSTALL -l /path/lib

2020-08-19 Thread Sameh M. Abdulah
Many Thanks Gabor! It works with me. —Sameh On Aug 19, 2020, at 6:44 PM, Iñaki Ucar wrote: > > On Wed, 19 Aug 2020 at 14:02, Gábor Csárdi wrote: >> >> From https://cran.r-project.org/doc/manuals/R-exts.html: >> >>> The script is run in a separate R environment containing the following >> v

Re: [R-pkg-devel] R CMD INSTALL -l /path/lib

2020-08-19 Thread Iñaki Ucar
On Wed, 19 Aug 2020 at 14:02, Gábor Csárdi wrote: > > From https://cran.r-project.org/doc/manuals/R-exts.html: > > > The script is run in a separate R environment containing the following > variables: R_PACKAGE_NAME (the name of the package), R_PACKAGE_SOURCE (the > path to the source directory of

Re: [R-pkg-devel] R CMD INSTALL -l /path/lib

2020-08-19 Thread Dirk Eddelbuettel
On 19 August 2020 at 13:01, Gábor Csárdi wrote: | >From https://cran.r-project.org/doc/manuals/R-exts.html: | | > The script is run in a separate R environment containing the following | variables: R_PACKAGE_NAME (the name of the package), R_PACKAGE_SOURCE (the | path to the source directory of

Re: [R-pkg-devel] R CMD INSTALL -l /path/lib

2020-08-19 Thread Gábor Csárdi
>From https://cran.r-project.org/doc/manuals/R-exts.html: > The script is run in a separate R environment containing the following variables: R_PACKAGE_NAME (the name of the package), R_PACKAGE_SOURCE (the path to the source directory of the package), R_PACKAGE_DIR (the path of the target installa

[R-pkg-devel] R CMD INSTALL -l /path/lib

2020-08-19 Thread Sameh M. Abdulah
If a user is using this command to install my package, R CMD INSTALL -l /path/lib package_r.tar.gz How can I get the lib value within the configure file? --Sameh [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing