search for: cran_

Displaying 4 results from an estimated 4 matches for "cran_".

Did you mean: cran
2012 Jan 11
1
Silently loading and Depends: versus NAMESPACE imports
R CMD check really hates it when my .onLoad() function contains suppressMessages(library(foo)) However, _and for non-public packages not going to CRAN_ I prefer doing this over using explicit Depends or import statements in the NAMESPACE file as the latter do not give me an ability to make the loading less verbose. With the R universe of packages being as vast as at is, a simple (non-public) package I have loads about five or six other packages e...
2025 May 13
1
how to install R 4.4
...ut if you really think you must use R 4.4.* on Ubuntu 24.04 you can always compile it locally, as package (ie build a .deb if you know how) or into /usr/local. But read on... All that said, I think it is a non-issue. R 4.5.0 works great on 24.04 and later _and that is why we offer the backport via CRAN_. | following the instructions on | https://cloud.r-project.org/bin/linux/ubuntu/fullREADME.html | | > To obtain the latest R 4.4 packages, add an entry like | > | > deb https://cloud.r-project.org/bin/linux/ubuntu noble-cran40/ | | but that gave me 4.5 again. so, 1) how do I get the 4....
2025 May 13
1
how to install R 4.4
is there a way to get R 4.4 on linux mint with ubuntu 24.04? I allowed upgrade of packages and that overwrote my 4.4 with 4.5 and now i have a huge list of packages, some of which are difficult to install to deal with. following the instructions on https://cloud.r-project.org/bin/linux/ubuntu/fullREADME.html > To obtain the latest R 4.4 packages, add an entry like > > deb
2025 May 14
1
how to install R 4.4
...4.* on Ubuntu 24.04 you can > always > compile it locally, as package (ie build a .deb if you know how) or > into > /usr/local. But read on... > > All that said, I think it is a non-issue. R 4.5.0 works great on > 24.04 and > later _and that is why we offer the backport via CRAN_. > > > following the instructions on > > https://cloud.r-project.org/bin/linux/ubuntu/fullREADME.html > > > > > To obtain the latest R 4.4 packages, add an entry like > > > > > > deb https://cloud.r-project.org/bin/linux/ubuntu?noble-cran40/ > &...