Re: [R-pkg-devel] DOI in of package in DESCRIPTION file

2019-12-16 Thread Uwe Ligges
On 16.12.2019 15:34, Rainer M Krug wrote: Hi UI am preparing my package for CRAN. I have a DOI for my package, and would like to add Ito the DESCRIPTION file. At the moment, I am adding DOI: https://zenodo.org/record/3229615 This is not a DOI, the DOI is actually 10.5281/zenodo.

Re: [R-pkg-devel] DOI in of package in DESCRIPTION file

2019-12-16 Thread Rainer M Krug
Thanks Robert, I will add this as well as in the Description field. Rainer > On 16 Dec 2019, at 15:52, Robert M. Flight wrote: > > Are you wanting to provide the DOI for citation purposes? Then I would > recommend making sure you have a valid citation file > https://r-pkgs.org/inst.html#ins

Re: [R-pkg-devel] DOI in of package in DESCRIPTION file

2019-12-16 Thread Rainer M Krug
Thanks Uwe, I will do so. Rainer > On 16 Dec 2019, at 15:56, Uwe Ligges wrote: > > > > On 16.12.2019 15:34, Rainer M Krug wrote: >> Hi >> UI am preparing my package for CRAN. I have a DOI for my package, and would >> like to add Ito the DESCRIPTION file. >> At the moment, I am adding >>

Re: [R-pkg-devel] DOI in of package in DESCRIPTION file

2019-12-16 Thread Georgi Boshnakov
Something like the following should do: Note that https://zenodo.org/record/3229615 is an URL. Not doi. Georgi Boshnakov -Original Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Rainer M Krug Sent: 16 December 2019 14:35 To: List r-p

Re: [R-pkg-devel] DOI in of package in DESCRIPTION file

2019-12-16 Thread Robert M. Flight
Are you wanting to provide the DOI for citation purposes? Then I would recommend making sure you have a valid citation file https://r-pkgs.org/inst.html#inst-citation (which should be fine having a DOI field), and add it to the README as well. -Robert Robert M Flight, PhD Bioinformatics Research

[R-pkg-devel] DOI in of package in DESCRIPTION file

2019-12-16 Thread Rainer M Krug
Hi UI am preparing my package for CRAN. I have a DOI for my package, and would like to add Ito the DESCRIPTION file. At the moment, I am adding DOI: https://zenodo.org/record/3229615 To the DESCRIPTION file. This raises not an error during check, but tells me, that DOI is a unknown fi

Re: [R-pkg-devel] r2sundials submission failure

2019-12-16 Thread Serguei Sokol
Hi Satya, Le 16/12/2019 à 14:52, Satyaprakash Nayak a écrit : Hi Serguei I apply a similar approach to include the Sundials source code as a part of my package (sundialr, on CRAN) which provides an interface for Cvode and Cvodes. I didn’t have an issue with the files sizes while submitting t

Re: [R-pkg-devel] r2sundials submission failure

2019-12-16 Thread Serguei Sokol
Le 15/12/2019 à 17:59, Uwe Ligges a écrit : Have you tried to write to CRAN@... and ask if thirs party software can be installed on CRAN? No, I didn't. I presumed that CRAN team had other things to do than to install any soft that package authors could need. But if this is an option, I will try