Displaying 2 results from an estimated 2 matches for "wt118".
Did you mean:
t118
2011 Sep 06
1
repeatable segfault
Hi. macosx 10.6.8
With R-2.13.1 and also revision 56948 I get the following repeatable segfault:
wt118:~% R --vanilla --quiet
> R.Version()
$platform
[1] "x86_64-apple-darwin9.8.0"
$arch
[1] "x86_64"
$os
[1] "darwin9.8.0"
$system
[1] "x86_64, darwin9.8.0"
$status
[1] ""
$major
[1] "2"
$minor
[1] "13.1"
$year
[1] "20...
2011 Aug 03
1
NAMESPACE problems
...update the Brobdingnag package to include a NAMESPACE file (the
untb package requires the Brobdingnag package).
Without the NAMESPACE file, the package passes R CMD check cleanly.
However, if I include a NAMESPACE file, even an empty one, R CMD check
gives the following error in 00install.out:
wt118:~/packages% cat Brobdingnag.Rcheck/00install.out
* installing *source* package ?Brobdingnag? ...
** R
** inst
** preparing package for lazy loading
Creating a generic for ?max? in package ?Brobdingnag?
(the supplied definition differs from and overrides the implicit generic
in package ?base...