Re: [Rd] Problem with creating default NAMESPACE on FreeBSD

2011-07-23 Thread Rainer Hurling
On 22.07.2011 14:50 (UTC+1), Prof Brian Ripley wrote: One possibility is that you are building from a tarball snapshot without mentioning it, and the (unspecified) tarball is incomplete. For R-devel using tarballs is not a wise idea: they are really only checked carefully in pre-release periods.

Re: [Rd] Problem with creating default NAMESPACE on FreeBSD

2011-07-22 Thread Prof Brian Ripley
One possibility is that you are building from a tarball snapshot without mentioning it, and the (unspecified) tarball is incomplete. For R-devel using tarballs is not a wise idea: they are really only checked carefully in pre-release periods. (One of the checks is that AFAIR CRAN builds from

Re: [Rd] Problem with creating default NAMESPACE on FreeBSD

2011-07-22 Thread Prof Brian Ripley
It does not seem to happen to anyone else, including me on FreeBSD. Is this a completely clean install? src/library/datasets/Makefile definitely installs a NAMESPACE file as part of the mkR1 target, so I would check that you have a src/library/datasets/NAMESPACE file in your sources. (There

[Rd] Problem with creating default NAMESPACE on FreeBSD

2011-07-22 Thread Rainer Hurling
After building and installing R-devel from 21/07/2011 on FreeBSD 9.0-CURRENT (amd64), starting R gives the following warning: [..snip..] Beim Start - Warnmeldung: package 'datasets' in options("defaultPackages") was not found This happens with all versions after 14/07/2011. I think it is relate