Displaying 10 results from an estimated 10 matches for "install_package_descript".
2004 Dec 28
1
error installing 2.0.1 '.install_package_description'
Dear R,
I am attempting to install 2.0.1 on a Debian system and getting an error
that appeared for people installing 2.0.0.
Warning message:
package seems to be using lazy loading already in:
makeLazyLoading("tools")
Error in get(x, envir, mode, inherits) : variable
".install_package_description" was not found
Execution halted
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 9.0
?????
Thanks
//=\ Cary Miller //=\
\=// Center for Computational Pharmacology \=//
//=\ Univ...
2004 Dec 29
1
.install_package_description error
...run make and get an error that was reported by several
people when installing R 2.0.0. Here is the error message
> Warning message:
> package seems to be using lazy loading already in:
> makeLazyLoading("tools")
> Error in get(x, envir, mode, inherits) : variable
> ".install_package_description" was not found
> Execution halted
In October this same error message appeared in several messages and was
apparently fixed by a change in src/library/tools/R/admin.R to the 'Built'
function. The 2.0.1 version appears to contain those changes. Am I
missing something?
--Thank...
2004 Oct 27
1
errors compiling R-2.0.0
Dear R-devel,
I have been trying to compile R-2.0.0 on under linux, with the usual
./configure
make
I get the errors
Warning message:
package seems to be using lazy loading already in:
makeLazyLoading("tools")
Error in get(x, envir, mode, inherits) : variable
".install_package_description" was not found
Execution halted
This same configuration of linux successfully installed and runs R-1.9.1.
Any suggestions for where to look for problems? I noticed that someone
experienced similar problem under Windows.
thanks,
Clayton
[[alternative HTML version deleted]]
2004 Sep 08
3
having trouble building r-devel
...../../doc/html/R.css ../../library/R.css
writing help indices for package: base tools utils grDevices graphics stats datasets methods grid sp
lines stats4 tcltk
---------- Making package base ------------
adding build stamp to DESCRIPTION
Error in get(x, envir, mode, inherits) : variable ".install_package_description" was not found
Execution halted
make[4]: *** [frontmatter] Error 1
make[3]: *** [all] Error 2
make[2]: *** [pkg-base] Error 2
make[1]: *** [rpackage] Error 2
make: *** [all] Error 2
*******************************
Mark Bravington
CSIRO (CMIS)
PO Box 1538
Castray Esplanade
Hobart
TAS 700...
2004 Oct 17
2
Re: [R] Problem Compiling R-2.0.0 on Linux Alpha
...gth of "alphapca56-unknown-linux-gnu"!
>
> I'm unsure whether the problem is in read.dcf or whether
> split_description could just use strsplit(Built, ";[ \n]") and begone
> with it. The latter should be a workaround for you in either case.
The problem is in .install_package_description: the Built: field must
not
be split across lines. (The newline does not have to added after ;, so
your fix is not 100% adequate.)
I've fixed .install_package_description.
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac...
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
Hi folks:
I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:
....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
Hi folks:
I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:
....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...*if test -f ./NAMESPACE; then \*
* /usr/bin/install -c -m 644 ./NAMESPACE
../../../library/compiler; \*
* fi*
*rm -f ../../../library/compiler/Meta/nsInfo.rds*
*if test -f DESCRIPTION; then \*
* if test "" != ""; then \*
* echo "tools:::.install_package_description('.',
'../../../library/compiler', '')" | \*
* R_DEFAULT_PACKAGES=NULL R_ENABLE_JIT=0 ../../../bin/R
--vanilla --slave > /dev/null ; \*
* else \*
* echo "tools:::.install_package_description('.',
'../../../library/compi...
2004 Nov 15
1
R-2.0.1 is released
...tIs() to handle correctly previous
methods, if there were any.
o splinefun(1[0], 1[0])(1) doesn't segfault anymore (PR#7290).
spline() and splinefun() now also work with missing values by
omiting them.
o ecdf() was failing on inputs containing NAs. (Part of PR#7292)
o tools:::.install_package_description was splitting the Built:
field across lines on platforms with very long names.
o capabilities() was wrong for the Aqua GUI on MacOS X.
o Using Rprof() with a non-writable 'file' argument is now a
non-fatal error and does not abort R.
o binom.test() did not deparse i...
2004 Nov 15
1
R-2.0.1 is released
...tIs() to handle correctly previous
methods, if there were any.
o splinefun(1[0], 1[0])(1) doesn't segfault anymore (PR#7290).
spline() and splinefun() now also work with missing values by
omiting them.
o ecdf() was failing on inputs containing NAs. (Part of PR#7292)
o tools:::.install_package_description was splitting the Built:
field across lines on platforms with very long names.
o capabilities() was wrong for the Aqua GUI on MacOS X.
o Using Rprof() with a non-writable 'file' argument is now a
non-fatal error and does not abort R.
o binom.test() did not deparse i...