Skip to content
Prev 336832 / 398513 Next

CRAN policies - citing others

I believe this is what you should do:

* In the  lbfgsb.cpp from base R, include the GPL blurb and R
copyright holders. Also add your own names. (see e.g.
https://github.com/hadley/pryr/blob/master/src/typename.cpp)

* In the DESCRIPTION, add the R core team as a contributor,
https://github.com/hadley/pryr/blob/master/DESCRIPTION

* Note that you should also license your package with a GPL compatible
license. If you choose something other than GPL-2, you'll need to use
a manual LICENSE file, which is a hassle for all involved.

Hadley
On Thu, Feb 20, 2014 at 6:10 AM, Gildas Mazo <gildas.mazo at inria.fr> wrote: