Displaying 8 results from an estimated 8 matches for "rdscript".
Did you mean:
ldscript
2013 Feb 27
2
Keeping up to date with R-devel
...ecommended way to keep up to date with
R-devel and check packages with the latest version?
My objective is to be able to have both R and R-devel versions
installed/working and up to date.
R-devel binaries would be available as symlinks in my home directory so
that I can do:
Rdevel CMD check mypkg
Rdscript -e "some R code"
anywhere on my system.
So the workflow would be:
Only once:
svn co https://svn.r-project.org/R/trunk rdevel
Then in rdevel:
svn update
./configure --prefix=~/bin/R-devel
make
make install
[Only after first compilation:
cd ~/bin/; ln- s R-devel/bin/R Rdevel; ln-...
2020 May 16
1
R 4.0.0
On Saturday, 16 May 2020 00.38.34 WEST I?aki Ucar wrote:
> Sorry, but I'm not sure I'm following you. How does having
> /usr/lib64/R/library as system library prevent you from testing
> r-devel?
First the context, we are speaking of srpms.
Use case: you want to test a pre-version of R before it is released and you
want to do it using dnf while not having to de-install the
2023 Nov 10
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
.../R/doc" "/usr/lib/R/etc"
$
Being able to run Docker for such tests is a good superpower and on most
systems these days only one package installation away.
For a locally built one (my r-devel build here) it works the same but points
of course to a different directory:
$ RDscript -e 'sapply(c("bin", "doc", "etc"), R.home)'
bin doc
"/usr/local/lib/R-devel/lib/R/bin" "/usr/local/lib/R-devel/lib/R/doc"
etc
"...
2023 Nov 10
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
.../R/doc" "/usr/lib/R/etc"
$
Being able to run Docker for such tests is a good superpower and on most
systems these days only one package installation away.
For a locally built one (my r-devel build here) it works the same but points
of course to a different directory:
$ RDscript -e 'sapply(c("bin", "doc", "etc"), R.home)'
bin doc
"/usr/local/lib/R-devel/lib/R/bin" "/usr/local/lib/R-devel/lib/R/doc"
etc
"...
2023 Nov 10
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
>>>>> Jeff Newmiller via R-help
>>>>> on Thu, 09 Nov 2023 12:08:07 -0800 writes:
> No clue. Tip: R-devel is the mailing list for anything
> related to development versions of R. Off-topic here.
Yes. Alternatively, as he uses Debian, there's the
R-SIG-Debian mailing list, too.
--> I'm CC'ing both R-devel and R-SIG-Debian instead
2023 Nov 10
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
>>>>> Jeff Newmiller via R-help
>>>>> on Thu, 09 Nov 2023 12:08:07 -0800 writes:
> No clue. Tip: R-devel is the mailing list for anything
> related to development versions of R. Off-topic here.
Yes. Alternatively, as he uses Debian, there's the
R-SIG-Debian mailing list, too.
--> I'm CC'ing both R-devel and R-SIG-Debian instead
2023 Nov 09
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
No clue. Tip: R-devel is the mailing list for anything related to development versions of R. Off-topic here.
On November 9, 2023 2:59:44 AM PST, "Iago Gin? V?zquez" <iago.gine at sjd.es> wrote:
>Hi all,
>
>I downloaded R-devel as explicited in https://developer.r-project.org/SVNtips.html
>Then, I tried to install it through instructions in
2023 Nov 09
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
No clue. Tip: R-devel is the mailing list for anything related to development versions of R. Off-topic here.
On November 9, 2023 2:59:44 AM PST, "Iago Gin? V?zquez" <iago.gine at sjd.es> wrote:
>Hi all,
>
>I downloaded R-devel as explicited in https://developer.r-project.org/SVNtips.html
>Then, I tried to install it through instructions in