Questions tagged [r-devel]

5 questions
4
votes
1 answer

Build R with OpenBLAS

I'm trying to build R-devel / R-patched. I've read some links, connected with steps for doing this. 1) https://www.r-bloggers.com/2022/01/building-r-4-2-for-windows-with-openblas/ 2)…
Dmitriy
  • 847
  • 17
  • 39
2
votes
1 answer

Why are some testthat tests on R-devel much slower than on R 4.1.2

Trying to figure out why mkin 1.1.0 (to be released) tests fail on winbuilder and r-hub with R-devel, I am checking locally with R-devel on Linux. I am finding that certain tests run reasonably quick when using R 4.1.2 me@computer:~/git/mkin (main)$…
Johannes Ranke
  • 469
  • 3
  • 11
1
vote
0 answers

Is it possible to import development versions of a package within another package?

I am writing a package (currently for my own use only) that uses data.table heavily. However, one function I use often, data.table::fcase() is only available in the development version of data.table. Is it possible to ensure that R checks for and…
opmc
  • 33
  • 5
1
vote
1 answer

How to install R-devel on Mac OS?

I want to install R 4.0 for the newest Bioconductor submission. However, I cannot find instruction about the installation of R-devel for Mac OS, only the lists of prerequisites. https://cran.r-project.org/doc/manuals/R-admin.html#macOS Is there…
JelenaČuklina
  • 3,574
  • 2
  • 22
  • 35
-1
votes
1 answer

How to fix wrong contrib URL for R devel?

I've installed and I'm currently running the devel version of R for MacOS, but I've stumbled upon a strange issue when installing packages via 'install.packages'. I've changed the default CRAN mirror to https://mac.r-project.org/, thing is the…