Displaying 20 results from an estimated 39 matches for "rw1091".
Did you mean:
rw1081
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:" item to "test" in the file "DESCRIPTION" .
4.Create a folder "R" in the direct X:\ R\ rw1091\ library...
2004 Sep 22
2
Facing problems with C code compilation - Please help.
Hello,
I started using R a month ago - so I am a novice in this area. I am stuck with a problem and need some help urgently.
I am using windows version of R 1.9.1. I am trying to compile C code in it. I have my C code - "hello.c" is lying in C:\Program Files\R\rw1091
This code is -
#include <R.h>
void hello(int *n)
{
int i;
for(i=0;i< *n; i++)
{
Rprintf("Hello World ! \n");
}
}
=======
Code hello1.R is also lying in the same directory.
This code is -
hello2 <- function(n)
{
.C("hello", as.integer))
}
=======...
2004 Jul 14
1
RCMD fails in Windows XP
I have setup R 1.9.1 on my Dell laptop running windows XP. I have
installed it to C:\R\rw1091. Rgui runs fine, but Rcmd fails if run with
parameters (i.e. install). The windows dialog box cheerfully says "R for
Windows front-end has encountered a problem and needs to close. We are
sorry for the inconvenience." Running the visual C++ debugger informs me
that there is an unhandled...
2004 Aug 27
3
About passing parameter to '.R' script file
...o that i dont have to hardcode the path and filename of the '.gpr' files.
Also, need to access these parameters inside the script file to use the path of the uploaded file.
I am using below command to invoke the 'R' application by using the 'test.R' script file.
e.g.
c:\\R\\rw1091\\bin\\R.exe CMD BATCH c:\\R\\rw1091\\bin\\test.R
Expecting your suggestion on this.
Thanks in advance.
Regards,
Kishore
2004 Jul 03
1
Installation of R in Windows
...get messages stating that some files are corrupted. I used two copies of the install exe downloaded from different sites and still get the same messages at the same spots in the install. What do I need to do to get around this?
I ran md5sum on the downloaded exe file:
C:\WINDOWS\Temp>md5sum rw1091.exe
c45bbe46e9a9bc1c0995e896f3bd4537 *rw1091.exe
This seems to be different from what is shown at http://cran.r-project.org/bin/windows/base/md5sum.txt:
2e92742add3194fc22ada0cd2634ac61 *rw1091.exe
What's going on?
TIA for any help.
_______________________________________________________...
2004 Sep 10
2
loading Sjava
I'm excited about SJava, and I'ld love to get it working, but can't get
past loading the package.
.First.lib fails on this statement:
> library.dynam("SJava", "SJava", "C:/PROGRA~1/R/rw1091/library")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"C:/PROGRA~1/R/rw1091/library/SJava/libs/SJava.dll":
LoadLibrary failure: The specified module could not be found.
Actually, SJava.dll is present there.
Advice????
I...
2004 Jul 07
2
Win32 & C code
...PATH
variable so I stuck the code (test.c) into the $R_HOME\bin directory. I
copied into the same directory mingw32-make.exe and renamed it make.exe
(as the perl script SHLIB seems to want a make.exe).
When I type Rcmd SHLIB test.c at a command prompt I get the following:
C:\Program Files\R\rw1091\bin>Rcmd SHLIB test.c
C:/PROGRA~1/R/rw1091/src/gnuwin32/MkRules:110: warning: overriding
commands for target `.c.d'
C:/PROGRA~1/R/rw1091/src/gnuwin32/MkRules:98: warning: ignoring old
commands for target `.c.d'
C:/PROGRA~1/R/rw1091/src/gnuwin32/MkRules:126: warning: overriding
comm...
2004 Aug 27
2
about passing parameter to '.R' script file (PR#7201)
...o that i dont have to hardcode the path and filename of the '.gpr' files.
Also, need to access these parameters inside the script file to use the path of the uploaded file.
I am using below command to invoke the 'R' application by using the 'test.R' script file.
e.g.
c:\\R\\rw1091\\bin\\R.exe CMD BATCH c:\\R\\rw1091\\bin\\test.R
Expecting your suggestion on this.
Thanks in advance.
Regards,
Kishore
2004 Aug 05
1
Local library on Windoze.
...o compiled C or Fortran to make life complicated), ftp-ed
the zip file to the Windoze-running laptop, started R, installed the
package .... everything went like a dream.
***THEN*** I noticed a typo in one of the help files from Misc.
So I decided to fix it.
First try: Went to C:\Program Files\R\rw1091\library\Misc\man
and edited the file Misc.Rd, eliminating the typo. Restarted
R, loaded Misc, looked at the help --- typo is still there.
Second try: Fixed the typo in the Unix version, zipped it up again,
ftp-ed it to the Windoze-running laptop, re-installed it. Restarted
R, loaded Misc, look...
2004 Jul 16
1
tkStartGUI fails under RW1091 (PR#7101)
> library(tcltk)
> tkStartGUI()
Error in .C("RTcl_ActivateConsole", PACKAGE = "tcltk") :
C function name not in DLL for package tcltk
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 9.1
year 2004
2004 Jul 06
3
Code density functions
Hello
I would like to see the algorithm that R uses to generate density functions
for several distributions (i.e. Normal,Weibull, etc). I tried:
>dnorm
function (x, mean = 0, sd = 1, log = FALSE)
.Internal(dnorm(x, mean, sd, log))
<environment: namespace:stats>
How can I see the code used for densities?
Thanks!
2004 Aug 27
4
Running R from CD?
At work I have no permission to install R. So, would anyone know whether it
is possible to create a CD with a running R-installation for a windows(XP)
pc? And of course, how to?
Thank you for your help,
Hans van Walen
2005 May 30
0
a question about read.marrayRaw
...ns and errors are labled with blue and red respectively.
>mraw <- read.Spot(path = datadir, layout = galinfo$layout, gnames = galinfo$gnames, target = swirlTargets)
Error in file(con, "r") : unable to open connection
In addition: Warning message:
cannot open file `C:/PROGRA~1/R/rw1091/library/marray/swirldata/81'
> fnames <- as.vector(swirlTargets@maInfo[,1])
> swirl.raw <- read.marrayRaw(fnames, path = datadir,
+ name.Gf = "Gmean", name.Gb = "morphG",
+ name.Rf = "Rmean", name.Rb = "morphR",
+ layout = swirl.layout,...
2004 Jul 16
3
rd2dvi bug on windoze?
hi,
can anyone confirm the following problem? when i do
dos> rcmd rd2dvi --pdf my-package-name
i get
dos> Can't open perl script "c:\PROGRA~1\r\rw1091/bin/rd2dvi": No such file or directory
might the problem be in (double back slashes rather than forward slashes)
R-1.9.1\src\gnuwin32\front-ends\rcmdfn.c(251): strcat(cmd, RHome); strcat(cmd, "/bin/Rd2dvi.sh");
> version
_
platform i386-pc-mingw32
arch i386
os...
2004 Sep 17
1
Problems with Rcmd check in rw2000dev
...-- no data loaded
Execution halted
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-SenSrivastava] Error 2
*** Installation of SenSrivastava failed ***
Removing 'C:/R/rw2000dev/src/gnuwin32/SenSrivastava.Rcheck/SenSrivastava'
Just checked: Running Rcmd check under rw1091 gives exactly the same error.
What does it mean: Error: restore file may be from a newer version of R
-- no data loaded
especially running under rw2000dev this doesn't seem to make sense!
--
Kjetil Halvorsen.
Peace is the most effective weapon of mass construction.
-- Mah...
2004 Aug 12
2
Install packages does not work on Win2003 server (PR#7163)
...I tried to install R 1.9.1 on a network share on a Windows 2003 server. This
works fine. Then I tried to add some packages. This does not work.
There is no error message. It seems to hang a while, but then the command prompt
is back, but no package has been installed.
If you check the directory rw1091\library then a temporary directory file*
appears and disappears after a minute.
If I use a Windows NT client to add the packages at a Windows 2003 server it
works.
If I use a Windows XP client to add packages at a Windows NT share it work
either.
2004 Jul 26
1
Building Windows Package
...path is:
.;C:\RStools;C:\MinGW\bin;C:\perl\bin;C:\texmf\miktex\bin;C:\Rstools\zip.exe;
C:\Rstools\unzip.exe;C:\HTMLws\hhc.exe;C:\R191\R191\bin;%SystemRoot%\system32;
%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
Files\CommonFiles\AdaptecShared\System;
C:\Program Files\ggobi;C:\Program Files\R\rw1091\library\Rggobi\libs
(HTML Help Workshop lives in- "C:\HTMLws\hhc.exe")
I have the directory for HTML Help workshop in MkRules set as:
# Where does 'HTML Help Workshop' live? (unused if compiled HTML help is
# not requested. Spaces allowed.)
HHWDIR=C:/HTMLws
After I issue RCMD...
2004 Oct 05
2
Installation Package "gregmisc" nicht möglich?!?
Hallo zusammen.
Da ich R zur Erstellung meiner wissenschaftlichen Arbeit brauche versuchte ich dies heute zu installieren. Zunächst in der Vrsion 1.9.1 (rw1091.exe). Ich benötige das Package "gregmisc" und installierte dies von CRAN. Bei der Installation tritt folgende Meldung auf:
trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip'
Content type `application/zip' length 687941 bytes
opened URL
downloaded 6...
2004 Oct 29
4
Installation problems with R.classes bundle
...ths.
I have version R 1.9.1 and want to perform z-scoring for a benchmarking
procedure. I have tried to install Henrik Bengtsson's R.classes bundle
(http://www.maths.lth.se/help/R/R.classes). I have downloaded the .zip
file and placed the relevant folders in my working directory
(C:\programs\R\rw1091\library). These include R.audio, R.basic and
R.oo.
The instrauctions on the website then say to:
Verify by loading the R.oo package, e.g. library(R.oo). I have tried
this and all I keep getting os the following error message:
> library(R.oo)
Error in firstlib(which.lib.loc, package) :...
2004 Jun 28
1
Problem with Rcmr in R 1.9.0patched
Dear R users:
I install the new R version (1.9.1 patched) in a W2K platform
in the E:\rw1091patch path.
Then I reinstall ALL the packages from CRAN, using the
"Packages > Install package(s) from CRAN" menu option.
But when I call the library
library(Rcmdr)
It doen't do any thing.
What am I missing?
Thank you for your help.
PS: Also when I look for the help files using...