Re: [Rd] Please explain your workflow from R code -> package -> R code -> package

2011-09-13 Thread Timothée Carayol
Hi-- I guess I'm a bit late to the party. I enjoyed this thread immensely, and it helped me discover roxygen2, in what I predict to be the beginning of a beautiful friendship. I wrote a couple of wrappers over the last few days which are making my workflow easier. I code on a computer but run my

Re: [Rd] R CMD INSTALL configure.args and CC

2011-09-13 Thread Ross Gore
Hi, I wanted point out the the Rmpi package needs 281 lines in it's configure.ac file that are specifically written for each major MPI distribution, and that this could be replaced with exactly 2 lines in Makevars.in: CC=mpicc SHLIB_LD=mpicc. Here's the entire patch to Makeconf.in (4 new lines):

Re: [Rd] Link between Qt GUI and R

2011-09-13 Thread jverzani
Barry Rowlingson lancaster.ac.uk> writes: > > On Mon, Sep 12, 2011 at 2:00 AM, typhoong > eurus-energy.com> wrote: > > hi everyone, thanks for all the tips. > > > > > > Barry, can you tell me why you think PyQT is by far the best way? > > I said that conditional on you knowing or wanting to

Re: [Rd] Link between Qt GUI and R

2011-09-13 Thread typhoong
hi Barry thanks for your explanation. actually i don't know much about python, also i know nothing about C++, but i am willing to learn. i had a look at the Rpy documentation, it looks quite good. I can see you can use R functions within Python. However, i don't really want to do that unless it