[Rd] inconsolata.sty is liable to disappear, texinfo 5.1

2013-06-20 Thread Prof Brian Ripley
We use the inconsolata LaTeX package by default for monospaced text in R PDF manuals, including package reference manuals (so needed to R CMD check). You might find inconsolata.sty suddenly disappearing from your system: it happened to me with a MiKTeX update earlier this week. OTOH, TeXLive

Re: [Rd] Calling an array in a struct in C to R

2013-06-20 Thread Tee-Jay-Ardie
Terry Therneau-2 wrote > Another solution is the one used for a long time in the rpart code. > The R code called "rpart1", which does the work, keeps a static pointer to > the object, > does NOT > release it's memory, and returned the size of the object. > > Then the R code allocates appropriate

Re: [Rd] Calling an array in a struct in C to R

2013-06-20 Thread Romain Francois
Hello, I would use external pointers for something like this. If c++ is an option, you can take advantage of Rcpp classes to deal with external pointers. Put the following in a .cpp and sourceCpp() it. #include using namespace Rcpp ; class Array { public: Array( ) : size(10), used(0){

Re: [Rd] Calling an array in a struct in C to R

2013-06-20 Thread Terry Therneau
Another solution is the one used for a long time in the rpart code. The R code called "rpart1", which does the work, keeps a static pointer to the object, does NOT release it's memory, and returned the size of the object. Then the R code allocates appropriate vectors and called "rpart2", which f

[Rd] questions about roadmap

2013-06-20 Thread 박주현
Hi, I have some questions for you about roadmap..Please give me some advice. Could you explain your public or private roadmap of your open source for years to come? We expect to know your development plan by year as detail as possible. (If you have no plan,please tell me your opinion.2013~20