search for: rw1090

Displaying 20 results from an estimated 37 matches for "rw1090".

Did you mean: rw1091
2004 Jun 04
1
R CMD check, Windows XP, perl
Dear R users and developers, I'm trying to build a package. The R CMD build works fine. The R CMD check produces allways the following error: .. installing indices Can`t locate File/Basename.pm in @ING (@ING contains: D:/../rw1090/share/perl d:/../rw1090/lib .) at D:/../rw1090/share/perl/build-help-windows.pl line 20. BEGIN failed--compilation aborted at D:/../rw1090/share/perl/build-help-windows.pl line 20. Make[2]: *** [indices] Error 2 Make[1] *** [all] Error 2 Make: *** [pkg-myyfunction] Error 2 *** Installation of myyfu...
2004 May 07
3
Rterm
Dear all, Two questions regarding rterm First: C:\Program Files\R\rw1081\bin\rterm.exe --vanilla <test.r --args "Arg1" "Arg2" worked for me so far with r Version 1081, to start a R script with the given arguments. With R1090 C:\Program Files\R\rw1090\bin\rterm.exe --vanilla <test.r --args "Arg1" "Arg2" There is the error message: Rterm.exe is not a valid Win32 application I tried on Windows 2000 and XP I couldn't find out what to change. Second: I would like to set the working directory as well, in the same...
2004 Jun 08
3
SJAVA error
Hi I'm trying to use SJava and I have troubles. I try to run examples from "Calling R from Java" but,I have an error that "fatal error: enable to open the base package" I heard SJAVA bug, so,could you send me your compiled SJava package with the modified REmbed.c because in Windows i'm not able to recompile!!! --example package org.omegahat.R.Java; public
2004 May 07
1
Error compiling ROracle on Windows 2000
...Oracle _0.5-4 under R 1.9.0 without much success. I am running Windows 2000 SP4, Visual C++ 6.0 SP6, and Oracle client 9.2.0.1.0. I was able to run the pre-compiled version of ROracle_0.5-2 under R 1.7.1, but does not work on R 1.8.1 or R 1.9.0. Here is the output from nmake: C:\Program Files\R\rw1090\library\ROracle\src>nmake Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl /I"C:\\Program Files\\R\\rw1090"\\src\\include /MT /Ox /D "MSVC" /D " WIN32" /c RS-DBI.c Microsoft (R)...
2004 Apr 20
2
Creating a package in R 1.9.0
...s ------------ adding build stamp to DESCRIPTION installing inst files installing indices not zipping data installing help >>> Building/Updating help pages for package 'gamlss' Formats: text html latex example adding MD5 sums but not in 1.9.0 C:\Program Files\R\rw1090\src\gnuwin32>make pkg-gamlss ---------- Making package gamlss ------------ adding build stamp to DESCRIPTION installing inst files FIND: Parameter format not correct make[2]: *** [C:/PROGRA~1/R/rw1090/library/gamlss/inst] Error 2 make[1]: *** [all] Error 2 make: *** [pkg-gamlss] Error 2 Ca...
2004 May 31
1
Several libraries won't load with rw1090pat (PR#6926)
...efault on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### Several libraries won't load with rw1090pat. MASS, which is included with the distribution, is one of them. Some seem to be namespace issues, others are DLL issues. Windows Explorer/Properties/Version shows the DLL files were built for 1.9.0 Rich This listing is from the RGUI > > R : Copyright 2004, The R Foundation for St...
2004 Jun 09
1
About dll from c++ routine
Hi folks, My system is Windows98 + R1.9.0. The path for my system is c:\perl\bin; c:\mingw\bin; c:\rtools; c:\windows; c:\windows\command; c:\rw1090\bin. I created three files followed the examples in “Writing R extensions” in the directory c:\temp: // X.hh class X { public: X (); ~X (); }; class Y { public: Y (); ~Y (); }; // X.cc #include <iostream> #include "X.hh" static Y y; X::X() { std::cout << "constructor...
2004 Jul 20
2
some problems building a package using R CMD CHECK (PR#7118)
...skeleton and did alle the documentation stuff. As i wanted to check it using the 'R CMD CHECK pkgname' command in the Dos-= console some errors appeared. I don=B4t know how to handle. Here are important parts of the log: I marked my questions with a "<-------= ---" D:\tools\R\rw1090>R CMD CHECK --no-latex GroupSeqPack * using log directory 'D:/tools/R/rw1090/GroupSeqPack.Rcheck' * checking for file 'GroupSeqPack/DESCRIPTION' ... OK * checking if this is a source package ... OK installing R.css in D:/tools/R/rw1090/GroupSeqPack.Rcheck ---------- Making pac...
2004 Apr 28
2
Problem in Installing Package from CRAN...
...ying URL `http://cran.r-project.org/bin/windows/contrib/1.9/gregmisc_0.10.2.zip' Content type `application/zip' length 594089 bytes opened URL downloaded 580Kb Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Unable to create temp directory C:/PROGRA~1/R/rw1090/library\file2869 > Thanks in advance for any help. Minghua [[alternative HTML version deleted]]
2004 Jun 24
2
"Set-up files corrupted" error message
I've tried to download rw1090.exe 3 times and rw1081.exe once onto a Windows XP from the UK mirrors (I've tried both of them). When the download is complete and I double-click on the icon I get an error message telling me the set-up files are corrupted and to obtain a new copy of the program. I have spent quite a lot of tim...
2004 Apr 24
2
Changing Gui preferences
I want to modify my Gui preferences to get rid of the MDI toolbar and status bar. [ Under Windows XP and R 1.8.1 and 1.9.0.] When I uncheck the boxes and click "apply" I am told to save the preferences and the changes will take effect when restarting R. I click "save" and a box comes up to ask me to save Rconsole (I'm not sure where this should be saved but I navigate
2004 May 31
2
Several libraries won't load with (PR#6927)
Thank you both. 1. It looks like part of the problem is indeed that the packages in the patched version for Windows aren't coordinated with the libraries. rw1090 library(MASS) ## works rw1090pat library(MASS) ## doesn't work library(MASS, lib.loc="c:/progra~1/R/rw1090/library") ## works 2. This doesn't explain why the freshly downloaded Hmisc and multcomp packages didn't load. I now think that is due to a documentation problem....
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2004 May 05
1
Ctrl-C with R.exe and Rterm.exe in R v1.9.0
Hi, I'm running R v1.9.0 on WinXP Pro. I noticed that R.exe and Rterm.exe behave differently on Ctrl-C. Starting a Windows Command prompt (cmd.exe) you get from running Rterm.exe: C:\Program Files\R>rw1090\bin\Rterm.exe --vanilla --quiet > ^C > ^C > 1+1 [1] 2 > Sys.sleep(100) # Ctrl-C after a few seconds > ^C > ^C > 1+1 [1] 2 > q() C:\Program Files\R> C:\Program Files\R> Ctrl-C works as expected. Exiting R and you're back at a "clean" prompt. Now, try...
2005 Jan 14
2
Porting from Linux to Windows
...e to load shared library "c:/cygwin/home/pingu/rt-pcr/pcr.dll": LoadLibrary failure: Invalid access to memory location. Besides modifying the makefile no changes have been made to the source code. This is the Makefile (the relevant target is winlib): --- RHOME="C:/Program Files/R/rw1090" SOURCE=lambert.c OBJ=lambert.o brent.o nrutil.o pcr.o #CFLAGS=-I/usr/lib/R/include -g -O2 CFLAGS+=-I${RHOME}/src/include -mno-cygwin CFLAGS+=-I/usr/lib/R/include -g -O2 OBJT=${OBJ} test.o OBJR=${OBJ} pcr-R.o ${OBJ} : ${SOURCE} # cc -I/usr/lib/R/include -o $@.o $@.c test : test.o ${OBJ} cc...
2004 Jun 18
1
set working directory
I have just upgraded from rw1081 to rw1090 (using Windows 2000). Now when I type the command: > setwd('d:/folder_name) I get the following error message: Error in setwd(dir) : cannot change working directory If I use the "change dir" tab in the file menu i can sucessfully change working directories, but this is not so...
2004 Jun 21
0
Bookmarklet for searching R documentation
...nge().text; } else if (document.getSelection) { s= document.getSelection(); } if (! (s && s.length)) { s =prompt(promptString,''); } return s; } searchString = getSearchString('Search R help:'); if (searchString != null) { if(searchString.length) { location ='file://c:/R/rw1090/doc/html/search/SearchObject.html?'+escape(searchString); } else { location ='file://c:/R/rw1090/doc/html/search/SearchEngine.html'; } } })(); Useage notes: 0. Modify the path (in the script) to SearchObject.html and SearchString.html depending on your operating system and R ve...
2004 Apr 26
1
invalid homedrive (PR#6827)
Full_Name: Anders Holm Version: 1.9.0 (and ealier) OS: win XP Submission from: (NULL) (62.243.242.208) When Trying to run C:\Programmer\R\rw1090\bin\Rgui.exe either directly or through clicking the R icon I get the message "fatal error: Invalid Homedrive". I have previously been running R (up to 1.8.1) succesfully on the same machine that I am currently getting this message. It may be related to trying to install Sciviews mini s...
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 that it was somewhat error...
2004 May 27
2
Rcmd check, windows xp, perl (2)
...lling 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 available. At D:\Programme\R\rw1090\share\perl/R/Utils.pm line 153 By running Rcmd built I get following message: Please set TMPDIR to a valid temporary directory My TMPDIR is on "D:\temp" , which is known by R. In "Utils.pm" I have no idea how to set TMPDIR at sub R_tempfile Maybe this problem was di...