Seth Falcon <[EMAIL PROTECTED]> writes:
> On Windows, package files in the inst/ subdir are installed after the
> lazyload creation. This differs from Linux where inst/ is installed
> _before_ lazyload creation.
>
> Since packages may need data in inst, I think the order on Windows
> should be cha
Hi,
This has been addressed in R-2.5.0 and R-2.6.0. Thanks!
H.
Herve Pages wrote:
> Hi,
>
> I'd like to point out a potential problem with the current R.INSTALL
> directory created by 'R CMD INSTALL' when applied to a source package.
>
> On Windows (and, AFAIK, only on Windows), 'R CMD INSTALL
On Wed, 2007-06-13 at 08:04 -0700, Seth Falcon wrote:
> Jari Oksanen <[EMAIL PROTECTED]> writes:
>
> > On Wed, 2007-06-13 at 13:33 +0100, Gavin Simpson wrote:
> >> Dear Developers,
> >>
> >> This change also just bit me whilst updating Sweave documents for some
> >> computer classes.
> >>
> >> I
While testing for leaks in my own code I noticed some reported memory
problems from valgrind, invoked with
$ R --vanilla -d "valgrind --leak-check=full"
This is on Debian GNU/Linux (testing aka lenny) with a 2.6 kernel, R
package version 2.4.1-2. I was running in an emacs shell.
The immediate s
This is to announce that we plan to release R version 2.5.1 on Thursday
June 28, 2007. The following information is mainly for developers,
package maintainers and repository maintainers.
The planned procedure is
June 14: Feature Freeze 2.5.1 beta
June 21: Code Freeze 2.5.1 R
Hi ALL,
Do R have any tools for testing equality of coefficients of variation
for k normal populations ?
Thank you,
Gregory Kotler
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Jari Oksanen <[EMAIL PROTECTED]> writes:
> On Wed, 2007-06-13 at 13:33 +0100, Gavin Simpson wrote:
>> Dear Developers,
>>
>> This change also just bit me whilst updating Sweave documents for some
>> computer classes.
>>
>> Is there a work-around that can be employed so that we get both the
>> me
>From NEWS for 2.5.0 patched:
o [i, j] could sometimes select the wrong column
when j is numeric if there are duplicate column names.
> subset(test, TRUE, c(2,3))
a a.1
1 2 3
Please do not report bugs that are already fixed (as asked in the FAQ).
On Wed, 13 Jun 2007, [EMAI
> On Wed, 13 Jun 2007 16:43:32 +0300,
> Jari Oksanen (JO) wrote:
> On Wed, 2007-06-13 at 13:33 +0100, Gavin Simpson wrote:
>> Dear Developers,
>>
>> This change also just bit me whilst updating Sweave documents for some
>> computer classes.
>>
>> Is there a work-around that
On Wed, 2007-06-13 at 13:33 +0100, Gavin Simpson wrote:
> Dear Developers,
>
> This change also just bit me whilst updating Sweave documents for some
> computer classes.
>
> Is there a work-around that can be employed so that we get both the
> message() bits and the print() bits in the same place
Full_Name: Manfred Beier
Version: 2.5.0 (2007-04-23)
OS: linux-gnu
Submission from: (NULL) (134.99.204.101)
When multiple columns in a data.frame have the same name, only the first of them
is returned by the subset() function even when selected numerically.
> test <- data.frame(cbind(1,2,3))
> n
Dear Developers,
This change also just bit me whilst updating Sweave documents for some
computer classes.
Is there a work-around that can be employed so that we get both the
message() bits and the print() bits in the same place for our Sweave
files?
If not, is there any point in filing this as a
12 matches
Mail list logo