Displaying 20 results from an estimated 92 matches for "00install".
2012 May 18
2
Failure building any package
...m(list=ls())
foo <- function(x){print(x)}
package.skeleton(name="foo")
Then, at the command line:
R CMD build foo
R CMD check --as-cran foo_1.0.tar.gz
<Some output not included here>
* checking whether package ?foo? can be installed ? ERROR
Installation failed.
See ?foo.Rcheck/00install.out? for details.
Looking at the 00install.out file, I see:
* installing *source* package ?foo? ...
** R
Error in parse(outFile) : 5949:10: unexpected symbol
5948: c(01, 00, 00, 00, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00,
5949: e0, 3f
^
ERROR: unable to collate and parse R...
2013 Jan 02
1
Package check using --as-cran
..... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking whether package ?phenology? can be installed ... ERROR
Installation failed.
See ?[path]/phenology.Rcheck/00install.out? for details.
The file 00install.out has no more information, it is just a copy of
these informations.
I would like to know if there is a "verbose" version of the check.
Thanks a lot
Marc Girondot
--
__________________________________________________________
Marc Girondot, Pr...
2010 Sep 12
2
More strange R CMD build/check errors on Windows
...affypdnn' version '1.23.0'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'affypdnn' can be installed ...Warning in
file(con, "r") :
cannot open file
'E:/biocbld/bbs-2.7-bioc/meat/affypdnn.Rcheck/00install.out': No such
file or directory
Error in file(con, "r") : cannot open the connection
Execution halted
>>> On 32-bit Windows:
R\bin\R.exe CMD build ArrayTools
* checking for file 'ArrayTools/DESCRIPTION' ... OK
* preparing 'ArrayTools':
* checking DESCRIPT...
2009 Mar 15
1
Stuck on building a package
...on' version '0.1'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking for executable files ... OK
* checking whether package 'ansecon' can be installed ... ERROR
Installation failed.
See '/Users/ajayshah/L/R/packages/ansecon.Rcheck/00install.out' for details.
make: *** [check] Error 1
And
$ more /Users/ajayshah/L/R/packages/ansecon.Rcheck/00install.out
* Installing *source* package 'ansecon' ...
** R
** preparing package for lazy loading
Loading required package: zoo
Attaching package: 'zoo'
The follow...
2006 Sep 11
1
Failure to build home-made package on WINDOWS 2000 professional
...age
* this is package 'log2html' version '1.0-1'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'log2html' can be installed ... ERROR
Installation failed.
See 'D:/tmp/log2html.Rcheck/00install.out' for details.
In the file D:/tmp/log2html.Rcheck/00install.out are the following
messages:
installing R.css in H:/tmp/log2html.Rcheck
'.' is not recognized as an internal or external command, operable
program or batch file.
'.' is not recognized as an internal o...
2011 Oct 16
1
Error in gzfile(file, mode) when checking a package with rcmd check
...... OK
* checking if this is a source package ... OK
* checking for .dll and .exe files ... OK
* checking whether package 'pgirmess' can be installed ... ERROR
Installation failed.
See 'U:/Documents and Settings/pgiraudo/Mes
documents/R/pgir_arch/pgirmess_arch/On
work/pgirmess.Rcheck/00install.out' for details.
In '00install.out', I get:
* installing *source* package 'pgirmess' ...
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded Error in gzfile(file...
2011 Aug 03
1
NAMESPACE problems
....
I am trying to 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...
2007 May 11
1
Compilation of source package.
.... OK
* this is package 'MethComp' version '0.0.8'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'MethComp' can be installed ... ERROR
Installation failed.
See 'C:/Stat/R/BxC/library.sources/MethComp.Rcheck/00install.out' for
details.
C:\Stat\R\BxC\library.sources>more MethComp.Rcheck\00install.out
installing R.css in C:/Stat/R/BxC/library.sources/MethComp.Rcheck
---------- Making package MethComp ------------
adding build stamp to DESCRIPTION
installing R files
installing inst files
FIND: Param...
2013 Jul 18
2
question about Makeconf and nvcc/CUDA
...namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'cudasize' can be installed ... ERROR
Installation failed.
See 'c:/PROGRA~1/R/R-3.0.1/bin/i386/cudasize.Rcheck/00install.out' for details.
And the 00install.out file:
* installing *source* package 'cudasize' ...
** libs
*** arch - i386
cygwin warning:
MS-DOS style path detected: c:/PROGRA~1/R/R-30~1.1/etc/i386/Makeconf
Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-30~1.1/etc/i386/Make...
2007 Nov 05
1
R CMD Check fails under Windows XP
...for file 'test/DESCRIPTION' ... OK
* this is package 'test' version '0.1-1'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'test' can be installed ... ERROR
Installation failed.
See 'F:/test.Rcheck/00install.out' for details.
The file 00install.out contains the message:
---------- Making package test ------------
adding build stamp to DESCRIPTION
making DLL ...
Syntax error: "elif" unexpected (expecting "then")
make[2]: *** [srcDynlib] Error 2
make[1]: *** [all] Error 2...
2020 Apr 30
3
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hello, All:
????? "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes:
Error:? package or namespace load failed for 'Ecfun':
?.onLoad failed in loadNamespace() for 'rJava', details
? call: inDL(x, as.logical(local), as.logical(now), ...)
? error:? unable to load shared object '...
2007 Dec 12
2
R CMD check error, Readitem unknown type 203
...ies if it has already been posted. I searched the archives and
couldn't find the answer to my problem.
I am building a R package and while checking it with R CMD check, I get
the following error,
* checking whether package 'drCCA' can be installed ... ERROR
Installation failed.
00install.out shows following message,
** building package indices ...
Error in load(zfile, envir = envir) : ReadItem: unknown type 203
Execution halted
ERROR: installing package indices failed
Does somebody has any idea what it means??
Thanks a lot.
Regards,
Abhishek Tripathi
Researcher
Departm...
2015 Mar 19
2
CRAN binary, but no source
...equires only the _current_ source, not _every_ source.
>
>
> Well, it seems to me that for the OSX Mavericks platform 0.5-2 is the
> current version.
Because the latest version failed to build on Mavericks:
http://www.r-project.org/nosvn/R.check/r-release-osx-x86_64-mavericks/Rglpk-00install.html
Possibly because a system requirement is not installed.
Dan
>
> Gabor
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
2013 Jul 30
1
Error from R CMD check
...is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'watervogels' can be installed ... ERROR
Installation failed.
See 'U:/svn2/watervogels/watervogels.Rcheck/00install.out' for details.
Exited with status 1.
Output from 00install.out
* installing *source* package 'watervogels' ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if install...
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
...When R attempts to load the 64 bit DLL. A pop-up window says
R for Windows terminal front-end has stopped working,
then I get the error message on the console
ERROR: loading failed for 'x64'
Below is the Makevar.win file (it selects a library based on 32 vs 64 bit).
Also below is 00install.out and R.Version() output.
I'd appreciate any suggestions.
John
...........................................................................................................
John P. Nolan
Math/Stat Department
227 Gray Hall, American University
4400 Massachusetts Avenue, NW
Washington,...
2009 Sep 15
2
Building R package with .c sub-routine files
...'s say "R CMD SHLIB file1.c" runs perfectly and I want to include the code in
a package, "R CMD build" also runs fine but R CMD check" gives
* checking whether package 'myPackage' can be installed ... ERROR
Installation failed.
See '/pathto/myPackage.Rcheck/00install.out' for details.
basically the compiler is trying to compile file2.c independantly of file1.c
which is not what I want and prevents a proper build
What's the easiest way to enforce the correct file dependencies when building R
packages?
cheers
David
2008 Dec 16
2
"could not find function" error in "R CMD check"
...ace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking for .dll and .exe files ... OK
* checking whether package 'fda' can be installed ... ERROR
Installation failed.
See 'D:/spencerg/statmtds/splines/fda/tmp/fda/fda.Rcheck/00install.out'
for deta
ils.
####################################
"00install.out" is as follows:
####################################
installing R.css in D:/spencerg/statmtds/splines/fda/tmp/fda/fda.Rcheck
---------- Making package fda ------------
adding build stamp to DES...
2013 Jul 08
2
Problemas creación de paquetes
Buenos días, os escribo porque estoy intentando crear un paquete con RStudio. Cuando hago el paso de construirlo me da el siguiente erro: "checking whether package 'Nombre_de_mi_paquete' can be installed ... ERROR". Sabe alguien qué he de hacer. Muchas gracias a todos.
Ange
[[alternative HTML version deleted]]
2006 Mar 14
1
Fwd: makeconf issue on R-devel 2006-03-12 r37524
...dencies ... OK
> * checking if this is a source package ... WARNING
> Subdirectory 'kuantile/src' contains object files.
> * checking whether package 'kuantile' can be installed ... ERROR
> Installation failed.
> See '/Users/roger/Projects/kuantile/kuantile.Rcheck/00install.out'
> for details.
>
> yzzy: more /Users/roger/Projects/kuantile/kuantile.Rcheck/
> 00install.out
> * Installing *source* package 'kuantile' ...
> ** libs
> ** arch - Frameworks
> /Library/Frameworks/R.framework/Resources/share/make/shlib.mk:3: /
> Librar...
2007 Oct 04
2
bnlearn package compilation failure on MacOSX
Hi all.
I've recently uploaded a package (bnlearn) to CRAN. It builds fine
on both Linux (32 and 64 bit) and Windows, but fails on MacOSX ix86
because of C90 vs C99 issues:
http://www.r-project.org/nosvn/R.check/r-patched-macosx-ix86/bnlearn-00install.html
Since I've no MacOSX machine at hand, I would like to ask you:
why is C99 not the default for gcc on MacOSX ix86? Is it safe to
force gcc to use C99 with either -std=c99 o -std=gnu99?
Thanks in advance.
--
Marco Scutari
Linux Registered User #341807...