Re: [Rd] package dependencies specification

2009-08-25 Thread Prof Brian Ripley
On Tue, 25 Aug 2009, Martin Morgan wrote: [...] In addition I am not sure of the consequences of using charset ISO8859-1. It is not portable: the manual says only 'latin1', 'latin2' and 'UTF-8' are known to be. Versions of iconv think the name is ISO8859-1 or ISO-8859-1 or ISO_8859-1 or 8

Re: [Rd] package dependencies specification

2009-08-25 Thread Christos Hatzis
ent: Tuesday, August 25, 2009 10:16 PM > To: christos.hat...@nuverabio.com > Cc: r-devel@r-project.org > Subject: Re: [Rd] package dependencies specification > > Hi Christos -- > > Christos Hatzis wrote: > > > > Hello, > > > > After running R CMD chec

Re: [Rd] package dependencies specification

2009-08-25 Thread Martin Morgan
Hi Christos -- Christos Hatzis wrote: > > Hello, > > After running R CMD check on my package I received the following error on > package dependencies: > > * using log directory 'C:/z-zBackup/Nuvera Bio on > Iatros01/Development/RPackages/nvNormalize/nvNormalize.Rcheck' > * using R version 2.9.

Re: [Rd] package dependencies

2007-08-16 Thread Martin Maechler
> "SF" == Seth Falcon <[EMAIL PROTECTED]> > on Wed, 15 Aug 2007 16:59:01 -0700 writes: SF> Zhenhuan Cui <[EMAIL PROTECTED]> writes: >> I created an add-on R package. In this package, there is >> a line "require(pckgname)", because I need to call some >> functions in

Re: [Rd] package dependencies

2007-08-15 Thread Seth Falcon
Zhenhuan Cui <[EMAIL PROTECTED]> writes: > I created an add-on R package. In this package, there is a line > "require(pckgname)", because I need to call some functions in pckgname. My > package is successfully built and can be successful installed. But R CMD > check can not be executed. The err

Re: [Rd] Package dependencies and imports

2006-09-22 Thread John Fox
to:[EMAIL PROTECTED] On Behalf Of Prof Brian Ripley > Sent: Friday, September 22, 2006 3:55 AM > To: Martin Maechler > Cc: r-devel@stat.math.ethz.ch > Subject: Re: [Rd] Package dependencies and imports > > On Fri, 22 Sep 2006, Martin Maechler wrote: > > >>>&

Re: [Rd] Package dependencies and imports

2006-09-22 Thread Prof Brian Ripley
On Fri, 22 Sep 2006, Martin Maechler wrote: >> "Seth" == Seth Falcon <[EMAIL PROTECTED]> >> on Thu, 21 Sep 2006 10:33:06 -0700 writes: > >Seth> Martin Maechler <[EMAIL PROTECTED]> writes: >>> I think you should use the new DESCRIPTION field and say >>> 'Enhances: rgl' >

Re: [Rd] Package dependencies and imports

2006-09-22 Thread Martin Maechler
> "Seth" == Seth Falcon <[EMAIL PROTECTED]> > on Thu, 21 Sep 2006 10:33:06 -0700 writes: Seth> Martin Maechler <[EMAIL PROTECTED]> writes: >> I think you should use the new DESCRIPTION field and say >> 'Enhances: rgl' >> >> but I haven't checked if this prevents t

Re: [Rd] Package dependencies and imports

2006-09-21 Thread Prof Brian Ripley
On Thu, 21 Sep 2006, Martin Maechler wrote: >> "JohnF" == John Fox <[EMAIL PROTECTED]> >> on Thu, 21 Sep 2006 11:22:17 -0400 writes: > >JohnF> Dear list members, > >JohnF> I'm encountering the following problem with package dependencies and >JohnF> imports: > >JohnF> Th

Re: [Rd] Package dependencies and imports

2006-09-21 Thread John Fox
er.ca/jfox > -Original Message- > From: Martin Maechler [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 21, 2006 10:48 AM > To: John Fox > Cc: r-devel@stat.math.ethz.ch > Subject: Re: [Rd] Package dependencies and imports > > >>&

Re: [Rd] Package dependencies and imports

2006-09-21 Thread Seth Falcon
Martin Maechler <[EMAIL PROTECTED]> writes: > > I think you should use the new DESCRIPTION field and say > 'Enhances: rgl' > > but I haven't checked if this prevents the warning, though I > think it should.. But is Rcmdr enhancing rgl or being enhanced by rgl? :-( :-( __

Re: [Rd] Package dependencies and imports

2006-09-21 Thread Martin Maechler
> "JohnF" == John Fox <[EMAIL PROTECTED]> > on Thu, 21 Sep 2006 11:22:17 -0400 writes: JohnF> Dear list members, JohnF> I'm encountering the following problem with package dependencies and JohnF> imports: JohnF> The Rcmdr package doesn't declare a formal dependency

Re: [Rd] Package dependencies when submitting to CRAN: policies?

2006-03-19 Thread Uwe Ligges
hadley wickham wrote: > What is the policy for submitting packages that depend on external > non-R code? We'd like to add Rggobi2 to CRAN, but since the CRAN > machine won't have GGobi, I wanted to check what the policy/procedures > are. I think it is worth to discuss this topic with the CRAN ma