search for: rtools212

Displaying 13 results from an estimated 13 matches for "rtools212".

2010 Nov 19
1
gomp library with Rtools212
Dear developers, I am a maintainer of the CORElearn package which uses OpenMP multithreading to speed up some computations. When producing a new release we tested the package with the latest R 2.12.0. On Linux the package works normally. On Windows we installed a recommended version of Rtools (Rtools212) but the linker fails with the messages below. ... g++ -I"C:/Util/R/R-2.12.0/include" -fopenmp -O2 -Wall -c trutilReg.cpp -o trutilReg.o g++ -I"C:/Util/R/R-2.12.0/include" -fopenmp -O2 -Wall -c utils.cpp -o utils.o g++ -shared -s -static-libgcc -o CORElearn.dl...
2011 Jun 09
2
Rtools - "The setup files are corrupted" message when trying to install
...o. I am trying to install a copy of the R tools required to create / compile packages on windows. After downloading Rtools from http://www.murdoch-sutherland.com/Rtools/ windows keeps complaining that "The setup files are corrupted". This has happened with both the Rtools213.exe and the Rtools212.exe downloads, and on both 32 and 64 bit Windows 7. Does any one know what I might be doing incorrectly, or where else I should be downloading them from. Cheers Martyn The version of R that I want to eventually use these tools with is platform x86_64-pc-mingw32 arch...
2010 Nov 18
1
custom package not installed for 'arch=i386'
...I am getting in the end of processing: ** testing if installed package can be loaded Error : package 'imglib' is not installed for 'arch=i386' ERROR: loading failed Versions R-2.10.0, R-2.11.0 and R-2.11.1 performed the similar operation successfully. RTools have been updated to RTools212. I am not sure what version of mingw was used to obtain a precompiled binary package (obtained from somewhere else), and whether this matters (probably it does). Does anyone have any ideas? Thanks in advance, Yulia [[alternative HTML version deleted]]
2010 Oct 28
1
make check-all error on Win 7 with 2-12-.0: vfork: Resource temporarily unavailable
Hi all, I just built R from src on Windows 7 using Rtools212.exe. The build went as usual (R, bitmaps, and manuals all OK) but make check-all failed when running the examples for package 'tcltk': ... running code in 'demos2.R' ... OK running tests of primitives running code in 'primitives.R' ... OK make[2]: vfork: Resource temporari...
2011 Apr 05
1
Rtools questions
Hello: 1. How can I tell when the development version of Rtools has changed? For the past few years, I've installed the development version of R tools with each new release of R. I encountered problems with this a few days ago, so I rolled back to Rtools212.exe. Unfortunately, I seem to have more problems with that version. My latest install was under Windows 7 Home Edition. My previous problems were on Vista, but I also have access to Fedora 13 Linux. 2. "R CMD check" ends with the following: * checking examples ... OK * c...
2010 Dec 14
1
tcltk error compiling R 2.13.0 under Windows 7 x64
Hi All, I am trying to compile R 2.13.0 r53834 on 64-bit Windows 7 (home premium) using Rtools212.exe from Duncan Murdoch's site. I (think) I followed the installation guide for Windows. When installing Rtools, made sure I was installing 64-bit tools (including tcltk), etc. I created a copy of MkRules.local where I selected 64 bit instead of 32 architecture. When I run: C:\R\R-devel\sr...
2011 Feb 12
1
R 2.13.0 on Windows: R CMD check and '"du"' not found
...OK * checking installed package size ...Error in system2("du", , TRUE, TRUE) : '"du"' not found Execution halted That is, the 'du' (disk usage) executable is missing. I've verified that installing the latest Rtools [http://www.murdoch-sutherland.com/Rtools/Rtools212.exe] does not solve it (=it does not contain 'du'). BTW, is there a way to know when Rtools have been updated relative to the version you already have installed? /Henrik PS. Placing the 'du.exe' executable of UnxTools (http://sourceforge.net/projects/unxutils/) in the bin/ direct...
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
Hello: What do I need to do to compile R packages (especially RMySQL) for the 64-bit version of R 2.12.0 under Vista_x64? I upgraded to "Rtools212.exe" yesterday but immediately got errors from "R CMD check RMySQL_0.7-5.tar.gz". After the first error, I installed it a second time, then got "undefined reference to" roughly 50 different names beginning "mysql_"; copied below. I see two possible sources...
2011 Jan 17
3
R vs. C
...PYswnqTsW1P6MZzLZsztois9K@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > I build the binary package file of RPostgreSQL 0.1.7 for Windows 2003 > Server R2 64 bit SP2, the software environments are as following: > R 2.12.1 for Win64 > RTools212 for Win64 > DBI 0.2.5 > RPostgreSQL 0.1.7 > Postgresql related binaries shipped with > postgresql-9.0.2-1-windows_x64.exe from EnterpriseDB > > The package can be loaded, and driver can be created, but the > dbConnect function causes the whole RGui crash...
2010 Oct 25
1
problem with "make distribution"
Dear R People: I'm trying to experiment with the "make distribution" with R-2.12.0 when compiling from source on Windows. It works fine on Windows XP, but I'm having a snag with Windows 7. Here is the snag: cp -prf "../../../Tcl" R-2.12.0 cp: preserving permissions for `R-2.12.0/Tcl/bin': Invalid argument cp: preserving permissions for `R-2.12.0/Tcl/doc':
2010 Nov 02
2
can not built a package
Dear all, I tried to build a package from source, and ran into a problem. >R CMD build RQDA * checking for file 'RQDA/DESCRIPTION' ... OK * preparing 'RQDA': * checking DESCRIPTION meta-information ... OK ERROR copying to build directory failed I searched and found this http://r.789695.n4.nabble.com/tar-problem-when-using-R-CMD-build-on-Windows-td2734636.html > SET
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
...at I might be doing wrong. As far as I can tell I should not need to modify BINPREF64 or SYMPAT64 if use Rtools 2.12. Is that correct? A description of the set up and build process follows. Best regards, Mike. ---------------------------------- Context ---------------------------------- Using Rtools212.exe, with MiKTeX, no static HTML help, and no installer build. Everything installed is Run As Administrator, including the command prompt used to build R. ----------------------------------- Environment Variables ----------------------------------- These environment variables are set: PATH Rto...
2011 Mar 24
3
R CMD build creates tar file instead of tar.gz file
...le option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames I have installed R-2.12.2 which should be the latest version. I also have the latest version of Rtools (Rtools212.exe). My operating system is Windows XP professional x64 edition if it can help. Any clues on how to solve this issue would be appreciated. Ian ****************************************************************************************************************************** IAN SCHILLER, M.Sc. Sta...