Displaying 20 results from an estimated 39 matches for "rw1071".
Did you mean:
rw1041
2003 Sep 02
2
FW: Creating a Package with Windows XP.
...es found at http://www.stats.ox.ac.uk/pub/Rtools/tools.zip.
>
> and perl5, available via http://www.activestate.com/Products/ActivePerl/.
>
> When I run the command "Rcmd BUILD AnExample" I get the following output
> and error message:
>
>
> C:\Program Files\R\rw1071\bin>Rcmd BUILD AnExample
> * checking for file 'AnExample/DESCRIPTION' ... OK
> * preparing 'AnExample':
> * cleaning src
> * checking whether 'INDEX' is up-to-date ... OK
> * checking whether 'data/00Index' is up-to-date ... OK
> * removing junk...
2003 Jul 17
2
Minor nuisance with rw1071
Hola!
Starting with rw1071, just after starting Rgui the scope is not with
Rconsole, but some other place. This means I have to do a mouse click
in the Rconsole before starting to write the first command. Since I
always forget this, I end up writing the first command twice.
This is of course only a minor nuisance, but w...
2003 Jun 26
1
problems with library in 1.7.1
...uot;c:/R/R_cran/library","c:/R/R_w/library",.Library)
------------------
and it normally worked well, calling library() gives me a list of all
packages in the 3 sites
but in R 1.7.1 on Win98
> .lib.loc
[1] "c:/R/R_cran/library" "c:/R/R_w/library" "C:/R/RW1071/library"
> .Library
[1] "C:/R/RW1071/library"
> library()
only lists C:/R/RW1071/library
> .Library <- .lib.loc
> library()
same result, does not add the other libraries
if I return Rprofile to its original and instead create and
Renviron.site as in the FAQ
etc/R...
2003 Oct 15
5
Problems Building RMySQL in Windows
...e are some details about this problem:
- R 1.7.1
- RMySQL 0.5-2
- mysql 4.1.0-alpha-max-nt
I followed the instructions posted in
http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html
and the following messages appeared. BTW, thanks in advance for your
help and comments.
C:\Program Files\R\rw1071\src\gnuwin32>make pkg-RMySQL
---------- Making package RMySQL ------------
**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************
installing inst file...
2003 Aug 01
2
Problems installing R on Windows XP
Dear all,
I run a IBM PC compatible with a Pentium IV with 2,4 MHz and 512 Mb RAM and a 80 Gb fast disk und Windows XP home edition.
I downloaded rw1071.exe from cran.at and cran twice.
When I tried to open rw1071.exe I choose the option to install all R reference materials as well and then after some 10 seconds I get an error message
refman.pdf file is corrupted (I tried several times to re-open without any success)
Rhelp.zip as above...
2003 Jun 18
1
Re: rw1071 - cut and paste bug
On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message
<200306181351.h5IDpEOC122970@northrelay03.pok.ibm.com>:
>I have installed the binary of R-1.7.1 for Windows from CRAN. After
>using the Cut or Paste buttons the R Console window does not respond
>to keyboard input; the window can be reactivated by switching to another
>window and back to the R console. Cutting and pasting
2003 Jun 18
2
Re: rw1071 - cut and paste bug (PR#3285)
On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message
<200306181351.h5IDpEOC122970@northrelay03.pok.ibm.com>:
>I have installed the binary of R-1.7.1 for Windows from CRAN. After
>using the Cut or Paste buttons the R Console window does not respond
>to keyboard input; the window can be reactivated by switching to another
>window and back to the R console. Cutting and pasting
2003 Nov 16
2
Error when calling a dll procedure
...ude <Rdefines.h>
>}
>
>SEXP getPrimes(SEXP a)
>{
>SEXP c;
>
//my implementation
>
>return c;
>}
Here is the output (hopefully without any typos) of the process building the
dll:
>Rcmd SHLIB Primes.cc
>making Primes.d from Primes.c
>g++ -IE:\programs\R\rw1071\src\include -Wall -02 -c Primes.cc -o Primes.o
>ar cr Primes.a *.o
>ranlib Primes.a
>g++ --shared -s -o Primes.dll Primes.def Primes.a
-LE:\programs\R\rw1071\src\gnuwin32 -lg2c -lR
My PROBLEM is now that I can load the dll (no error message), but not access
the function "getPrimes&...
2003 Sep 09
6
Making R packages
...blems on the R-help archives and hopes that
one of the R gurus will be able to help.
He has a directory "CO2" which should contain all
the required files and directories:
DATA:
DESCRIPTION
MAN:
R:
README
SRC:
The following command is run in a windows console:
C:\Program Files\R\rw1071\bin\rcmd INSTALL D:\CO2
Then he gets the following error (approximate
translation of a French message) :
"Perl is not recognized as an internal or
external command, an executable file or a command
file"
Perl has of course been installed on the PC and
my colleague has the "Tool...
2003 Sep 02
0
: Creating a Package with Windows XP.
...es found at http://www.stats.ox.ac.uk/pub/Rtools/tools.zip.
>
> and perl5, available via http://www.activestate.com/Products/ActivePerl/.
>
> When I run the command "Rcmd BUILD AnExample" I get the following output
> and error message:
>
>
> C:\Program Files\R\rw1071\bin>Rcmd BUILD AnExample
> * checking for file 'AnExample/DESCRIPTION' ... OK
> * preparing 'AnExample':
> * cleaning src
> * checking whether 'INDEX' is up-to-date ... OK
> * checking whether 'data/00Index' is up-to-date ... OK
> * removing junk...
2003 Jun 23
2
Problem with installation under R 1.7.1 and unzip
...'t know which destination must be specified to unzip packages and install it. In fact i am doing this manually now and it works using "Load package" but i won't do this always because i have the same problem in updating these packages. My destination directory is Program Files\\R\\rw1071\\Rwork.
Could anyone tell me what to do and how to resolve this problem?
Thank you a lot
Ramzi
---------------------------------
[[alternative HTML version deleted]]
2003 Aug 16
4
unclass
Have I been sleeping in class?
rw1071 from CRAN, windows XP
incidencia is made by a call to tapply
> class(incidencia)
[1] "array"
> incidencia <- unclass(incidencia)
> class(incidencia)
[1] "array"
Kjetil Halvorsen
2003 Sep 20
1
Errors in making a DLL file
Hi, all:
I want to call a c program in the windows version R, so I installed ActivePerl and
MinGw, wrote the code below in command prompt:
Rcmd SHLIB filename.c
and I got the error message as follows:
Error: c:/R/rw1071/src/gnuwin32/MakeDLL 16: common syntax error.
.....
There are errors on line 16 18 20 22 25 28 43 44 45 47 49 50 51 52 53 79 80 81 83.
Has any one met the same problem before? Do I need other tools installed?
Best Wishes,
Guan Xing
9/20/03
2003 Nov 03
2
Problem with batch-file
Hi
I have written a graphical user interface using tcltk. Now I would like to run it under rterm.exe with a batch file. I tried the following code written in a .bat file:
d:\R\rw1071\bin\Rterm.exe --no-restore --no-save <d:\RGui.r> d:\RGui.out
The problem is that rterm does open but the gui isn't running properly. After a few seconds rterm is closeing without doing anything more than print the first gui window. If I run the same r-code in the normal RGui.exe I don...
2003 Sep 02
2
identify with image
Hola!
I will want to identify pixels in an image with the mouse, for
so getting the image data from the matrix(es), for use in subsequent
discriminant analysis. But the following bombs R:
(windows XP, rw1071)
> str(baboon)
list()
- attr(*, "size")= int [1:2] 512 512
- attr(*, "cellres")= num [1:2] 1 1
- attr(*, "bbox")= num [1:4] 0 0 512 512
- attr(*, "channels")= chr "grey"
- attr(*, "bbcent")= logi FALSE
- attr(*, "class"...
2003 Sep 29
2
problem in integrating C routine with R on windows XP
...inGw directory,
download Perl and saved it in c:\Perl directory.
My path is set as:
C:\bin;C:\MinGW\bin;C:\Perl\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRo
ot%\System32\Wbem;C:\Program Files\Common Files\Adaptec
Shared\System;c:\matlab6p5\bin\win32;
When I input the following command:
c:\rw1071\bin> Rcmd SHLIB -o simu.dll simu.c
I met the following problem:
'make' is not recognized as an internal or external command,
operable program or batch file.
Could any one tell me the problem here? which steps I have lost or the path
has not been correctly set???
Thank you for your...
2003 Jun 23
1
Cross-compiling R packages
Hi,
I tried to use the 'make' file discussed in the last R-news.
The step 'make R' dies with:
make[2]: Entering directory `/home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/src/gnuwin32'
sed -e s/@RVER@/`cut -d' ' -f1 ../../VERSION | sed -n 1p`/g -e s/@RWVER@/rw1071/g rw-FAQ.texi | \
makeinfo --no-headers --number-sections -o rw-FAQ
makeinfo --no-split --html --no-headers --number-sections -o tmp.html tmp.texi
tidy tmp.html > tmp2.html 2> /dev/null
make[2]: [fixed/html/rw-FAQ.html] Error 127 (ignored)
*** tidy appears to be non-functional ***
make[2]:...
2003 Sep 30
2
eigin of matrix of NaNs (PR#4366)
Full_Name: Steve Taylor
Version: rw1071
OS: Windows NT 4
Submission from: (NULL) (203.98.50.22)
eigen(matrix(NaN,2,2)) causes R to lock up and stop responding
2004 Nov 28
1
Version names
I have Windows XP build scripts that look for R in a variety
of folders and if multiple ones are found, takes the last
one. For example, I currently have the following
in \Program Files\R :
rw1060
rw1062
rw1071
rw1071beta
rw1081
rw1090
rw1090dev
rw1091
rw1091pat
rw2000
rw2001beta
Note that it currently correctly gets rw2001beta but if I
add rw2001 then it will not pick it up since rw2001beta
would continue to sort after it.
I tried using dates in my scripts to pick out the right one
but realized...
2003 Jun 25
2
rw1062
hi
I need 'rw1062.zip' since i can't get excel, R1070 or R1071 to work with the R (D)COM Server
everything worked fine in the god rw1062 days
the lapack routines can't be loaded
'unable to load shared library c:\r/moduleslapack.dll, the specified library could not be found'
don't know if it's the forward slashes that anoys windows
btw, the libraries are in the