Displaying 20 results from an estimated 80000 matches similar to: "CRAN policies"
2012 Mar 29
3
r-forge build failure bafflement
I am attempting to build a package on r-forge and running into a
weird error. I have been in correspondence with the R-forge admins
and am turning to r-devel on the remote chance that someone might have
a guess as to what is going wrong or a suggestion about further
diagnostics/experiments I could try ...
The package seems to build fine on my system(s) with
R CMD build --compact-vignettes
2013 Sep 12
6
declaring package dependencies
I received the following email note re: the vcdExtra package
> A vcd update has shown that packages TIMP and vcdExtra are not
> declaring their dependence on colorspace/MASS: see
>
> http://cran.r-project.org/web/checks/check_results_vcdExtra.html
But, I can't see what to do to avoid this, nor understand what has
changed in R devel.
Sure enough, CRAN now reports errors in
2012 Jun 06
1
stumped on re-building package vignette
[Env: Win Xp / StatET 2.0 / R 2.15.0]
In my heplots package I extended the HE-examples.Rnw vignette under
inst/doc. The package passes R CMD check
on my machine:
* using log directory 'C:/eclipse-3.7/heplots.Rcheck'
* using R version 2.15.0 (2012-03-30)
* using platform: i386-pc-mingw32 (32-bit)
...
* checking sizes of PDF files under 'inst/doc' ... OK
* checking installed files
2015 Apr 22
1
alternate licensing for package data?
Dirk Eddelbuettel <edd <at> debian.org> writes:
> On 22 April 2015 at 11:34, Roger Bivand wrote:
> | While I agree with Martyn with respect to code, documentation, and
> | vignettes, the point Ben raises is relevant and not obvious. Data sets in
> | say GLP-licensed packages are on occasion challenged by Debian packagers
[GPL]
> Not generally the packagers
2016 May 27
3
Update CRAN submission process
The CRAN submission process seems in need of a massive overhaul. Why has this process not been automated yet?
?
Patrick Perry
Assistant Professor
NYU Stern School of Business
2010 Oct 26
2
Which version control system to learn for managing R projects?
Hello all,
I wish to learn a version control system for managing my R (data analysis)
projects.
I know of SVN and github, and wonder if there is any reason for which I
should prefer the one over the other (or any other platform). An example for
a reason could be if it will make it easier for me to later work with
R-forge or CRAN or any other platform for R code distribution.
Thanks,
Tal
2012 Jun 01
1
Dependencies on recommended packages
Dear all,
I've recently had some issues getting my package to successfully "check".
This was on R-Forge, so it's not obvious for me to provide SessionInfo or
the likes (if necessary, Stefan can chime in?).
After some research (mainly by Stefan Theussler, driving force behind
R-Forge), this turned out to be the root cause:
On R-Forge, the version of R installed was the
2012 May 05
1
f951.exe: sorry, unimplemented: 64-bit mode not compiled
Hello:
Under my Windows 7 system, "R CMD check
DiercxkSpline_1.1-5.tar.gz" fails because:
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make: *** [bispev.o] Error 1
gfortran -m64 -O2 -mtune=core2 -c bispev.f -o bispev.o
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make: *** [bispev.o] Error 1
ERROR: compilation failed for package
2009 Jul 15
6
Question regarding package submission to CRAN
**Please Note: Email below was bounced back (rejected by the Packages email list moderator), so please do not ask me to submit to r-packages@r-project.org<mailto:r-packages@r-project.org>.
Members,
I recently submitted my first package to the submissions ftp site on CRAN (7.3.09). The package has remained on the server since with no action? Do package review/updates occur monthly? When I
2011 Nov 25
2
Case: package removed from CRAN, but not orphaned
Dear R-Devel subscriber,
I would like to raise a topic and ask for your advice, guidance.
Today on R-help an issue with a certain package popped up that has been removed from CRAN, because it failed the checks and/or the dependencies are not any longer available. The package maintainer has been alerted to this issue a couple of times and kindly asked to fix the code, such that it fullfills the
2012 Mar 28
2
--as-cran / BuildVignettes: false
I have packages where I know CRAN and other test platforms do not have
all the resources to build the vignettes, for example, access to
databases. Previously I think putting
BuildVignettes: false
in the DESCRIPTION file resolved this, by preventing CRAN checks from
attempting to run the vignette code. (If it was not this, then there was
some other magic I don't understand.)
Now, when
2012 Mar 31
2
unable to move temporary installation
Hi all,
I'm having a strange error that prevents me from installing new packages,
or updating packages after reinstalling. The error message is
Warning: unable to move temporary installation ‘C:\Program
Files\R\R-2.14.2\library\file15045004ac2\sandwich’ to ‘C:\Program
Files\R\R-2.14.2\library\sandwich’
for one of the packages that is failing to install/update. This error
started happening
2019 Jan 28
8
nlminb with constraints failing on some platforms
I've noticed unstable behavior of nlminb on some Linux systems. The problem can be reproduced by compiling R-3.5.2 using gcc-8.2 and running the following snippet:
f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 )
opt <- nlminb(rep(0, 10), f, lower=-1, upper=3)
xhat <- rep(1, 10)
abs( opt$objective - f(xhat) ) < 1e-4 ## Must be TRUE
The example works perfectly when
2012 Mar 28
1
Problems with R Commander version 1.8-3
Dear all,
I use R 2.14.2 for Windows XP
I have no problem with R Commander version 1.7-2, but now I have a
problem with R Commander (Rcmdr) version 1.8-3.
After I lunch R Commander (sdi as well standard) if I try to import
data (i. from Stata datafile) I have this Warning message:
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"),
class =
2015 Apr 22
3
alternate licensing for package data?
Martyn Plummer <plummerm <at> iarc.fr> writes:
>
> I think this is covered well by the CRAN repository policy:
> http://cran.r-project.org/web/packages/policies.html
>
> The two key license requirements are that:
> 1) CRAN must have a perpetual license to distribute the package
> 2) The package license should be listed here:
>
2013 Apr 21
2
vignettes: problems with PDF compaction
[Env: OS: Win Xp; R 2.15.2; IDE: eclipse/StatET]
Each time I update my heplots package, I get warnings from R CMD check
on R-Forge,
* checking sizes of PDF files under ?inst/doc? ... WARNING
?gs+qpdf? made some significant size reductions:
compacted ?HE-examples.pdf? from 739Kb to 366Kb
and upon submission to CRAN, a message from maintainers:
On CRAN now: but again there were warnings
2016 Aug 22
2
Milestone: 9000 packages on CRAN
An additional 1000 packages have been added to CRAN. This time, it
took less than 6 months. Today (August 22, 2016), the Comprehensive R
Archive Network (CRAN) [1] reports:
?Currently, the CRAN package repository features 9004 available packages.?
The rate with which new packages are added to CRAN is increasing.
During 2007-2009 we went from 1000 to 2000 packages in 906 days (1.1
per day) and
2016 Feb 29
2
Milestone: 8000 packages on CRAN
Another 1000 packages were added to CRAN, which took less than 7
months. Today (February 29, 2017), the Comprehensive R Archive Network
(CRAN) [1] reports:
?Currently, the CRAN package repository features 8002 available packages.?
The rate with which new packages are added to CRAN is increasing. In
2014-2015 we had 1000 packages added to CRAN in 355 days (2.8 per
day), the following 1000
2011 Jan 19
2
how to get old packages to work on R 2.12.1
I just installed R 2.12.1, and when I went to run a few old programs with it, nothing worked.
I got a ton of error messages saying such and such package was built before R 2.10.0 and needed to be reinstalled.
These were not just warning messages, but error messages that prevent the programs from running when
they were running just fine with R 2.10.1
For some of those packages, such as deSolve, I
2010 Jan 26
3
fisheyeR en r-forge
Hola usuaRios,
He alojado un paquete en r-forge, ya a punto de ser enviado a CRAN.
fisheyeR implementa ideas de varios autores acerca de metodos
visualizacion de datos.
Para disfrutar de capacidad de interaccion es necesario instalar el
paquete tkrplot.
Agradeceria enormemente sugerencias, dudas y comentarios.
install.packages("fisheyeR",