Displaying 3 results from an estimated 3 matches for "rabstraction".
Did you mean:
abstraction
2008 Dec 09
1
any suggestions to deal with 'Argument list too long' for a R CMD check?
...one).
-Whit
RHEL 5
[whit at linuxsvr]$ uname -a
Linux linuxsvr.kls.corp 2.6.18-92.1.18.el5 #1 SMP Wed Nov 5 09:00:19
EST 2008 x86_64 x86_64 x86_64 GNU/Linux
from 00install.out:
* Installing *source* package 'RFincad' ...
** libs
g++ -I/usr/local/lib64/R/include -I/usr/local/include
-I./RAbstraction -I./R.tslib.backend -I./tslib -fpic -g -O2 -c
aaAccrual_days_act252.cpp -o aaAccrual_days_act2\
52.o
make: execvp: g++: Argument list too long
make: *** [aaAccrual_days_act252.o] Error 127
ERROR: compilation failed for package 'RFincad'
** Removing '/home/whit/dvl/fincad.utils/fincad.g...
2009 Jun 26
3
beginner's guide to C++ programming with R packages?
Hello, again.
I'm interested to learn how programmers develop & test C/C++ code with
R packages in Linux. I've been reading R source and the manual on
Writing R Extensions but there are just a couple of details I can't
understand. I wish I could watch over a developer's shoulder to see
how people actually do this.
I've tested a bit. I am able to take package.tar.gz
2009 Nov 28
1
PROTECT and OCaml GC.
Hello.
In the writing of my OCaml-R binding, I'm sort of confused when it comes
to the use of the PROTECT and UNPROTECT macros.
Basically, I have C stub functions that are in charge of calling R for
everything. Here's a simple example:
> CAMLprim value r_findvar (value symbol) {
> /* The findVar function is defined in envir.c. It looks up a symbol
> in an environment.