Hi Søren,
On 22 February 2012 at 00:05, Søren Højsgaard wrote:
| Dear Dirk,
|
| It might be an Rtools-issue. I use the new Rtools because on the Rtools page
it says
|
| "R-patched subsequent to Jan 22, 2012, R-devel, and releases after 2.14.1
will use a new toolchain based on pre-4.6.3 gcc, p
Dear Dirk,
It might be an Rtools-issue. I use the new Rtools because on the Rtools page it
says
"R-patched subsequent to Jan 22, 2012, R-devel, and releases after 2.14.1 will
use a new toolchain based on pre-4.6.3 gcc, put together by Prof. Brian Ripley
and available as multi.zip on his web pa
On 21 February 2012 at 23:39, Søren Højsgaard wrote:
| Dear list,
|
| I get what I believe to be similar errors on R.2.14.1, but things work on
R-devel; please see transcript below.
Hm. It could be an issue with Rtools. R-devel NEWS (derived from the NEWS
file in SVN) had this too the other da
Dear list,
I get what I believe to be similar errors on R.2.14.1, but things work on
R-devel; please see transcript below.
Regards
Søren
R 2.14.1
> library(Rcpp)
> library(inline)
>
> src <- '
+ Rcpp::NumericMatrix Am(A);
+ int nrows = Am.nrow();
+ int ncolumns =
On 21 February 2012 at 12:55, Dirk Eddelbuettel wrote:
| For what it is worth, a package of mine just built fine on win-builder in
| for both r-devel and r-release. I use this as src/Makevars.win
David reported (off-list) that win-builder and another machine also worked
for him.
So far, this l
On 21 February 2012 at 11:59, Dirk Eddelbuettel wrote:
| David, I just looked into openair_0.5-18 but that version does not use Rcpp.
| Can you let me have a look at your current code snapshot?
|
| Another good trick in almost all cases involving Windows is to submit to
| http://win-builder.r-pro
Is anybody else errors with Rcpp 0.9.10 on Windows?today I follow step by step the windows install procedure described by tony breyal,I supposed that this is the package installed,plug the setting of the IDE to C:\R\Rtools\MinGWand I get a similar message with the exceptions files :> | C:/Progr
On 21 February 2012 at 17:35, Carslaw, David wrote:
| Hi
|
| I have been happily using Rcpp 0.9.9 to deal with a couple of simple bits of
| C++ code in my package. It passed R CMD check fine and installed OK.
However,
| I have just updated to 0.9.10 and I have trouble with package installatio
Hi
I have been happily using Rcpp 0.9.9 to deal with a couple of simple bits of
C++ code in my package. It passed R CMD check fine and installed OK. However,
I have just updated to 0.9.10 and I have trouble with package installation.
The error message is below.
I can confirm it works if I u