Re: [R] Error with Rcmd check library --as-cran

2012-04-20 Thread Duncan Murdoch
On 17/04/2012 7:23 PM, David Bapst wrote: Hello all, I was checking the newest update of my library before submitting it to CRAN, using R 2.15.0 and Rtools for Windows 215 using Rcmd in the Command Prompt, on my x64 Windows7 laptop. I recently heard that for checking packages for CRAN submission

Re: [R] Error with Rcmd check library --as-cran

2012-04-18 Thread Duncan Murdoch
On 12-04-17 11:50 PM, David Bapst wrote: Hi all- Henrik, packageDescription informs me that I have Matrix version 1.0-6, which is the newest version on CRAN. The --as-cran check in R 2.15.0 is a little bit too aggressive: this was a spurious error. If your package depends on another package

Re: [R] Error with Rcmd check library --as-cran

2012-04-17 Thread David Bapst
Hi all- Henrik, packageDescription informs me that I have Matrix version 1.0-6, which is the newest version on CRAN. Duncan, I installed R-patched from CRAN, reset my path variable, reinstalled paleotree's dependencies and reran Rcmd check with --as-cran. This produced a related but different err

Re: [R] Error with Rcmd check library --as-cran

2012-04-17 Thread Duncan Murdoch
On 12-04-17 9:21 PM, David Winsemius wrote: On Apr 17, 2012, at 9:15 PM, Henrik Bengtsson wrote: paleotree imports phangorn which depends on Matrix, so your example does indeed depend on Matrix. A possible reason is that your installed Matrix was built for a different version of R, i.e. check

Re: [R] Error with Rcmd check library --as-cran

2012-04-17 Thread David Winsemius
On Apr 17, 2012, at 9:15 PM, Henrik Bengtsson wrote: paleotree imports phangorn which depends on Matrix, so your example does indeed depend on Matrix. A possible reason is that your installed Matrix was built for a different version of R, i.e. check packageDescription("Matrix"). I thought Ma

Re: [R] Error with Rcmd check library --as-cran

2012-04-17 Thread Henrik Bengtsson
paleotree imports phangorn which depends on Matrix, so your example does indeed depend on Matrix. A possible reason is that your installed Matrix was built for a different version of R, i.e. check packageDescription("Matrix"). /Henrik On Tue, Apr 17, 2012 at 4:23 PM, David Bapst wrote: > Hello

[R] Error with Rcmd check library --as-cran

2012-04-17 Thread David Bapst
Hello all, I was checking the newest update of my library before submitting it to CRAN, using R 2.15.0 and Rtools for Windows 215 using Rcmd in the Command Prompt, on my x64 Windows7 laptop. I recently heard that for checking packages for CRAN submission one should use the option --as-cran; previo