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,
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
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
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
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
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
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
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
8 matches
Mail list logo