search for: r_decompress1

Displaying 20 results from an estimated 24 matches for "r_decompress1".

2012 Jun 28
2
Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
Hello all, When I wanted to use package "foreach", I got the Error. That is: > library(foreach) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for ‘foreach’ I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", the Error could not be fixed. Would you please to give me some advice? Thanks in advance Wang [[alternative HTML version deleted]]
2007 Feb 16
0
R_decompress1 and zlib
...t data types > header1 <- readBin(zz, integer(), 8, size = 4) > header2 <- readBin(zz, numeric(), 5, size = 8) > header3 <- readBin(zz, integer(), 14, size = 4) > data.raw <- readBin(zz, raw(), 1e6) > close(zz) > ## it works fine up to here > mydata <- .Call('R_decompress1', data.raw) Error: cannot allocate vector of size 1976123 Kb In addition: Warning messages: 1: Reached total allocation of 1534Mb: see help(memory.size) 2: Reached total allocation of 1534Mb: see help(memory.size) > length(data.raw) [1] 481 The .Call is, where R complains about not having e...
2012 Jan 27
2
Unable to reload Rdoc
...ment. I have a package loaded & spot a documentation bug, so I: edit the Rd file (or in the roxygen header + roxygenize); then R CMD BUILD, R CMD INSTALL then in the same R session, reload the library & lookup a man page, I always get this error: Error in fetch(key) : internal error -3 in R_decompress1 I've tried all ways of reloading the package that i'm aware of: detach then library unloadNamespace then library devtools::install devtools::reload all lead to the error. I see from ?detach: ... So detaching and re-attaching a package may not refresh some or all components of the package...
2010 Jun 16
1
Problems loading RWeka and rJava under R 2.10.1
...I am running R 2.10.1 under Windows XP Professional. Moreover, I run Java 5.0 and the RWeka package 0.4-1 and rJava 0.8-4. are successfully installed. I get two error messages while loading both packages. library(RWeka) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for 'RWeka' 2: stop(gettextf("package/namespace load failed for '%s'", package), call. = FALSE, domain = NA) 1: library(RWeka) library(rJava) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress...
2006 Jul 18
1
possibly stupid question about RPM building
...library/tools/src' make[4]: Leaving directory `/usr/src/redhat/BUILD/R-2.3.1/src/library/tools/src' Warning message: package seems to be using lazy loading already in: makeLazyLoading("tools") Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : internal error in R_decompress1 Execution halted Thereafter, going to /usr/src/redhat/BUILD/R-2.3.1/src/library/tools and executing "make" gives essentially the same result. digging deeper finds the error message within library/tools/R/makeLazyLoad.R: if (file.info(codeFile)["size"] == file.info(loader...
2013 Mar 29
3
weird error with a lazyload .RData file in a package
...atasets to lazyload DB ** demo ** inst ** preparing package for lazy loading Warning: package 'nnet' was built under R version 2.15.3 ** help ... Yet, when I try to use it, I get something incomprehensible: > library(heplots) > str(NLSY) Error in str(NLSY) : internal error -3 in R_decompress1 In addition: Warning message: In str(NLSY) : restarting interrupted promise evaluation > But it works if I load directly from the file I imported into the package: > load("NLSY.RData") > str(NLSY) 'data.frame': 243 obs. of 6 variables: $ math : num 50 28.6 5...
2008 Feb 17
1
Error massage in attaching package 'rgl'
Hi, I am getting following error message while attaching 'rgl' package : > library(rgl) Error in get(Info[i, 1], envir = env) : internal error in R_decompress1 Can anyone tell me what should I do here? Regards, --------------------------------- 5, 50, 500, 5000 - Store N number of mails in your inbox. Click here. [[alternative HTML version deleted]]
2018 Mar 21
1
problem with rJAVA
...or: library(rJava) Error: package or namespace load failed for ?rJava? in get(Info[i, 1], envir = env): lazy-load database 'C:/Users/John Sorkin/Documents/R/win-library/3.4/rJava/R/rJava.rdb' is corrupt In addition: Warning message: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 I hope someone can tell me what I need to do to get RJava work in my version of R. I tried to re-install RJava and the problem persisted. Thank you John John David Sorkin M.D., Ph.D. Professor of Medicine Chief, Biostatistics and Informatics University of Maryland School of Medicine Division...
2010 Jun 21
1
Problem with package installation
...ong MD5 checksums" error utils:::menuInstallLocal() files R/MASS.rdb, data/Rdata.rdb, help/MASS.rdb have the wrong MD5 checksums In some cases, another error message pointed to a namespace problem, for example: library(Formula) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for 'Formula' Any hints? ____________________________________________________________________________________ Dr. Rub?n Roa-Ureta AZTI - Tecnalia / Marine Research Unit Txatxarramendi Ugartea z/g 48395 Sukarrieta (Bizkaia) SPAIN
2010 May 18
1
issues with R Library on a Server
...wnloaded packages are in C:\Users\Daisy Englert\AppData\Local\Temp\2\Rtmp9FxLip\downloaded_packages ** This is bad because I though they should go to C:\\RLIBRARY (I think) Thus the following code does not work: library(nnet) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for 'nnet' My questions are: Why are the packages downloading to the above location? What is the next step(s) I should take to setting up the server correctly. Thanks, Daisy -- Daisy Englert Duursma Room E8C156 Dept. Biological Sciences Macq...
2010 May 24
1
library location and error messages when loading packages
...Kb) opened URL downloaded 332 Kb package 'cluster' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Users\Daisy Englert\AppData\Local\Temp\2\RtmpWGZV31\downloaded_packages >library(cluster) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for 'cluster' ******But, I can fix this by setting the lib.loc > library(cluster, lib.loc = "C:/PROGRA~1/R/R-211~1.0/library" ) ******Unfortunately this is not where the updated packages went, the updated package went to "C:\\RLIB...
2012 Oct 31
2
Snallball, rJava, and R 2.15.1
...found a different copy of rJava on R-Force last night. Installed it and it seemed to fix the rJava problem. However, Snowball continues to be a problem: Error : .onLoad failed in loadNamespace() for 'Snowball', details: call: get(Info[i, 1], envir = env) error: internal error -3 in R_decompress1 In addition: Warning messages: 1: package ?lsa? was built under R version 2.15.2 2: package ?Snowball? was built under R version 2.15.2 Error: package ?Snowball? could not be loaded > > To illustrate this problem, I reinstalled the rJava package from Cran this morning. After writing thi...
2009 Oct 30
1
parse_Rd and/or lazyload problem
...ing: Reached total allocation of 1535Mb: see help(memory.size) Warning: Reached total allocation of 1535Mb: see help(memory.size) Warning: Reached total allocation of 1535Mb: see help(memory.size) Error: cannot allocate vector of size 1.9 Gb # Or on other occasions I get Error: internal error -3 in R_decompress1 Mark Bravington CSIRO CMIS Hobart Australia --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 2 minor = 10.0 year = 2009 month = 10 day = 26 svn rev = 50208 language = R version.string =...
2015 Dec 22
0
unloadNamespace() does not address unevaluated promises in the S3 Methods Table
...l.packages("testUnload", repos = NULL) library("testUnload") #> Error in get(method, envir = home) : #> lazy-load database '{sic}/testUnload/R/testUnload.rdb' is corrupt #> In addition: Warning message: #> In get(method, envir = home) : internal error -3 in R_decompress1 #> Error: package or namespace load failed for ?testUnload? Upon investigation this is because the code in registerS3Methods creates a promise using 'delayedAssign' for 'print.object' function in the '.__S3MethodsTable__.' environment within the base environment (which i...
2010 Aug 10
0
problem installing "boot" package on Mac
...bytes (438 Kb) opened URL ================================================== downloaded 438 Kb The downloaded packages are in /var/folders/8O/8OQqiVUgEBSa2PwHYc1b1E+++TI/-Tmp-//RtmpXuArKA/downloaded_packages > library(boot) Error in FUN("melanoma"[[1L]], ...) : internal error -3 in R_decompress1 > boot Error: object 'boot' not found > sessionInfo() R version 2.11.1 (2010-05-31) x86_64-apple-darwin9.8.0 locale: [1] en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other a...
2013 May 17
0
rggobi error
...z.ch/pipermail/r-help/2007-March/127836.html But after I remove.packages('rggobi') and install.packages('rggobi') I get error 'B' below. Any idea what I am doing wrong? ERROR B > library('rggobi') Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 In addition: Warning message: package 'rggobi' was built under R version 2.15.3 Error: package/namespace load failed for 'rggobi' ERROR A > library('rggobi') Error in inDL(x, as.logical(local), as.logical(now), ...) : ??unable to load shared object 'C:/R/R-2.15.1...
2007 Aug 24
2
problem loading package 'gplots'
Dear R community, I am using R version 2.4.1 GUI 1.18 on an iBook G4 with OS 10.4.10. When I try to load package 'gplots' I get the following message: > library(gplots) Loading required package: gdata Attaching package: 'gdata' The following object(s) are masked _by_ .GlobalEnv : reorder.factor Loading required package: gtools Attaching package: 'gtools'
2016 Aug 30
2
encontrar fechas saltadas
...ate hour T > > <0 rows> (or 0-length row.names) > > Error in fetch(key) : > > lazy-load database 'C:/Program Files/R/R-3.3.1/library/lubridate/help/lubridate.rdb' > is corrupt > > In addition: Warning message: > > In fetch(key) : internal error -3 in R_decompress1 > > Por lo que todo lo que venía después falló. Mi base de datos esta sobre un > .csv > > Encargo ayuda por favor. > > > > > > *De:* Carlos Ortega [mailto:cof en qualityexcellence.es] > *Enviado el:* lunes, 29 de agosto de 2016 20:31 > *Para:* Javier Valdes Ca...
2016 Aug 30
2
encontrar fechas saltadas
...ate hour T > > <0 rows> (or 0-length row.names) > > Error in fetch(key) : > > lazy-load database 'C:/Program Files/R/R-3.3.1/library/lubridate/help/lubridate.rdb' > is corrupt > > In addition: Warning message: > > In fetch(key) : internal error -3 in R_decompress1 > > Por lo que todo lo que venía después falló. Mi base de datos esta sobre un > .csv > > Encargo ayuda por favor. > > > > > > *De:* Carlos Ortega [mailto:cof en qualityexcellence.es] > *Enviado el:* lunes, 29 de agosto de 2016 20:31 > *Para:* Javier Valdes Ca...
2016 Aug 30
2
encontrar fechas saltadas
...ate hour T > > <0 rows> (or 0-length row.names) > > Error in fetch(key) : > > lazy-load database 'C:/Program Files/R/R-3.3.1/library/lubridate/help/lubridate.rdb' > is corrupt > > In addition: Warning message: > > In fetch(key) : internal error -3 in R_decompress1 > > Por lo que todo lo que venía después falló. Mi base de datos esta sobre un > .csv > > Encargo ayuda por favor. > > > > > > *De:* Carlos Ortega [mailto:cof en qualityexcellence.es] > *Enviado el:* lunes, 29 de agosto de 2016 20:31 > *Para:* Javier Valdes Ca...