search for: progra

Displaying 20 results from an estimated 525 matches for "progra".

Did you mean: program
2008 Jun 17
1
read.spss {foreign} doesn't work over network?
...svn rev 45424 language R version.string R version 2.7.0 (2008-04-22) > installed.packages() Package LibPath Version abind "abind" "C:/PROGRA~1/R/R-27~1.0/library" "1.1-0" acepack "acepack" "C:/PROGRA~1/R/R-27~1.0/library" "1.3-2.2" akima "akima" "C:/PROGRA~1/R/R-27~1.0/library" "0.5-1" ape "ape" &quo...
2003 Apr 16
3
R-1.7.0 WIN2000 INSTALL
This is the first time I've ever compiled from sources so bear with me. OS: Windows 2000 PATH: .: D:/Rtools/: D:/mingw/bin/: C:/Progra~1/Perl/bin: D:/texmf/miktex/bin/: D:/Progra~1/HTMLHe~1: D:/Progra~1/R/rw1062/bin/: C:/Progra~1/Insightful/splus61/cmd/: D:/cygwin/bin: D:/Progra~1/SSHCom~1/SSHSec~1: D:/Progra~1/Tcl/bin/: C:/Progra~1/Microso~3/VC98/Bin I've read src/gnuwin32/INSTALL and changed all the...
2010 Mar 30
8
about the possible errors in Rgraphviz Package
Hi All, I tried to install the package of Rgraphviz in the following two ways successfully: source("http://bioconductor.org/biocLite.R") biocLite("Rgraphviz") install.packages(pkgs="C:/Progra~1/R/lib_download/Rgraphviz_1.24.0.zip", lib="C:/Progra~1/R/R-2.10.1/library", repos=NULL) but when I loaded the package though library(Rgraphviz) or library("Rgraphviz"), and got the same error message below: "Error in inDL(x, as.logical(local), as.logical(now), .....
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
...ng problem is that when I try to install my simple package under RGui, it hangs. install.packages("c:/testR/scupper_1.0.tar.gz", repos=NULL, type="source", lib="c:/allanR") The hung process tree as shown by SysInternals Process Explorer. 1. Rgui.exe cmd="C:\Program Files\R\R-2.8.1\bin\Rgui.exe" cd=Z:\ 2. R.exe cmd=C:\PROGRA~1\R\R-28~1.1\bin\R.exe CMD INSTALL -l "c:/allanR" "c:/allanR/scupper_1.0.tar.gz" cd=Z:\ 3. cmd.exe cmd=C:\WINDOWS\system32\cmd.exe /c perl C:\PROGRA~1\R\R-28~1.1/bin/INSTALL -l c:/allanR c:/allanR/scupper_1.0.t...
2007 Jun 03
2
Problems compiling RMySQL
Hello, I am trying to compile/Install RMySQL_0.6-0 in R-2.4.1/2.5.0 under Windows XP MCE, I am using MySQL 5.0.41. I have followed the instructions in the file INSTALL.win, but I get some errors... C:\Program Files\R\R-2.4.1>Rcmd build --binary RMySQL --docs=normal * checking for file 'RMySQL/DESCRIPTION' ... OK * preparing 'RMySQL': * checking DESCRIPTION meta-information ... OK * cleaning src * removing junk files * checking for LF line-endings in source files * checking for empty...
2006 Feb 09
1
Question on help system under windows
...;day all, I spend today sometime playing around with R under Windows since our lecturing starts in 2 weeks again and our IT guys want to know which version to put onto our lab machines. I noticed the following: Under R-2.2.1, I obtain the following output: > R.home() [1] "C:\\PROGRA~1\\R\\R-22~1.1" and if I run "help.start()" under R, I obtain a file "fixedHTMLlinks" in packages that are not installed in the standard library with entry: file:///C:/PROGRA~1/R/R-22~1.1 And the index help page of such a package is updated such that it has links like...
2009 Jun 01
0
install.packages hangs RGui with frozen rpwd process at (PR#13739)
...t; R-2.9.0 which is current. By the way, this is not a bug in R. Hence please do not file such messages a bug reports. Uwe Ligges > Best, > Uwe Ligges > > > >> The hung process tree as shown by SysInternals Process Explorer. >> 1. Rgui.exe >> cmd="C:\Program Files\R\R-2.8.1\bin\Rgui.exe" cd=Z:\ 2. R.exe >> cmd=C:\PROGRA~1\R\R-28~1.1\bin\R.exe CMD INSTALL -l "c:/allanR" >> "c:/allanR/scupper_1.0.tar.gz" >> cd=Z:\ >> 3. cmd.exe >> cmd=C:\WINDOWS\system32\cmd.exe /c perl >> C:\PROGRA~1\R\R-28...
2013 Jul 18
2
question about Makeconf and nvcc/CUDA
Dear R development: I'm not sure if this is the appropriate list, but it's a start. I would like to put together a package which contains a CUDA program on Windows 7. I believe that it has to do with the Makeconf file in the etc directory. But when I just use the nvcc with the shared option, I can use the dyn.load command, but when I use the is.loaded function, it shows FALSE. Here are the results of the check command: c:\PROGRA~1\R\...
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
...Win64\/graphviz/include/graphviz PKG_LIBS=-LC:\/BenSave\/GoodiesWin64\/graphviz/bin -lgvc-4 -lgraph-4 -lcdt-4 GVIZ_DEFS=-DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32 Created file src/Makevars.win Created file R/graphviz_build_version.R ** libs cygwin warning: MS-DOS style path detected: C:/PROGRA~1/R/R-213~1.0/etc/x64/Makeconf Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-213~1.0/etc/x64/Makeco nf CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwi...
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
Here is the output I get from nmake. I am not a guru at getting C programs to build under windows, I never had any troubles I could not solve on OSX :-( I am using the released sources, I have Visual Studio 2005, I have the make files from lemur. I read ALL the readme.txt file before starting. And this is what I get. C:\Documents and Settings\jroberson\My Documents\DOW...
2011 Oct 12
1
Error in Rcpp/inline (Windows XP)
...int j = 0; j < n_xb; j++) + xab[i + j] += xa[i] * xb[j]; + + return xab; + ' > > fun = cxxfunction( + signature(a = "numeric", b = "numeric"), + src, plugin = "Rcpp",verbose=T) >> setting environment variables: PKG_LIBS = C:/Program Files/R/R-2.13.0/library/Rcpp/lib/i386/libRcpp.a >> LinkingTo : Rcpp CLINK_CPPFLAGS = -I"C:/Program Files/R/R-2.13.0/library/Rcpp/include" >> Program source : ...... Compilation argument: C:/PROGRA~1/R/R-213~1.0/bin/i386/R CMD SHLIB file6d55374d.cpp 2> file6d5537...
2011 Jun 25
2
calling R from C
I read R extensions on calling R within c code. I am on windows vista, cygwin and R-2.13.0.I can compile & link the c code with following commands$gcc -I/cygdrive/c/Progra~1/R/R-2.13.0/include -c -ggdb Rhello.c gcc-L/cygdrive/c/Progra~1/R/R-2.13.0/bin/i386 -oRhello Rhello.o -lR However I cant run the resulting .exe file with following command LD_LIBRARY_PATH=/cygdrive/c/Progra~1/R/R-2.13.0/bin R_HOME=/cygdrive/c/Progra ~1/R/R-2.13.0 ./Rhello.exe I get a pop up window...
2005 Oct 05
2
problem in installing a package
...atex. I get the error message: * checking bbHist-manual.tex ... ERROR LaTeX errors when creating DVI version. This typically indicates Rd problems. I ignored it because I didn't want to submit it to CRAN. Then I tried to use R CMD INSTALL to install it. First I get: "mv: cannot move `c:/PROGRA~1/R/rw2011/library/bbHist' to `c:/PROGRA~1/R/rw2011/library/00LOCK/bbHist ': Permission denied" and a bunch of making DLL errors. Then when I tried a second time, I get: open(c:/progra~1/r/rw2011/library/bbHist/DESCRIPTION): No such file or directory I can see a 00LOCK directory i...
2002 Jun 27
1
Building from a source-code library under windows
...ure, but I don't know what; it is even harder to debug something when it doesn't crash!! Does anyone have any idea how I can improve this situation? Your help will be very much appreciated. In-Sun ( the relevant details are as follows) ############ # COMPILE # ############ set R_HOME=C:\progra~1\R\rw1051 path; PATH=%SystemRoot%\system32;%SystemRoot%;C:\PROGRA~1\R\rw1051\tools;C:\PROGRA ~1\R\rw1051\MinGW\bin PATH=%path%;C:\PROGRA~1\perl\bin;C:\PROGRA~1\R\rw1051\bin;C:\PROGRA~1\R\rw10 51\share\perl\R PATH=%path%;C:\PROGRA~1\pfe;C:\Progra~1\DevStu~1\VC\bin;C:\Progra~1\DevStu~1 \Shared~1\bi...
2005 Oct 06
1
problem with installing a package
I do have full access to that directory. I have the bbHist package in c:/PROGRA~1/R/rw2011/library/bbHist directory. Then under the library directory I did check and build. Here's what I got: $ R CMD check bbHist * checking for working latex ... OK * using log directory 'c:/progra~1/r/rw2011/library/bbHist.Rcheck' * using R version 2.1.1, 2005-06-20 * checking for...
2008 Apr 13
1
Incorrect @INC: Rcmd SHLIB error under Windows (2.6.2, 44383) (PR#11161)
Hi, R team. I'm trying to build a dll from a c program to be invoked within R using the .C() functionality. Everything works like a charm on my Linux (Centos 5) (also 2.6.2) machines--- but under windows (Vista Ultimate) upon running (in either the windows 'Cmd' command window or a Bash window) the command Rcmd SHLIB myfun.c I receive th...
2009 Feb 10
1
need help with installRExcel()
...r message when I run "installRExcel()", which was "The download site http://rcom.univie.ac.at seems to be currently unreachable". However, I can visit that website from IE-explorer directly. 2) If I run the basic test from (D)Com Sever, I got Runtime Error which read "Program: ..\R\(D)COM~1\bin\STATCO~1.EXE abornal program termination", and "Run-time error 462, the remote server machine does not exist or is unavailable". Also, the DebugView generated the following report: 00000000 0.00000000 [2416] ::Init() 00000001 0.00032801...
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
...at : .C("s_start_VM", as.character(classPath), as.character(classPath), length(as.character(properties))) with the error message "Couldn't start Java Virtual Machine: Can't create Java Virtual Machine" With the following arguements: classPath= "C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/Environment.jar; C:/PROGRA~1/R/rw1051/library/SJava/org/..; C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/antlr.jar; C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jas.jar; C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jhall.jar" A...
2012 Aug 06
2
Windows 7 and .libPaths()
...ed with R-2.12.0 and R-2.13.0 and it works as documented but I only show here the output for R-2.14.1, R-2.15.0 and R-2.15.1) First, the Windows settings. Microsoft Windows [Vers?o 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados. C:\Users\Rui>echo %R_LIBS% C:/PROGRA~1/R/win-library; C:\Users\Rui>echo %R_LIBS_USER% C:/PROGRA~1/R/win-library;C:/PROGRA~1/R/win-library/%v; Then, file Rprofile.site . # set libPath to win-library .libPaths(new="C:PROGRA~1/R/win-library") .libPaths(new=paste("C:PROGRA~1/R/win-library", paste(R.version$major...
2007 May 27
1
Problem with installing a package for R 2.5.0
Hi All, I developed a package which did pass all the tests for R 2.4.1. When I tried to re-compile it for R 2.5.0 it kept giving me the following message: ******************* C:\Program Files\R\R-2.5.0\bin>R CMD install mlmmm_0.1-1.tar.gz installing to 'c:/PROGRA~1/R/R-25~1.0/library' ---------- Making package mlmmm ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... g77 -O3 -Wall -c mlm.f -o mlm.o g77 -O3 -Wall...