Re: [R] Namespace problem with pre-R 3.0.0 package

2016-03-03 Thread Sebastien Moretti
Le 03/03/2016 03:02 PM, Marc Schwartz a écrit : On Mar 3, 2016, at 7:40 AM, Sebastien Moretti wrote: Hi I have issues with an R package developed in 2004. It works perfectly in R < 3. It can be installed in R > 3 but functions are not in the namespace. Do you know a good - and simple - docu

Re: [R] Namespace problem with pre-R 3.0.0 package

2016-03-03 Thread Marc Schwartz
> On Mar 3, 2016, at 7:40 AM, Sebastien Moretti > wrote: > > Hi > > I have issues with an R package developed in 2004. > It works perfectly in R < 3. > It can be installed in R > 3 but functions are not in the namespace. > > Do you know a good - and simple - documentation to help me to solve

[R] Namespace problem with pre-R 3.0.0 package

2016-03-03 Thread Sebastien Moretti
Hi I have issues with an R package developed in 2004. It works perfectly in R < 3. It can be installed in R > 3 but functions are not in the namespace. Do you know a good - and simple - documentation to help me to solve that? I have already fixed some problems with R CMD check but remaining one