[Rd] can't load just saved R object "ReadItem: unknown type 65"

2007-03-22 Thread Mark W Kimpel
I have run into a problem loading a just saved R object using R-devel. I have been saving and loading this particular type of R object for a long while and never ran into this problem. I save, then immediately reload (to test save) and get "ReadItem: unnknown type 65". This error is reproducibl

Re: [Rd] how to use debug.mypkg

2007-03-22 Thread Benilton Carvalho
Great tip Seth... thanks a bunch... b On Mar 22, 2007, at 9:54 PM, Seth Falcon wrote: > Benilton Carvalho <[EMAIL PROTECTED]> writes: > >> it doesn't matter where.. >> >> just pick one of your files and set it... >> >> of course, your file should be listed in the Collate field (in case >> you c

Re: [Rd] how to use debug.mypkg

2007-03-22 Thread Seth Falcon
Benilton Carvalho <[EMAIL PROTECTED]> writes: > it doesn't matter where.. > > just pick one of your files and set it... > > of course, your file should be listed in the Collate field (in case > you changed your mind and are now using it). One useful trick is to create an environment object in y

Re: [Rd] how to use debug.mypkg

2007-03-22 Thread Benilton Carvalho
it doesn't matter where.. just pick one of your files and set it... of course, your file should be listed in the Collate field (in case you changed your mind and are now using it). b On Mar 22, 2007, at 6:52 PM, cstrato wrote: > Yes, I know, but somewhere in my package I need to define this

Re: [Rd] how to use debug.mypkg

2007-03-22 Thread cstrato
Yes, I know, but somewhere in my package I need to define this flag. When I set the flag "debug.mypkg<-T" in the R session, everything works, but the problem is that if I do not set it, it is undefined. So I need to set it initially in my package, but where? Christian Benilton Carvalho wrote: >

Re: [Rd] how to use debug.mypkg

2007-03-22 Thread Benilton Carvalho
debug.affy123 is not a function... it's just a logical flag set in ProgressBarText.R. b On Mar 22, 2007, at 6:22 PM, cstrato wrote: > Dear all, > > The package "affy" has the following statement in file "AffyBatch.R": > if (debug.affy123) cat("-->initAffyBatch\n") > > This is great and I would

[Rd] how to use debug.mypkg

2007-03-22 Thread cstrato
Dear all, The package "affy" has the following statement in file "AffyBatch.R": if (debug.affy123) cat("-->initAffyBatch\n") This is great and I would also like to use it. However, when I run my package I get the following error: Error in .local(object, ...) : object "debug.mypkg" not found Sin

Re: [Rd] [R] Can I scale the labels in a 'persp' graph?

2007-03-22 Thread Prof Brian Ripley
[Moved to R-devel to ask a policy question.] On Fri, 16 Mar 2007, Duncan Murdoch wrote: > On 3/16/2007 8:02 AM, [EMAIL PROTECTED] wrote: >> Hi all: >> >> I'm using 'persp' for 3D graphics. >> >> I need the axis's labels smaller than by defect. >> >> I see in 'help()', the information about 'par()

[Rd] Shared lib locations (was Re: [R] problem with RCurl install on Unix0

2007-03-22 Thread Martin Morgan
[moved to R-devel] As a package author, how can I let R know of a non-standard location for shared libs, e.g., because my configure script went to extra effort to find a shared library, or my package has more than one shared library? Maybe another question is, in a package, where should I place my

Re: [Rd] (PR#9577) bug and patch: strptime first-of-month error in (possibly unsupported use of) "%j" format

2007-03-22 Thread Prof Brian Ripley
The aim was to fix up some unsupported cases in glibc and related implementations, and clearly we only managed to do so partially. Thank you: I've applied the change (and a regression test) to 2.5.0-to-be. On Wed, 21 Mar 2007, [EMAIL PROTECTED] wrote: > Full_Name: John Brzustowski > Version: R-