search for: readitem

Displaying 20 results from an estimated 22 matches for "readitem".

2009 Dec 16
2
What is the fastest way to see what are in an RData file?
Currently, I load the RData file then ls() and str(). But loading the file takes too long if the file is big. Most of the time, I only interested what the variables are in the the file and the attributes of the variables (like if it is a data.frame, matrix, what are the colnames/rownames, etc.) I'm wondering if there is any facility in R to help me avoid loading the whole file.
2012 Aug 21
1
Error: ReadItem: unknown type 98, perhaps written by later version of R
...ux-gnu (64-bit). Up to yesterday everything ran fine with jobs in several blocks (block1, block2 etc) of submission. They are sent to an LSF platform to handle the parallel submission. Today I see that only one of the blocks (the 19) has not finished correct: It reports in the out file: Error: ReadItem: unknown type 98, perhaps written by later version of R Execution halted Checking through google one had recommended rm ~/.RData I applied it, but the run again fails, when submitting through SAS for block 19. [SAS in macro lang.] %sysexec bsub R CMD BATCH &fullpath./dc19at&j..R &fu...
2007 Dec 12
2
R CMD check error, Readitem unknown type 203
...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 Department of Computer Science University of Helsinki
2013 Jun 11
3
load/unload segfault puzzle
Dear r-devel readers, I have a pretty deep problem with package loading and unloading in the development version of the lme4 package <https://github.com/lme4/lme4>; it's not boiled down to a properly minimal example yet (this has been difficult), but I am posting anyway in the hopes that someone has ideas about how to proceed farther, since I'm nearly stumped. Apologies in advance
2007 Mar 23
1
can't load just saved R object "ReadItem: unknown type 65"
I have run into a problem loading a just saved R object using R-devel. I have been saving and loading this particular type of R object for a long while and never ran into this problem. I save, then immediately reload (to test save) and get "ReadItem: unnknown type 65". This error is reproducible after logout from server and restart of emacs and R. Below is my output and sessionInfo(). Thanks, Mark > setwd("~/Genomics/Experiments.Genomic/BB01/acb.shell") > local(save(affy.object.preprocessed, file ="affy.object...
2007 Mar 23
1
can't load just saved R object "ReadItem: unknown type 65"
I have run into a problem loading a just saved R object using R-devel. I have been saving and loading this particular type of R object for a long while and never ran into this problem. I save, then immediately reload (to test save) and get "ReadItem: unnknown type 65". This error is reproducible after logout from server and restart of emacs and R. Below is my output and sessionInfo(). Thanks, Mark > setwd("~/Genomics/Experiments.Genomic/BB01/acb.shell") > local(save(affy.object.preprocessed, file ="affy.object...
2007 Mar 23
0
can't load just saved R object using R-devel "ReadItem: unknown type 65"
I am unable to load a just saved R object. Get message "ReadItem: unknown type 65" I am using R-devel and the problem is reproducible after logout and restarting R. Output and sessionInfo() below. Mark > setwd("~/Genomics/Experiments.Genomic/BB01/acb.shell") > local(save(affy.object.preprocessed, file ="affy.object.preprocessed....
2009 Jun 08
0
ReadItem: unknown type 136, perhaps written by later version of R
....RData, I fixed that problem by installing the appropriate package in pc2). Can't remember right now the explicit error message, but I remember the specific package was mentioned. 2) .RData created with pc2 is not loaded in pc1. I got this message: Error in load("K:\\.RData") : ReadItem: unknown type 136, perhaps written by later version of R I've no idea of what type 136 is. Any hints? Thanks in advance, Patrizio -- +------------------------------------------------- | Patrizio Frederic, PhD | Assistant Professor, | Department of Economics, | University of Modena and Reggi...
2008 Jul 22
2
Cannot re-start R after bus error
Hi, I ran a program that was exhausting the (unix) server's available memory. I got a bus error and then chose to save and quit workspace (option 4). That may not have been a smart idea - when I try to use R now, I get the error message: Error in load(name, envir = .GlobalEnv) : ReadItem: unknown type 0, perhaps written by later version of R Fatal error: unable to restore saved data in .RData I deleted my temporary R directories but still get the same message. What can I do to change this? Best, Ralph _________________________________________________________________ family_s...
2006 Jan 17
2
Installing a package yet it will not work.
I want R to read my Microsoft Access database or maybe even a Sybase database. I installed RODBC or at least thought I did. Then I issued the following command: library(RODBC) And got Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning message: package 'RODBC' was built under R version 2.3.0 Error: package/namespace load failed for 'RODBC' I am running R2.2.1 on Windows XP. Where does one begin to troubleshoot this. Farrel Buchinsky, MD --- Mobile (412) 779-1073 Pediatric...
2008 Jul 01
2
Problem with loading library-ks
...s), but I am getting the following error: Loading required package: KernSmooth KernSmooth 2.22 installed Copyright M. P. Wand 1997 Loading required package: mvtnorm Loading required package: rgl Loading required package: misc3d Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning messages: 1: package 'ks' was built under R version 2.7.1 2: package 'misc3d' was built under R version 2.6.0 Error: package/namespace load failed for 'ks' I have installed the newer versions of ks (1.5.5) and misc3d(0.6-1) and I am us...
2006 Jan 12
4
CRAN versions of lme4/Matrix don't appear to work with R 2.1.1
...f lme4/Matrix. I have run 'update.packages.' I understand this is still experimental software but I would like access to a working version. Thanks. Chuck R Output: > library(lme4) Loading required package: Matrix Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning messages: 1: package 'lme4' was built under R version 2.3.0 2: package 'Matrix' was built under R version 2.3.0 Error: package 'Matrix' could not be loaded >
2018 Nov 07
2
error unserializing ascii format (v2 or v3)
I ran into an interesting error unserializing a file created with ascii=TRUE: R 3.5.1 (Windows or Linux): > unserialize(serialize(list(raw=as.raw(c(39,41))), NULL, version=2, ascii=TRUE)) Error in unserialize(serialize(list(raw = as.raw(c(39, 41))), NULL, version = 2, : ReadItem: unknown type 29, perhaps written by later version of R The same error happens when the serialization is done with version=2 or version=3. It does not happen if the serialization is done with ascii=FALSE. Note that 0x29 == 41. It looks like unserialize is reading the wrong line. I tried this i...
2005 Nov 30
1
library(its) problem
...s [.factor to drop unused levels when subsetting. To get the old behavior of Hmisc type dropUnusedLevels(). Attaching package: 'Hmisc' The following object(s) are masked from package:stats : ecdf Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 In addition: Warning message: package 'its' was built under R version 2.3.0 Error: package/namespace load failed for 'its' Is there a new version 2.3.0, please> Thanks for any help! Sincerely, Erin Hodgess Associate Professor Department of Computer and Mathe...
2006 Aug 07
1
failed to load gplots
Hi everyone! I get the following message anyhow I try to load the package gplots: Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 Error in library(pkg, character.only = TRUE) : package/namespace load failed for 'gplots' Could any of you tell me what goes wrong? (I am using R 2.0.1. on Windows) Thanks a lot: ---------- Veronika Bókony PhD student Department of Ecology, Szent István Univer...
2014 Feb 03
1
String Vector Encoding
Hello, I was reading through serialize.c and i couldn't answer something. In readItem, case CHARSXP, rules exists to adjust the read string for string encoding. Q1. I couldn't find where the encoding of the elements of the string vector are written? Is it when writeItem writes out the attributes of the item? But i couldn't find encoding in the attributes field x <- &q...
2006 Nov 22
1
problem with the plm package
...m the CRAN. Apparently everything is ok: > utils:::menuInstallLocal() package 'plm' successfully unpacked and MD5 sums checked updating HTML package descriptions However, when I try to load it: > library(plm) Errore in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: tipo 241 sconosciuto Inoltre: Warning message: il pacchetto 'plm' ? stato creato con R versione 2.4.0 Errore: caricamento pacchetto/namespace fallito per 'plm' Sorry I installed R in Italian, but that should be easy to understand. "Errore" means, of course, error and &...
2012 Nov 20
1
Buffer overflow in date package
Dear list-members, I have observed quite a strange problem with the date package. You will find below what I get on my machine (Ubuntu). I have been able to reproduce the error on Red Hat too. But it seems not to happen on Windows (and on some other Linux distros?). > require(date) Loading required package: date > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-pc-linux-gnu
2005 Nov 16
5
"Warning message: package '...' was built under R version 2.3.0"
Hi, While installing precompiled packages I often get warnings like the one in the subject. I usually ignore them, but I still do not understand why windows packages are build with unreleased versions of R. Is there some way to get packages build under R-2.2.0? What are potential problems that can result from that version mismatch? My system: winXP R version: 2.2.0 Jarek Tuszynski
2007 Jun 21
0
unknown type 63, perhaps written by later version of R
Dear all, I'm using R-2.5.0. If I type: > load("C:\\Data1\\.RData") I get: Error in load("C:\\Data1\\.RData") : ReadItem: unknown type 63, perhaps written by later version of R Any idea why? Many thanks, Mario Dr Mario Cortina Borja; Senior Lecturer in Statistics MRC Centre of Epidemiology for Child Health, Institute of Child Health, University College London Tel: 44(0)20-7905-2113; FAX: 44(0)20-7905-2381; M....