Displaying 20 results from an estimated 10000 matches similar to: "write a library under 2.0.1 version"
2010 Mar 12
2
unknown compression
Hello, I am trying to modify some functions in an existing package. I can get a function by just typing the name in the console, but how can I get all the functions in a package? the ./R/ subdirectory has files xx.rdb and xx.rdx which I can not decompress with 7-zip or with unzip, unrar etc. The help files are compressed with gzip in the ./man/ folder and can be unzipped easily.
Thanks for your
2005 Jul 21
2
opening RDB files
Hi all,
I've recently upgraded to R version 2.1.1 and when trying to inspect the 
contents of many packages in the library (for instance library\MASS\R) I've 
realized wordpad, or the notepad, won't open them since they have *.RDB and 
*.RDX extensions which these editors cannot recognize.
However, libraries in previous versions of R did not have these extensions 
and I could inspect
2005 Feb 17
2
How to upgrade library from R 1.9.1 to R 2.0.1
Dear All:
	I have a library for R 1.9.1, it is very easy to setup a library in R 1.9.1.
    For example:
    I want to setup a library "test" for R1.9.1.
    1. Create a folder "test" in the direct X:\ R\ rw1091\ library \.
    2. Create a file "DESCRIPTION" in the direct X:\ R\ rw1091\ library\ test\.
    3. Modify the "Package:" and "Title:"
2012 Aug 02
3
INDEX rdb and rdx files
Greetings,
My computer has these
OS: 64-bit blfs linux R2.15.1
If one has  downloaded a tarball for example MASS.tar.ga and unzip it
Are there R commands to generate the following?:-
a) the INDEX file 
b) 'R' files   such as MASS.rdb and  MASS.rdx
advice would be appreciated
sincerely
luxInteg
2011 Sep 13
2
Convert "RDX" and "RDB" to ASCII format?
Dear R users and experts,
I need to modify an exisiting R function from a package. The function/
variable is inside a namespace and I have problems accessing it.
I only need to get access to to corresponding sourcecode. I localised
the "RDX" and "RDB" files. But it seems to be a binary format.
How can I convert it to an ASCII format to open  and extract the code
from a text
2007 Jun 13
2
Design library installation problem
Dear Listers
I have tried to install Frank Harrell's two libaries: Hmisc 
and Design.
I found that Hmisc was listed in the list of packages from 
the Install Packages command on the Packages menu, but 
Design was not. I installed Hmisc from this list, and when I 
  issued the library(Hmisc) command, it loaded into memory 
correctly.
I then copied the Design 1.1-1.zip file from the 
2004 Dec 21
1
Startup problem in 2.0.1 with install to /opt/R (PR#7437)
Full_Name: Stephen Harker
Version: 2.0.1
OS: Linux ppc YDL 3.01
Submission from: (NULL) (130.194.13.106)
I have made R 2.0.1 using YellowDog Linux 3.0.1 (kernel 2.6.7) on a 
powerpc machine.  This is to replace R 1.9.1. It makes without an error.
However, when I do `make check' towards the end I obtain the 
following: 
make[3]: Entering directory `/home/sjh/GS/R-2.0.1/tests'
running
2011 Apr 06
1
executing from .R source file in the src package
Can I run R code straight from R src (.R) file instead of .rdb/.rdx?  I of
course tried simply unzipping tar.gz in the R_LIBS directory but R complains
with "not a valid installed package".
Real issue: I am very new to R and all, so this could be something basic.
 I'm trying to use ess-tracebug (Emacs front-end to trace/browser et al).
 It works great when I trace functions in .R
2013 Apr 18
3
Rebuild package on R 3.0.0 without source code?
R-developers,
I have a binary R package built using R 2.14.1 that I would like to run on R 3.0.0. Unfortunately, the original source code is unavailable, so I cannot rebuild the package as R 3.0.0 requires.
Is there a straight forward way of converting the package (.rdb, .rdx and .rds files) in the binary package from a 2.14.1 version to a 3.0.0 version without the source code (perhaps
2004 Nov 30
1
Build package for R 2.0.1 under Windows
This summer I and a colleague built a package for R v 1.9.1 containing
C-code under Windows. That only worked for us when
R was installed in c:\program files\R. Now I have R v 2.0.1 and the same
package won't build. I get the following
C:\Program Files\R\rw2001\bin>rcmd check "c:\program
files\r\rw2001\src\library\
sag"
* checking for working latex ...latex: not found
 NO
* using
2005 Nov 22
3
modifying code in contributed libraries - changes from versions 1.* to 2.*
Having finally updated from R 1.91 to R 2.2.0 with my installation of a 
new computer, I discovered that something has changed drastically about 
the way code for contributed packages is stored when installed in a local 
version of R.  In the 1.* versions it was easy for me to go in and modify 
some of the code for a contributed package by using a text editor to 
change the script files (these
2004 Oct 09
2
R-2.0.0 and tcltk package
there does not seem to be a package "tcltk" on CRAN for 2.0.0.
I have successfully installed the same package for 1.9.1.
In essence I require the package for a GUI interface to setwd.
All work fine with 1.9.1.
This is on a Linux Debian unstable kernel 2.4.20
The build version of R 2.0.0 (issuing version whithin R) has the following
platform i686-pc-linux-gnu
arch     i686
os      
2004 Dec 16
1
Lazy-loading db setup in the R build process
Hi All,
I have read the article on lazy-loading in the September R news letter, and
think I have at least a vague grasp on what is happening.
Am I right in thinking that, assuming I were using the same packages, I
could copy the .rdb & .rdx files from one installation of R (2.0.0) to
another? 
I ask this as I'm trying to cross-compile R (for ARM), and need to use R
itself to perform the
2007 Mar 27
1
Source Code for zoo?
Hi,
I downloaded the source code for the package zoo (zoo_1.2-2.tgz from CRAN).
When I gunzip and untar the file I can't find the R / C / FORTRAN code for the library. In the R directory under zoo, the listing is for 3 files:
zoo
zoo.rdb
zoo.rdx
Is the code encoded in one of these files?
I've had this problem with other packages too, trying to browse the source. Am I missing something
2011 Nov 22
1
Cp -Inf
Hello All:
I am using the leaps package on scale and centered data for an 
exhaustive search.  There are Cp values of -Inf being returned for all 
models.  I was going to look at the source before contacting the list, 
but it has been a while since I have looked under the hood.  There are 
.rdb and .rdx files where I expected the source files to be.  I am sure 
that I have over looked something. 
2013 Jun 08
3
R CMD INSTALL and file permission settings
Summary:   
  The directory /usr/local/lib/R/site-library can be used for site-wide
  multi-user installations of R.  
  This is even the default on Debian and Ubuntu (following a suggestion by
  Kurt and Fritz a decade ago over beers -- what could be better).  However,
  R enforces wrong permissions on directories and files there (removing
  group-write) which effectively defeats this purpose,
2013 Feb 02
1
Reading .rdata files
Hello,
I am a developer working on extracting information from .rdata files using
java. I have been looking through the documentation a lot trying to figure
out how to read these files, but am a bit stuck at the moment.
I have generated two .RDATA files from StatTransfer and have noticed that
they both begin in similar ways.
*File 1*
RDA2
A
2
131585
66560
1026
1
4105
10
.Traceback
254
1026
1
2004 May 27
2
Rcmd check, windows xp, perl (2)
Thank you for your help. I??m sorry that I found not the right 
 entries in the R-devel. Now, I have again a problem.
 
 After installing all needed things I have run 
 Rcmd INSTALL -l ../mypkg  	and respectively 
 make mypkg 
 
 By running Rcmd check I get following message:
 	* checking for working latex ...Error: environment 
 variable TMPDIR not set (or set to unusable value) and no 	
 default
2004 Mar 17
1
Bundles and 1.9.0 (alpha)
What is it "Package bundles" and 1.9.0 (alpha) ?
'Rcmd check Bundle' aborts with:
Error: cannot open file '.../Bundle.Rcheck/Package/R/Package' for reading
In ".../Bundle.Rcheck/" the packages of the bundle are "merged" into a single
"package".  ('Rcmd INSTALL' does also "merge" the packages of the bundle.)
I do not in
2004 Mar 17
1
Bundles and 1.9.0 (alpha)
What is it "Package bundles" and 1.9.0 (alpha) ?
'Rcmd check Bundle' aborts with:
Error: cannot open file '.../Bundle.Rcheck/Package/R/Package' for reading
In ".../Bundle.Rcheck/" the packages of the bundle are "merged" into a single
"package".  ('Rcmd INSTALL' does also "merge" the packages of the bundle.)
I do not in