Displaying 20 results from an estimated 8000 matches similar to: "R CMD check 'package-name' failed"
2003 Mar 19
0
R CMD build 'package-list'
Dear Devel-list member,
by checking a package the following error occurred (see attachment).
Thomas Lumley suggested to me posting this error message to the
devel-list. Your help is appreciated.
PC: i386
OS: Suse 8.1
R: 1.6.2
Cheers,
Bernhard
-------------- next part --------------
* checking for working latex ... OK
* using log directory '/home/bp/R/dsc/DSC2003.Rcheck'
* checking for
2000 Dec 30
0
editor in Windows doesn't like a data frame with row names (PR#797)
The editor in R version 1.2.0 returns an error after editing a data frame
that has row names. This is on a Windows 2000 system, but I've encountered
the same problem under Windows 95. Here's a simple example:
------------------------------------------------------------------------------------
R : Copyright 2000, The R Development Core Team
Version 1.2.0 (2000-12-15)
R is free
2000 Dec 31
0
editor in Windows doesn't like a data frame with row names (PR#798)
On Sun, 31 Dec 2000 jfox@mcmaster.ca wrote:
> The editor in R version 1.2.0 returns an error after editing a data frame
> that has row names. This is on a Windows 2000 system, but I've encountered
> the same problem under Windows 95. Here's a simple example:
Actually, that's not where the error is. If you use traceback() you
will see it is in edit.data.frame. That tries
2002 Jun 26
1
Bug? (PR#1710)
Hi,
I tried to do a multiple linear model from the example
dataset Formaldehyde. However, the function lm() did not
estimate the coefficient of the term carb^2. The same
problem occurred with the (nlme)dataset Pixel with both
function lme() and lm(). I am using the windows version of
R 1.5.1
Lauri Mehtatalo
The Formaldehyde example:
> data(Formaldehyde)
>
2005 Mar 31
3
AW: [rsync-announce] Rsync 2.6.4 released
Sorry, aber 2.6.4 ist ZIEMLICH GEIL. Da m?ssen wir mal die neuen schalterchen ausprobieren. (delete-after zum Beispiel)
Ich lass Dich raus aus so was.
Gruss
Markus
-----Urspr?ngliche Nachricht-----
Von: rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org [mailto:rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org] Im Auftrag von rsync-announce@lists.samba.org
Gesendet:
2008 Jan 19
2
Newsletter: Ihre E-Mailadresse wurde ausgetragen.
Hallo,
Ihre E-Mailadresse "r-help at stat.math.ethz.ch" wurde aus dem Verteiler entfernt.
URL: http://www.fueralles.de/cgi-bin/nsl_pro/newsletter.cgi?id=steinfeuerfred
Mit freundlichen Gr?ssen Ihr Newsletter-Team
2003 Dec 11
1
packaging standards for rda files?
Dear everybody:
We used the fine foreign library to bring in an SPSS dataset that was
about 9 megabytes and I can squeeze it into a much smaller R object
using compression with
save(ndat, file="NatAnnES2000.rda", compress=T).
I can use load() to get the "ndat" dataframe back, that's all good as
far as I can see. If I put that file in the data subdirectory, then the
2005 Apr 02
2
An exercise in the use of 'substitute'
I would like to create a method for the generic function "with" applied
to a class of fitted models. The method should do two things:
1. Substitute the name of the first argument for '.' throughout the
expression
2. Evaluate the modified expression using the data argument to the
fitted model as the first element of the search list.
The second part is relatively easy. The
2002 Jan 22
0
(PR#1274) data(): Error in FUN(X[[2]], ...) : subscript
data() is making assumptions about the structure of the 00Index files
that are not warranted. All `Writing R Extensions' says is
The @file{data} subdirectory should also contain
a @file{00Index} file that describes the datasets available. Ideally
this should have a one-line description of each dataset, with full
documentation in the @file{man} directory.
whereas data() is assuming
2009 Sep 02
1
[LLVMdev] XPASS forAsmBlocksComplexJumpTarget.c (-fasm-blocks)
Building r80796 of the "release_26" branch on Ubuntu 9.04, I'm getting
an XPASS on:
ssen at ssen:~/llvm/build$ make TESTONE=FrontendC/2009-08-11-
AsmBlocksComplexJumpTarget.c check-one
make[1]: Entering directory `/home/ssen/llvm/build/test'
Making a new site.exp file...
XPASS: /home/ssen/llvm/test/FrontendC/2009-08-11-
AsmBlocksComplexJumpTarget.c
make[1]: Leaving directory
2008 Feb 05
3
[LLVMdev] Makefile dependencies and configure test fix
Some low-priority fixes to the build system.... These can probably
wait after 2.2
1) The current configure script checks for gcc 3.x or later by parsing
"gcc --version" output and trying to tokenize it to find the major
compiler version. This is pretty fragile and interacts poorly with
compilers produced by vendors (like Apple) that modify this string to
output target triple
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your
2013 Apr 09
2
Mistake in German Error message for friedman.test
There are two misspellings in the german Error message for friedman test:
Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) :
y, Gruppen und blöcke müssen die sekbe Länge haben
The correct spelling would be:
Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) :
y, Gruppen und *Blöcke* müssen die *selbe* Länge haben
Instead of
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
No, As it worked fine before.
I can't see the #if that goes with +#elif defined(__WIN32__) as you
removed -#if TARGET_OS_MAC.
Please go over your #if / #endif blocks and trail the #endif with a
comment. I am willing to bet there is a problem there.
Thanks for your time,
Edward.
2009/9/23 Shantonu Sen <ssen at apple.com>:
> Sounds like your system compiler doesn't support
2008 Feb 05
0
[LLVMdev] Makefile dependencies and configure test fix
Shantonu,
I just wanted to verify that you used the llvm/autoconf/AutoRegen.sh
script to regenerate configure. Is that correct?
Thanks,
Tanya
On Feb 5, 2008, at 10:10 AM, Shantonu Sen wrote:
> Some low-priority fixes to the build system.... These can probably
> wait after 2.2
>
> 1) The current configure script checks for gcc 3.x or later by
> parsing "gcc
2023 Jan 24
2
mips64el stat/time/…? problem
Hi Ben,
>Thorsten: I've attached a patch which I tested briefly in QEMU. Let me
>know if this works for you.
sorry for the delay. I was able to test this on eller today.
To reproduce the issue, this was needed, because the value
read was a nanosecond field and so the test didn?t always fail:
(sid_mips64el-dchroot)tg at eller:~$ while sleep 0.1; do :>b; ./mksh -c 'test a -nt
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
Breaks Builds on Solaris and AuroraUX with:
bash-3.2$ make
Scanning dependencies of target BlocksRuntime
[ 1%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o
/export/home/edward/lab/llvm/build/compiler-rt/BlocksRuntime/runtime.c:77:2:
error: #error unknown atomic compare-and-swap primitive
/export/home/edward/lab/llvm/build/compiler-rt/BlocksRuntime/runtime.c:
In
2009 May 04
4
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi,
Here is an updated version of the patch using address space 257.
Zoltan
On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote:
> Maybe 257 would be better (or other unused), because of r70197, which gives
> special behavior for <256
>
> Shantonu Sen
> ssen at apple.com
>
> Sent from my Mac Pro
>
>
> On May 4, 2009,
2006 Jun 09
0
R CMD check and directory/package name
The NEWS for R 2.3.0 states that
"R CMD check works for packages whose package name is different from the directory name in which it is located."
However that hasn't been my experience. I ran R CMD check on package sources located in a directory with the same name as the package and it worked as expected. Then I renamed the directory and tried again. The first attempt got stuck
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
Seems pretty clear cut to me.
#if defined(HAVE_OSATOMIC_COMPARE_AND_SWAP_INT) && defined
(HAVE_OSATOMIC_COMPARE_AND_SWAP_LONG)
...
#elif defined(__WIN32__)
...
#elif defined(HAVE_SYNC_BOOL_COMPARE_AND_SWAP_INT) && defined
(HAVE_SYNC_BOOL_COMPARE_AND_SWAP_LONG)
...
#else
#error unknown atomic compare-and-swap primitive
#endif
The problem isn't mismatched #if/#endif. The