cran
Disable/suppress tcltk popup for CRAN mirror selection in R
My question is similar to a question previously posted but never really answered here: Disable GUI, graphics devices in R[详细]
2023-04-04 21:22 分类:问答Names of R's available packages
I\'m eager to know, how many package names on CRAN have two, three, N characters? which combinations have not yet been used (\"unpoppler\")[详细]
2023-04-04 16:47 分类:问答Guidance in using rpy2 eval expression
I am new to both R and rpy2. I am trying to port the following example library(MASS)# for eqscplot data(topo, package=\"MASS\")[详细]
2023-03-27 07:11 分类:问答What to do with imperfect-but-useful functions?
I could equally have titled this question, \"Is it good enough for CRAN?\" I have a collection of functions that I\'ve built up for specific tasks.Some of these are convenience functions:[详细]
2023-03-23 12:17 分类:问答Using RJSONIO with R 2.13 Win7 (64-bit)?
I am having trouble installing RJSONIO for R version 2.13.0 I can manually download the binary and install it, but I can\'t use the library because it is \"not installed for \'arch=x64\'\"[详细]
2023-03-16 11:48 分类:问答Package dependencies when installing from source in R
Just confirming: If I distribute my R package as ZIP/TAR then installing the package will not automatically download/install dependencies because I have to set repos = NULL in install.packages() and d[详细]
2023-03-01 05:15 分类:问答Install R packages from binary in Ubuntu Lucid
I\'ve installed R in Ubuntu Lucid with the开发者_如何学编程 command sudo aptitude install r-base[详细]
2023-01-18 09:24 分类:问答How to check if a CRAN mirror is outdated?
R users are advised to download R an开发者_运维百科d R packages from local CRAN mirrors. But some are outdated. Is there an easy way to check if a repository is outdated? Any function in R that does t[详细]
2023-01-02 03:02 分类:问答How can a test script inform R CMD check that it should emit a custom message?
I\'m writing a R package (delftfews) here at office.we are using svUnit for unit testing. our process for describing new functionality: we define new unit tests, initially marked as DEACTIVATED; one[详细]
2022-12-28 20:02 分类:问答R: apt-get install r-cran-foo vs. install.packages("foo")
When installing R packages (say mcmcpack in this example) under Ubuntu I have the choice between the following two methods of installation:[详细]
2022-12-18 09:34 分类:问答