cran Questions
3
Solved
I will be taking over the active development and maintaining of an R package on CRAN (of course with approval of the current maintainer). What are the necessary steps to make this happen / Should w...
5
Solved
My question is similar to a question previously posted but never really answered here:
Disable GUI, graphics devices in R
I do not like the R tcltk popups for CRAN mirror selection. They also pop...
Carnegie asked 15/9, 2011 at 11:59
5
Solved
Suppose I have R version 3.x.x installed, and I upgrade to version 4.x.x, is there any quick/easy way to install all the new versions of the libraries I had installed?
Please assume all the package...
5
Solved
Lately I get a warning for my vignette on Win R Development Version when doing a cran check.
Files in the 'vignettes' directory but no files in 'inst/doc'
This warning only appears with the Wi...
2
Solved
I want to use the R package BOLTSSIRR available on GitHub in my R package, which I want to upload to CRAN.
I listed BOLTSSIRR under Suggests: in the DESCRIPTION file and made the link to GitHub ava...
2
Solved
I just submitted an R package to CRAN. I got this comment back:
If there are references describing the methods in your package, please add these in the description field of your DESCRIPTION file in...
2
I am submitting a package to CRAN and I have got the below warning from the reviewers team:
Package has a VignetteBuilder field but no prebuilt vignette index.
that I have in fact seen also wh...
4
Solved
Where can I find old R packages in .zip format ?
At CRAN for example : http://cran.r-project.org/src/contrib/Archive/shapefiles
there are only sources of .tar.gz files, I have to install old ver...
0
When I'm running devtools:check_rhub I'm receiving the following note:
❯ checking for non-standard things in the check directory ... NOTE Found the following files/directories: ''NULL''
I am unable...
Nichols asked 23/5, 2023 at 18:28
0
Automated package submission errors on CRAN, though the package builds and passes all checks locally
I am attempting to submit a package to CRAN, but it is failing some automated checks: https://win-builder.r-project.org/incoming_pretest/influenceR_0.1.3_20230517_194638/Debian/00check.log
I am abl...
7
Solved
I am having difficulty installing an unzipped package on a Windows 7 computer without administrative privileges and no internet access. I am using the RGui (not RStudio).
Right now I have an unzip...
Haddad asked 31/3, 2017 at 22:48
2
Solved
I received this cryptic CRAN message :
Thanks,
If there are references describing the methods in your package, please
add these in the description field of your DESCRIPTION file in the
for...
1
Unlike python pip, R seems to expose credentials configured for private R repositories defined in the .Rprofile. I suppose this is due to R treating the string as a URL.
local({r <- getOption("...
Pavlov asked 13/2, 2020 at 17:2
4
Solved
The R Package ConvCalendar is not on Cran repository anymore (see here).
However, because I have intensively used this package for previous projects, it would be nice to have it installed on my mac...
Veljkov asked 13/11, 2018 at 11:8
5
Searching on stackoverflow questions, I found out this link:
Error in file.download when downloading custom file .
However, my case is a little bit different (I think):
1) I get this annoying war...
Hexad asked 20/12, 2014 at 19:53
2
I'm developing an R package to be uploaded to CRAN and I keep getting a NOTE when I run
devtools::check_rhub()
The results I'm getting are:
> On fedora-clang-devel (r-devel)
checking HTML versi...
1
Solved
I'm trying to find a simple way to make install.packages() throw an error if it fails (rather than just a warning).
What I've tried
Setting options(warn=2) converts warnings into errors. Example:
o...
Sacramentalist asked 25/11, 2022 at 4:50
5
I have built an R package, i.e. I have the mypackage.tar.gz file. This package depends on several other packages, all downloadable and installable from any CRAN mirror.
Now I want to install this ...
Lacework asked 29/7, 2014 at 13:57
1
Solved
tl;dr I want to run devtools::test() on a package and have it skip tests etc. as though it were running on CRAN, but I can't figure out how.
As I understand it, testthat::skip_on_cran() checks for ...
1
I am aware that this issue has been answered before, and that I am supposed to ignore that message, however, when I send the package to cran I get an automatic response from Uwe Ligges stating:
Dea...
7
Solved
I have a general question about how to effectively load any kind of external package into R. I have found that many sources detailing this information are simply insufficient, but I will leave out ...
Ancillary asked 8/8, 2014 at 21:54
5
The CRAN policy limits R package size to 5 Mb, which is little for graphical applications such as mapping. There are multiple ways of handling the package size limitations, all of which come with t...
3
Solved
How can I set a specific CRAN mirror permanently in R?
I want to set it permanently in my laptop so that when I do install.packages(), it won't ask me again which mirror to choose.
2
I have a number of vignettes in an R package that are slow to run. As I understand it, a CRAN R CMD check will not rebuild the vignette but will run its corresponding code.
Since the vignettes are...
3
Solved
How can I get simple download metrics for an R package on CRAN?
I recently released my own package on CRAN and I want to monitor it a bit.
1 Next >
© 2022 - 2024 — McMap. All rights reserved.