Re: [R-pkg-devel] extending as.mcmc.list

2018-04-12 Thread Joe Thorley
Hi Georgi That fixed it Thanks Joe > On Apr 12, 2018, at 08:27, Georgi Boshnakov > wrote: > > The following is in your NAMESPACE: > > export(as.mcmc.list) > > Don't export as.mcmc.list, presumably this is the one from 'coda ' it is > rarely your

Re: [R-pkg-devel] extending as.mcmc.list

2018-04-12 Thread Georgi Boshnakov
The following is in your NAMESPACE: export(as.mcmc.list) Don't export as.mcmc.list, presumably this is the one from 'coda ' it is rarely your responsibility. Georgi Boshnakov -Original Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Joe

[R-pkg-devel] extending as.mcmc.list

2018-04-12 Thread Joe Thorley
The S3 generic function coda::as.mcmc.list has a check exclusion in R-devel/src/library/tools/R/utils.R. I am trying to extend it to objects of various classes https://github.com/poissonconsulting/mcmcr/blob/master/R/as.mcmc.list.R

Re: [R-pkg-devel] GPL + other licence

2018-04-12 Thread David C Sterratt
Thanks to all for your helpful replies. It seems reasonable to consider that the whole package is indeed licensed under GPL >= 3, and I can therefore remove the LICENSE file. The Qhull COPYING.txt notice is included in the inst/doc directory, as required by the Qhull licence, so I think all