Displaying 20 results from an estimated 30000 matches similar to: "downloading R"
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
2004 Dec 28
1
R: repeat loops
To whoever this may concern
I am trying to write a repeat loop and can't make out from the documentation on the website how exactly to construct the repeat, break structure of the loop. Below is the function sim2.dat that I am trying to create, in which firstly I create n random uniform(0,1) numbers. From there I assign values to k, P and F. From then on for each random number u[j] of u, I
2005 Feb 17
2
package bulding in windows.
Hello everyone.
I am using R 2.0.1 in windows XP sp2 and I want to create a package.
I get the following errors when I run these commands at the dos prompt.
Please help.
Thanks.
NIshan
F:\Program Files\R\rw2001\bin>Rcmd build f:\testingskeke
* checking for file 'f:\testingskeke/DESCRIPTION' ... OK
* preparing 'f:\testingskeke':
* cleaning src
*
2005 Mar 11
2
Package Installation in RGui (PR#7262)
In reference to the thread
http://tolstoy.newcastle.edu.au/R/devel/04/10/0859.html
I have the same problem updating packages with newly-installed version of
released version of R 2.0.1. Previous posts refer to a bug in windows. I
wonder if there is a work-around? This probably should go to R-help but it
follows on from the post in R-devel. Apologies in advance.
OS: Windows XP Professional,
2004 Dec 22
2
Creating packages in windoze: *** [indices] Error 1
Dear R community,
I am running R 2.0.1 on a Windoze XP OS. I recently upgraded from R 1.9x to
2.0.1 and I am currently
upgrading a my personal function packages. My other packages compiled
without
a hitch but I am having a difficult time with my largest package.
Can someone please help me with the following error message
"Error in parse(file, n, text, prompt) : syntax error on line
2004 Dec 22
1
help with creating package
Hello,
I'm trying to create a source package (on Win2k system). I followed the
instructions from R-extns.pdf, installed ActivePerl and RTools with setting
the DOS path to it.
Then I did "Rcmd check" and had an error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\R\rw2001\bin>Rcmd check D:/prime7/SpnInstall/spectrino
* checking for working latex ...latex: not found
NO
* using log directory
2005 Mar 01
1
Two problems building a package
Hello all:
I have written a few R scripts and am trying to turn them into a package for
submission to CRAN. All of these scripts are R code only, no C or C++ or
anything else. I'm working with R 2.0.1 running on a Windows XP machine. So
far running ">rcmd install --build --docs=normal mypkge" seems to work
(i.e., the library "mypkge" is installed in R\rw2001\library and
2004 Nov 07
1
creating a package without lazy loading
When I do a
R CMD build --binary
then I get the messages at the end of this post unless I specify
LazyLoad: no
in the DESCRIPRION file. If I do that then everything
proceeds smoothly. R CMD check proceeds smoothly in
either case. Is there something I should be aware
of that is causing this message when I do not turn off
lazy loading?
I am using Windows XP and R 2.0.1 beta
2004 Dec 21
1
scheduling R tasks under windows
I'm trying to schedule R tasks in Windows Server 2003.
I can run the following from the DOS prompt without
any difficulty:
c:\Reports>c:\r\rw2001\bin\rterm.exe --no-restore
--no-save <test.R> test.out
where test.r has two lines: library(tools);
Sweave("rlr.Rnw").
When I try to run the same from the task scheduler, I
fill in the dialogue box as follows:
Run:
2005 Feb 02
1
windows dse bundle install problem
I rarely use Windows, so perhaps this is a question for r-help but I
don't think so.
> install.packages("dse")
trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 24873 bytes
opened URL
downloaded 24Kb
trying URL
`http://cran.r-project.org/bin/windows/contrib/2.0/dse_2005.1-1.zip'
Content
2005 Feb 09
1
HTML help index generation problem with R under Windows
Hi,
I recently encountered a similar problem to
http://www.mail-archive.com/r-help at stat.math.ethz.ch/msg31960.html
One conclusion from that thread seems to be
that if XP users need to update the index,
after installing a package,
they have to install R into a directory
for which they have got write access,
either a network or local drive.
This is in order to update the files
'C:Program
2005 Jul 27
1
Installing SJava (I'm almost there, just a little more help please!....please!)
Hi. Day three and I’m still struggling with this. Any advice to overcome the
final hurdle will be enormously appreciated. I now have all the right Java
applications etc. in their right places and have managed to get rid of most
errors but still get this:
— Making package SJava —
Building JNI header files...
adding build stamp to DESCRIPTION
running src/Makefile.win
(cd .. ;
2005 Apr 27
2
Problems compiling C code on windows
Hi all,
I can't get my C routines running on a windows box. I have no problems at
all in Linux.
On windows, I have installed cygwin and the compilation works well but once
I execute "dyn.load(.)" it hangs whatever I use C/C++ interfaces.
In Linux it works wonderful but I need to get this code running on windows
boxes.
I know that the problem should be something with the
2004 Dec 28
3
lost association for .RData files
Somehow I have lost the correct file association for .RData files. They
are now associated with a text file editor. When I right click on any
.RData file and try to change the association, R is not listed as a
choice of program. I browse to c:\Program Files\R\rw2001\bin\Rgui.exe
and select that file to open .RData, but Windows does not then place
Rgui.exe in the list of programs to use. I can
2005 Feb 11
2
pb with package mix
hello,
We've got a problem with the mix package in order to impute the missing data.
After importing the data, the prelim function does not work (only the stlouis
data works).
We have done :
>library(mix)
>Manq <- read.table("C:/.../file.txt")
>attach(Manq)
>save(Manq,file="C:/../R/rw2001/library/mix/data/Manq.rda")
>data(Manq)
>Manq
V1 V2 V3 V4
1
2005 Jul 26
1
Anybody have a binary version of SJava for rw2001 (Windows)?
I am not a techie and have been struggling 2 days solid to try and install
SJava (the source from http://www.omegahat.org/RSJava/). Does anybody have a
binary file for me (I am Windows XP and rw2001)? I have tried installing
Perl, mingwin and the cygwin tools but still no luck. When I try “R CMD
INSTALL c:\SJava_0.78-0.tar.gz” I get the following (and haven’t a clue what
it could mean):
2005 Jan 10
3
Installation of XML library can't find libxml2.dll
Sorry to ask a (probably) dumb question, but I am trying to install XML
package on Windows XP, R 2.0.1, and I get the error:
"This application has failed to start because libxml2.dll was not found.
Re-installing the application may fix this problem"
> library(XML)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2005 Apr 07
1
build rpvm under cygwin
I tried ot build rpvm in my own makefile.
But runs into some linker errors like e.g.
undefined reference to `_R_alloc'
My enviornment looks like this:
CYGWIN
pvm 3.4 compiled under cygwin myself
R installed from the rw2001.exe setup file.
I guess that the R under rw2001.exe was build with
some other compiler?
I then tried to compile R myself under CYGWIN but runs
into the following
2005 Feb 28
2
Problems with downloading
Hello
I'm using your program R in a course I'm taking at the University of
Oslo, and thereby I need to download it to my PC. Unfortunately I do
have some problems, I do not know whish files to download and how I do
it. Can you please send me a list of what to download and a like where
to find it?
Thanks a lot, best regards
Maria Befring Hovda
PhD-student
Norconserv AS, Seafood
2005 Mar 03
5
ESS
Hi all,
I am running R 2.0.1 under Windows XP in German. I configured my path as
follows:
C:\Programme\R\rw2001\bin;C:\Programme\xemacs-packages\lib-src\;C:\Programme\XEmacs-21.4.13\i586-pc-win32
I can not start R proccess or ESS from within XEmacs. What is going wrong?
I can not start S. M-x S gives "no matching"
How can I configure XEmacs for STATA 8?
Thanks for your help.
M