Re: [Rd] missing exported methods when compiling vignettes in R 3.0.0 RC

2013-04-02 Thread Richard D. Morey
coda_0.16-1 lattice_0.20-15 [5] knitr_1.1.7 loaded via a namespace (and not attached): [1] digest_0.6.3 evaluate_0.4.3 formatR_0.7 grid_3.0.0 [5] mvtnorm_0.9-9994 pbapply_1.0-5 stringr_0.6.2 Hope this helps /Henrik On Mon, Apr 1, 2013 at 4:52 PM, Richard D. Morey r.d.mo...@rug.nl

[Rd] missing exported methods when compiling vignettes in R 3.0.0 RC

2013-04-01 Thread Richard D. Morey
A new problem has cropped up with compiling vignettes for my package BayesFactor. I'm not sure when it started, but I can tell you it didn't occur on R 2.15.3, and it does on 3.0.0 RC (2013-03-31 r62463) (session info is at the bottom of this message). I have defined methods for which.min and

[Rd] preparing for R 3.0.0

2013-03-19 Thread Richard D. Morey
I am preparing my package for the release of R 3.0.0 and thinking about the suggestion (from Duncan Murdoch) to maintain two versions of the package temporarily. Since my package contains knitr-compiled vignettes, I need to restrict it to 3.0.0 going forward. I'd like to submit a final version

Re: [Rd] concurrent requests (Rook, but I think the question is more general)

2012-10-25 Thread Richard D. Morey
On 24/10/12 10:55 PM, Simon Urbanek wrote: The point is that you need a separate monitoring process or threads. That process can be R, Rserve or any thing else. Thanks for the tips. This is what I'm currently contemplating: 1. Main interface starts in user's R session, and opens up the

Re: [Rd] concurrent requests (Rook, but I think the question is more general)

2012-10-25 Thread Richard D. Morey
On 25/10/12 7:14 PM, Dan Tenenbaum wrote: On Thu, Oct 25, 2012 at 8:45 AM, Richard D. Morey r.d.mo...@rug.nl wrote: On 24/10/12 10:55 PM, Simon Urbanek wrote: The point is that you need a separate monitoring process or threads. That process can be R, Rserve or any thing else. Thanks

[Rd] concurrent requests (Rook, but I think the question is more general)

2012-10-24 Thread Richard D. Morey
This question involves Rook, but I think the answer will be general enough that it pays to post here. At any rate, I don't know enough to know whether this is a Rook only issue or a general R issue. Here's what I'd like to do (and indeed, have code that should do this): 1. Start R, Rook 2.

Re: [Rd] concurrent requests (Rook, but I think the question is more general)

2012-10-24 Thread Richard D. Morey
On 24/10/12 8:53 PM, Simon Urbanek wrote: On Oct 24, 2012, at 2:13 PM, Richard D. Morey wrote: This question involves Rook, but I think the answer will be general enough that it pays to post here. At any rate, I don't know enough to know whether this is a Rook only issue or a general R issue

Re: [Rd] concurrent requests (Rook, but I think the question is more general)

2012-10-24 Thread Richard D. Morey
Richard D. Morey Assistant Professor Psychometrics and Statistics Rijksuniversiteit Groningen / University of Groningen http://drsmorey.org/research/rdmorey On 24/10/12 9:23 PM, Simon Urbanek wrote: On Oct 24, 2012, at 3:09 PM, Richard D. Morey wrote: On 24/10/12 8:53 PM, Simon Urbanek wrote

Re: [Rd] concurrent requests (Rook, but I think the question is more general)

2012-10-24 Thread Richard D. Morey
On 24/10/12 10:07 PM, Simon Urbanek wrote: On Oct 24, 2012, at 3:47 PM, Richard D. Morey wrote: I'd be fine with the poor man's solution (maybe with tempfile()?) if I can get access to the local file via javascript. But I don't think I can, due to the security limitations of the browser. I

[Rd] problem with OSX binary package build?

2012-10-15 Thread Richard D. Morey
I noticed that my package BayesFactor (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not available on Mac OS, and the note says to see the check log. The only issue in the check log is a note: checking R code for possible problems ... NOTE all.Nways.env.mc : local: no

Re: [Rd] problem with OSX binary package build?

2012-10-15 Thread Richard D. Morey
there was a problem. Richard On 15/10/12 2:06 PM, Simon Urbanek wrote: On Oct 14, 2012, at 9:33 AM, Richard D. Morey wrote: I noticed that my package BayesFactor (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not available on Mac OS, and the note says to see the check log

[Rd] long double, C, fortran

2010-10-07 Thread Richard D. Morey
you can provide. -- Richard D. Morey Assistant Professor Psychometrics and Statistics Rijksuniversiteit Groningen / University of Groningen http://drsmorey.org/research/rdmorey __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

[Rd] matrix algebra in c

2009-07-14 Thread Richard D. Morey
I'd like to use some matrix algebra in my c code that is called from R. I need matrix multiplication, transposition, and Cholesky decomposition. I haven't come across any easy way to do this, but from browsing the web and R-devel a few options come to mind: 1. use F77_CALL() to call matrix