Displaying 20 results from an estimated 32 matches for "rw2000".
Did you mean:
w2000
2004 Nov 17
1
OOP pkg compilation failure
...s in advance
---transcript----
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\...\>R CMD INSTALL OOP.tar.gz
---------- Making package OOP ------------
adding build stamp to DESCRIPTION
making DLL ...
making treeApply.d from treeApply.c
gcc -Ic:/R/rw2000/include -Wall -O2 -c treeApply.c -o treeApply.o
ar cr OOP.a treeApply.o
ranlib OOP.a
windres --include-dir c:/R/rw2000/include -i OOP_res.rc -o OOP_res.o
gcc --shared -s -o OOP.dll OOP.def OOP.a OOP_res.o
-Lc:/R/rw2000/src/gnuwin32 -lg2c -lR
... DLL made
installing DLL
installing R...
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
...tudio. However, when I now
try to create the R package with the command "Rcmd INSTALL test" I obtain
the following:
C:\Rdevelop>Rcmd INSTALL test
---------- Making package test ------------
adding build stamp to DESCRIPTION
making DLL ...
making test.d from test.c
gcc -Ic:/R/rw2000/include -Wall -O2 -I"C:\Program Files\Numerical
Algorithms Group\CLW3207DA\include" -c test.c -o test.o
ar cr test.a test.o
ranlib test.a
windres --include-dir c:/R/rw2000/include -i test_res.rc -o test_res.o
gcc --shared -s -o test.dll test.def test.a test_res.o
-Lc:/R/rw2000/src/...
2004 Nov 15
1
Error whilst building packages
Dear All,
I have been working on building a new version of the Wavethresh package for
some time now. Having build a working version on Linux, I am getting the
following error when checking on Windows:
C:\Rpackages\R\rw2000\bin>Rcmd check wavethresh
* checking for working latex ... OK
* using log directory 'C:/Rpackages/R/rw2000/bin/wavethresh.Rcheck'
* checking for file 'wavethresh/DESCRIPTION' ... OK
* checking if this is a source package ... OK
installing R.css in C:/Rpackages/R/rw2000/bin/wavet...
2004 Oct 31
1
Problem in building a package in R 2.0.0
Dear all
I am trying to build a package in Windows.
I use the following command (which it used to work with previous
versions ) and I am getting the following error
#--------------------------------------------------------------------------------------------------------------
C:\PROGRA~1\R\rw2000\bin>Rcmd build --binary --use-zip
C:\PROGRA~1\R\rw2000\src\library\gamlss
* checking for file
'C:\PROGRA~1\R\rw2000\src\library\gamlss/DESCRIPTION' ... OK
installing R.css in c:/TEMP/Rbuild.1520
---------- Making package gamlss ------------
adding build stamp to DESCRIPTION
inst...
2005 Feb 15
2
Making a Package
...t is necessary; I couldn't find anything to "install" tools), and
I'm using R 2.00 (also installed on the C drive) on a Win-XP machine.
My understaning is that (since I have no C, Fortran, etc., code) I can move the NewPackage
folder (with all of the edited material) to the C:\r\rw2000\src\library folder and then open
MS-Dos in C:\r\rw2000\src\gnuwin32 and type: make pkg-NewPackage. After that, a folder called NewPackage should be placed in the C:\r\rw2000\library and from there loaded into R and/or zipped and distributed. If everything I have said is correct (which it may not be...
2004 Nov 07
4
writing a simple package in R 2.0 under Windows XP
...e.com/Products/ActivePerl/Download.html).
R Tools have been installed: C:\Perl\Rtools (source:
http://www.murdoch-sutherland.com/Rtools/tools.zip)
R tools functions delivered work fine (ex: ls, etc...)
R has been installed "at the root" of C:\ to avoid any blank in directory
names: C:\R\rw2000
The PATH has been defined as environment variable in Windows XP as:
C:\Perl\Rtools;C:\Perl\bin;...;C:\R\rw2000\bin
A trial package named "AnExample" has been prepared as indicated in the
example of package.skeleton() of the library "utils" and put in C:\
from there I have ty...
2005 Mar 24
2
build failed of package
I am trying to install the rpvm package doing this:
C:\R\rw2000\bin>rcmd install rpvm_0.6-2.tar.gz
'.' is not recognized as an internal or external
command,
operable program or batch file.
'.' is not recognized as an internal or external
command,
operable program or batch file.
make: *** /rpvm: No such file or directory. Stop.
make: *** [pk...
2004 Nov 16
2
User package - Simple Ports
...ed in the
README.packages file and ensuring that they appear in my path, I have
modified X's DESCRIPTION file to include all required fields.
Additionally I have deleted the "built" line since the make process
will add that. The source contains no Fortran/C/C++ and resides in .
R/rw2000/src/library
>From .R/rw2000/src/gnuwin32> make X -X seems to run the make utility,
but the package is never installed.
In R 1.8 manually added the build line and copied the package directory
into the library tree and library(X) worked without a formal install (As
you would guess thi...
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
...stalling R.css in H:/R/Packages/VR.Rcheck
Looks like `H:/R/Packages/VR' is a package bundle
---------- Making package MASS ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
making MASS.d from MASS.c
making lqs.d from lqs.c
gcc -Ic:/R/rw2000/include -Wall -O2 -c MASS.c -o MASS.o
gcc -Ic:/R/rw2000/include -Wall -O2 -c lqs.c -o lqs.o
ar cr MASS.a MASS.o lqs.o
ranlib MASS.a
windres --include-dir c:/R/rw2000/include -i MASS_res.rc -o MASS_res.o
gcc --shared -s -o MASS.dll MASS.def MASS.a MASS_res.o
-Lc:/R/rw2000/src/gnuw
in32 -lg...
2004 Nov 06
3
foreign(read.spss) in rw2000 and re2001beta
I encountered something strange with read.spss (package foreign, version
0.7 with R2.0.0 and
version 0.8 with R2.0.1 beta, windows XP)
I made a test file test.sav with SPSS version 11.5.1
containing only one numeric variable, with a value label
for one value not occuring in the file. According to ?read.spss
this should result in a factor, but it results in all NA. Using the
argument
2004 Oct 05
2
Package Installation in RGui (PR#7262)
....r-project.org/bin/windows/contrib/2.0/gam_0.92.zip'
Content type `application/zip' length 224167 bytes
opened URL
downloaded 218Kb
package 'gam' successfully unpacked and MD5 sums checked
Delete downloaded files (y/N)? y
Warning message:
unable to move temp installation 'H:/rw2000/library\file15762/gam' to
'H:/rw2000/library/gam'
I get the same message if I opt to delete the downloaded files and the same
problem if I try to install from a downloaded .zip file instead - not really
surprising as seems to "unpack" file okay, but loses the temporary file....
2004 Nov 12
1
Firefox keyword searches for R & S-Plus
...ght find this tip handy. Suppose you want to search the (local) R
documentation for information about the lme function. Wouldn't it be nice
to just type into the browser address bar:
r lme
and have the search performed? Here's how (on Windows):
Click on this link:
file:///C:/Progra~1/rw2000/doc/html/search/SearchObject.html?%s
Bookmark the page and name the bookmark something like: R 2.0.0 doc search
Edit the properties of the bookmark (by right-clicking on the bookmark)
and in the keywords field enter: r
Click OK.
That's all there is to it except for a couple of notes:
1. T...
2004 Oct 12
4
A question in R
I started to learn the R language, but I didn't suceed to use an external file.
Let say that I have an excel file called "test1.xls" in the directory
"C:/program files/R/rw2000/external_files" that looks like that:
name mark
yair 80
yosi 70 ...
In the appropriate directory I wrote this:
x<-read.delim("test1.xls")
or this:
x<-read.csv("test1.xls")
but I got:
[1] X......
<0 rows> (or 0-length row.names)
way...
2004 Oct 25
5
building a package under windows
...er linux.
I want to make a compiled version for windows.
(I work with windows 2000 and R 2.0)
I have followed the steps described in the file
readme.packages (in the top-level directory of the binary installation)
and I had a trouble at this step (which aim is not documented):
C:\Program Files\R\rw2000\src\gnuwin32>make libR.a libRblas.a
dlltool -k --as as --dllname R.dll --def R.exp --output-lib libR.a
make: *** [libR.a] Error 255
But still, I tried to build my package by
C:\Documents and Settings\guillot\Mes documents\package>Rcmd check geneland
and got :
* checking for working lat...
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
...utherland.com/Rtools/> > adding build stamp to
>DESCRIPTION
> <http://www.murdochsutherland.com/Rtools/> > making DLL ...
> <http://www.murdochsutherland.com/Rtools/> >making test.d from test.c
> <http://www.murdochsutherland.com/Rtools/> >gcc -Ic:/R/rw2000/include
>-Wall -O2 -I"C:\Program Files\Numerical
> <http://www.murdochsutherland.com/Rtools/> >Algorithms
>Group\CLW3207DA\include" -c test.c -o test.o
> <http://www.murdochsutherland.com/Rtools/> >ar cr test.a test.o
> <http://www.murdochsutherland.c...
2004 Nov 03
1
Building a package under WIN2000 / rw2.0
I have an odd problem in building a package with only R-code in it.
I have a package mainly used by myself which I last build under R
1.9.0.
The operation system is Win2000 5.00.2195, Service Pack 3
When I do:
c:\stat\r\rw2000\bin\Rcmd install --docs=normal --build
--library=c:\stat\R\bxc\library c:\stat\R\bxc\library.sources\xx
then after updating help pages I get:
preparing package xx for lazy loading
Error in tools:::.read_description(file) :
file '/DESCRIPTION' does not exist
Execution halte...
2004 Nov 03
1
Building a package under WIN2000 / rw2.0
I have an odd problem in building a package with only R-code in it.
I have a package mainly used by myself which I last build under R
1.9.0.
The operation system is Win2000 5.00.2195, Service Pack 3
When I do:
c:\stat\r\rw2000\bin\Rcmd install --docs=normal --build
--library=c:\stat\R\bxc\library c:\stat\R\bxc\library.sources\xx
then after updating help pages I get:
preparing package xx for lazy loading
Error in tools:::.read_description(file) :
file '/DESCRIPTION' does not exist
Execution halte...
2005 Apr 07
1
build rpvm under cygwin
...s about the
> > MinGW make.
> >
> > > On Thu, 24 Mar 2005 00:11:34 -0800 (PST), Lars
> > Schouw
> > > <schouwla at yahoo.com> wrote:
> > >> I am trying to install the rpvm package doing
> > this:
> > >>
> > >> C:\R\rw2000\bin>rcmd install rpvm_0.6-2.tar.gz
> > >>
> > >> '.' is not recognized as an internal or
> external
> > >> command,
> > >> operable program or batch file.
> > >> '.' is not recognized as an internal or
> external
&...
2004 Oct 05
2
Installation Package "gregmisc" nicht möglich?!?
...Delete downloaded files (y/N)? n
The packages are in C:\WINDOWS\TEMP\Rtmp18502\Rinstdir14176
updating HTML package descriptions
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
Das Package ist anschließend nicht installiert...Hab das auch mit der neuen Version 2.0.0 (rw2000.exe) nicht hinbekommen, gleiche Fehlermeldung. Kann mir irgendjemand helfen?
Mir würde auch eine ältere Version von R genügen (mit den Packages foreign, x-table und gregmisc). Falls jemand einen Link auf eine ältere funktionsfähige Version hat oder die Dateien direkt per Mail schicken könnte wäre i...
2004 Oct 06
1
problems with bitmap images in windows XP
This is rw2000 on windowsXP
jpeg("test.jpeg", bg="orangered")
plot(1:10, 1:10, col="green")
dev.off()
------
jpeg("test.jpeg", bg="blue")
plot(1:10, 1:10, col="red")
dev.off()
-------
jpeg("test.jpeg", bg="green")
plot(1:1...