Re: [R] Package compilation errors

2015-10-02 Thread Jeff Newmiller
No, don't get in the way of install.packages(). Download the source versions of the packages and unpack them yourself and fix the source files and update the DESCRIPTION files. Then follow the instructions in the "Writing R Extensions" document at the command line (I.e. R CMD check, R CMD build,

[R] Package compilation errors

2015-10-02 Thread Noel Hunt
I have a few packages for which compilation has failed. The errors are simple compile-time errors I could fix if the configured source was left untouched and not removed. I have found out how to stop source being removed but I want the whole set of extracted, configured files left, so I can fix th

Re: [R] R package compilation in windows

2010-04-30 Thread Uwe Ligges
It works fine for us, hence you need to tell us where you have not followed the manual "R Installation and Administration" step by step. It is also helpful to see how you called "CHECK" and id your package installs at all. Uwe Ligges On 30.04.2010 17:53, John Lande wrote: dear R user, I

[R] R package compilation in windows

2010-04-30 Thread John Lande
dear R user, I al rying to compile an R package with some C code. everithing work fine as long as I work in Linux or MaCOX. unluckyly I can cant compile it under Windows, here is the error, but I cant figure it out what is the problem. can you help me? * using log directory 'C://MyPKG.Rcheck' * u

Re: [R] package compilation: including external libraries in windows compilation

2008-04-25 Thread Prof Brian Ripley
The standard C define is WIN32, not Win32 (which R uses as private define). You could have PKG_CPPFLAGS=-DWin32 in Makevars.win, but this is unnecessary. See e.g. Rmath.h. On Fri, 25 Apr 2008, Jonathan Lees wrote: > Dear R package developers: > > I need help on getting a package compiled for

[R] package compilation: including external libraries in windows compilation

2008-04-25 Thread Jonathan Lees
Dear R package developers: I need help on getting a package compiled for windows. I am trying to use definitions and routines from a set of libraries in that are in LINUX under #include #include #include #include but these are unavailable in windows. I found that we can get these by including

Re: [R] Package compilation

2007-12-12 Thread Prof Brian Ripley
The easiest way is to read (in the manual) If you have only a source package that is known to work with current R and just want a binary Windows build of it, you could make use of the building service offered at win-builder.r-project.org. Is that what was too hard for you? If so, you ar

[R] Package compilation

2007-12-12 Thread Dani Valverde
Hello, Is there an easy way to compile a package so that it can be installed as a binary file under Windows? Now I have the source code. I am not used in compiling, and the documentation seems too hard for me, so an easy way would be great. Best regards, Dani -- Daniel Valverde SaubĂ­ Grup de