search for: rtools28

Displaying 8 results from an estimated 8 matches for "rtools28".

Did you mean: rtools29
2008 Nov 26
2
Rtools28 - undefined references with gfortran
I recently upgraded to Rtools28 to build a package under Windows. I see that g77 is no longer in Rtools, but it does have gfortran, and it uses version: GNU Fortran (GCC) 4.2.1-sjlj (mingw32-2) I am compiling some old fortran code as part of a larger project. When I do that, I get undefined references: gcc.exe: s_cmp.o: No...
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
...aktualisieren installing help >>> Building/Updating help pages for package 'xps' ... To my knowledge I have only made one difference when installing everything necessary to build my package: On my laptop I have installed Rtools27.exe, while on WinXP on my Mac I have installed Rtools28.exe. Do you know what the reason for the error might be? Thank you in advance. Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2008 May 30
1
fortran question
Hi R Gurus: I have used the following in the past: g77 -O2 -c test.f g77 -shared -o test.dll test.f with success. Now I'm getting ld: dllcrt2.o no such file I have the latest version of Rtools28.exe Any suggestions would be much appreciated. Sincerely, Edna Bell
2008 Dec 16
1
Creating a pdf
...I want to create a new version file pdf. On R 2.6.2 it ran ok with the code: R CMD Rd2dvi.sh --pdf pkg. But it doesn't run on R 2.8.0. What I'm doing wrong? These are my components: ActivePerl-5.8.8.822-MSWin32-x86-280952 basic-miktex-2.7.2960 htmlhelp MinGW-3.2.0-rc-3 Rtools28 Thanks in advance, Sergi M.Garrido [[alternative HTML version deleted]]
2008 May 27
1
Small request.
...em (WinXP). I would like to be sure that I have the current version of Rtools. I always go to Robert Murdoch's site "Building R for Windows" and check the latest news. Everything I need is explained there, except I never know if I have the most recent version of Rtools.exe. I see Rtools28.exe but my understanding is that this file is "refreshed" quite frequently. Is so, would it be possible to include some version numbering scheme in its name? Perhaps a build date stamp can be included instead? Thanks in advance, Andy __________________________________ Andy Jaworski 5...
2008 Jul 01
1
Autoconf / Windows package building problem for device package
...ld anyone tell why config.h is not found? My practical experience with the GNU build tools is very limited but I would have hoped config.h.in would be processed into config.h. Any pointer or hint will be appreciated. Many thanks in advance, Tobias P.S. 00install.out (using R 2.7.1 and a current Rtools28.exe): installing R.css in C:/DOCUME~1/tverbeke/WORKSP~2/pdf2/TRUNK~1.RCH ---------- Making package trunk ------------ ********************************************** WARNING: this package has a configure script It probably needs manual configuration **************************...
2008 May 13
1
Problem with odfWeave: Unescaped '<' not allowed in attributes values
...this? I am now kind of locked since I cannot reproduce a report I was working on... I also tried to downgrade to the previous working odfWeave version, however I could not the windows binary for anything other than the latest version 0.7.5. I attempted to install from source by installing Rtools (Rtools28.exe), however when I try to install odfWeave 0.7.3 (re-zipped from tar.gz) I get: > install.packages(pkgs=c('C:/Archive/R/packages/odfWeave.zip', 'C:/Archive/R/packages/XML.zip'), repos=NULL) updating HTML package descriptions > library(odfWeave) Error in library(odfWeave) :...
2008 Jul 31
4
instal tar.gz package on windows
Dear HelpeRs, I have created a tar.gz package (the package was created on unix) and I would like to install it in R on a Windows operating system. As far as I know, R in Windows accepts only packages in zip file for installation and I could not find a way to install a tar.gz file. I would like to mention that I  installed the package on unix using install.packages and it works. I also tried to