[Rd] POSIXct Formating Error (PR#9819)

2007-07-31 Thread josh . quigley
To Whom It May Concern: The following appears to be a bug in the way POSIXct dates are formated. The example is forced, but occurs naturally when importing Excel type dates (where fractional part is fraction of a day) and small rounding errors result. As shown, looking at the POSIXct clas

Re: [Rd] POSIXct Formating Error (PR#9819)

2007-07-31 Thread ripley
No bug, as intended. If you want to see fractional seconds then you need to use a non-default format. They are not (just) numbers, and fractional seconds are intended only for use intentionally. There is a round() method for POSIXct objects: > a [1] "2007-07-27 16:11:03 GMT Daylight Time" [2]

Re: [Rd] developing a package: increase the number of functions

2007-07-31 Thread Gregor Gorjanc
Prof Brian Ripley stats.ox.ac.uk> writes: ... > > Do you have a NAMESPACE? Hi Albart! About the NAMESACE issue. Functions that are specified in NAMESPACE are available when you install a package, while internal ones can only be accessed with myInternalFun:::myPackage Gregor _

Re: [Rd] developing a package: increase the number of functions

2007-07-31 Thread Vincent Goulet
Le 07-07-31 à 09:48, Gregor Gorjanc a écrit : > Prof Brian Ripley stats.ox.ac.uk> writes: > ... >> >> Do you have a NAMESPACE? > > Hi Albart! > > About the NAMESACE issue. Functions that are specified in NAMESPACE > are available when you install a package, while internal ones can > only be acces

[Rd] Typo in barplot.Rd

2007-07-31 Thread Stephen Weigand
?barplot seems to be missing the word "have" below (so that it reads "Specifying a single value will have no visible effect..."): \item{width}{optional vector of bar widths. Re-cycled to length the number of bars drawn. Specifying a single value will no visible effect unless \code{xlim} i

Re: [Rd] Typo in barplot.Rd

2007-07-31 Thread Duncan Murdoch
Stephen Weigand wrote: > ?barplot seems to be missing the word "have" below (so that it reads > "Specifying a single value will have no visible effect..."): > > \item{width}{optional vector of bar widths. Re-cycled to length the > number of bars drawn. Specifying a single value will no visible