> > [2] LC_CTYPE=English_United States.1252
> > [3] LC_MONETARY=English_United States.1252
> > [4] LC_NUMERIC=C
> > [5] LC_TIME=English_United States.1252
> >
> > attached base packages:
> > [1] tools stats graphics grDevices utils datasets methods
> >
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 w
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 f
Hi everyone,
I'm trying to diagnose a problem in my R package, but it is a little
tricky since it seems to occur only with the Mac OSX CRAN binary build.
My package starts a Rook server and opens a browser. On my own system
(details below), when I build the package, I have no trouble. The Rook
On 25/10/12 7:14 PM, Dan Tenenbaum wrote:
On Thu, Oct 25, 2012 at 8:45 AM, Richard D. Morey 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 for the tips. This is
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 in
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
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
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
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. Sta
ailable (see
check log)" I assumed 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
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 : : no visible bi
ks for any help 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/mai
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 multipl
14 matches
Mail list logo