Re: [R-pkg-devel] Namespace error

2016-02-23 Thread Kirill Müller
It's difficult to tell without seeing the source code, but the NAMESPACE you posted doesn't seem to contain "View". This file usually gets updated when you call devtools::document() or roxygen2::roxygenize(). What happens if you run one of these functions? -Kirill On 16.02.2016 18:14,

Re: [R-pkg-devel] Namespace error

2016-02-17 Thread peter dalgaard
On 17 Feb 2016, at 10:25 , Gábor Csárdi wrote: > On Wed, Feb 17, 2016 at 1:04 AM, Duncan Murdoch > wrote: >> On 16/02/2016 12:14 PM, Glenn Schultz wrote: >>> >>> All >>> >>> I am not sure why I am getting this error and I cannot find anything

Re: [R-pkg-devel] Namespace error

2016-02-17 Thread Gábor Csárdi
On Wed, Feb 17, 2016 at 1:04 AM, Duncan Murdoch wrote: > On 16/02/2016 12:14 PM, Glenn Schultz wrote: >> >> All >> >> I am not sure why I am getting this error and I cannot find anything on >> the net other than try to restart R. I am >> using Roxygen2 and it clearly

Re: [R-pkg-devel] Namespace error

2016-02-16 Thread Duncan Murdoch
On 16/02/2016 12:14 PM, Glenn Schultz wrote: All I am not sure why I am getting this error and I cannot find anything on the net other than try to restart R. I am using Roxygen2 and it clearly says don't edit by hand at the top of the namespace so I am stuck as what to do or look for. You