Re: [Rd] package NAMESPACE question

2014-01-26 Thread Henrik Bengtsson
On Sun, Jan 26, 2014 at 6:34 AM, Axel Urbiz wrote: > Hi Duncan, > > My most sincere apologies. It's really not my intention to waste anyones > time. More the opposite...for some reason I thought that the problem had to > do with my call to options() and thought that would be enough. Here's > somet

Re: [Rd] Trouble installing package in development version of R

2014-01-26 Thread Roberta Jankowski
On Sun, Jan 26, 2014 at 8:54 AM, Duncan Murdoch wrote: > On 14-01-26 12:44 AM, Roberta Jankowski wrote:> Dear R-devel, > >> >> I'm trying to get practice learning more about the internals of R so am >> experimenting with the development version. I successfully cloned the SVN >> repo and built and

Re: [Rd] package NAMESPACE question

2014-01-26 Thread Duncan Murdoch
On 14-01-26 9:34 AM, Axel Urbiz wrote:> Hi Duncan, > > My most sincere apologies. It's really not my intention to waste anyones > time. More the opposite...for some reason I thought that the problem had > to do with my call to options() and thought that would be enough. Here's > something reproduc

Re: [Rd] No repository set, so cyclic dependency check skipped

2014-01-26 Thread Paul Gilbert
On 01/26/2014 12:31 PM, Uwe Ligges wrote: On 26.01.2014 17:52, Paul Gilbert wrote: When checking a package I am getting * checking package dependencies ... NOTE No repository set, so cyclic dependency check skipped How/where do I set the repository so I don't get this note? Set a repo

Re: [Rd] No repository set, so cyclic dependency check skipped

2014-01-26 Thread Uwe Ligges
On 26.01.2014 18:48, Paul Gilbert wrote: On 01/26/2014 12:31 PM, Uwe Ligges wrote: On 26.01.2014 17:52, Paul Gilbert wrote: When checking a package I am getting * checking package dependencies ... NOTE No repository set, so cyclic dependency check skipped How/where do I set the repos

Re: [Rd] No repository set, so cyclic dependency check skipped

2014-01-26 Thread Uwe Ligges
On 26.01.2014 17:52, Paul Gilbert wrote: When checking a package I am getting * checking package dependencies ... NOTE No repository set, so cyclic dependency check skipped How/where do I set the repository so I don't get this note? Set a repository (e.g,. via optiopns(repos=) in you

[Rd] No repository set, so cyclic dependency check skipped

2014-01-26 Thread Paul Gilbert
When checking a package I am getting * checking package dependencies ... NOTE No repository set, so cyclic dependency check skipped How/where do I set the repository so I don't get this note? No doubt this is explained in Writing R Extension, but I have not found it. Paul __

Re: [Rd] package NAMESPACE question

2014-01-26 Thread Axel Urbiz
Hi Duncan, My most sincere apologies. It's really not my intention to waste anyones time. More the opposite...for some reason I thought that the problem had to do with my call to options() and thought that would be enough. Here's something reproducible: I built a foo package based on the code und

Re: [Rd] Trouble installing package in development version of R

2014-01-26 Thread Duncan Murdoch
On 14-01-26 12:44 AM, Roberta Jankowski wrote:> Dear R-devel, > > I'm trying to get practice learning more about the internals of R so am > experimenting with the development version. I successfully cloned the SVN > repo and built and installed R. I am using 2014-01-23 r64861. > > However, I canno

[Rd] Trouble installing package in development version of R

2014-01-26 Thread Roberta Jankowski
Dear R-devel, I'm trying to get practice learning more about the internals of R so am experimenting with the development version. I successfully cloned the SVN repo and built and installed R. I am using 2014-01-23 r64861. However, I cannot seem to install the lattice package. I tried within R usi

Re: [Rd] package NAMESPACE question

2014-01-26 Thread Duncan Murdoch
On 14-01-25 6:05 PM, Axel Urbiz wrote: Thanks again all. Essentially, this is the section of the code that is causing trouble. This is part of the (exported) function which calls contr.none (not exported). As mentioned, when I call the exported function it complains with the error described befor