python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Modify a package function (read.dcf) in R
I have a R script that calls the updatePackages() function in MiniCRAN which in turn calls these functions:
updatePackages (miniCRAN) -> oldPackages (miniCRAN) -> pkgAvail
(miniCRAN) -> read...
user9367574
Votes: 0
Answers: 1
R Package panelAR not available to install
I'm trying to install the R package called panelAR in order to perform an autoregressive model AR(1) for a sample of N=17 spanish regions and T=32, but i can't do it. It seems it has been deleted from...
mrf6345
Votes: 0
Answers: 1
Does CRAN (or any of its relatives) have an API?
I am interested in retieving machine readable meta information about R packages.
For example, when I go to CRAN I can see a short description about the package, before I download it: https://cran.r-pr...
Paul
Votes: 0
Answers: 3
How can I install these packages?
install.packages("graphlayouts")
There is a binary version available but the source version is later:
binary source needs_compilation
graphlayouts 0.7.1 0.8.0 TR...
ROHI TARIQ
Votes: 0
Answers: 0