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 responsibility. > > > Georgi Boshnakov >

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 Thor