Re: [R] Error executing R CMD check --as-cran caused by missing Maintainer field

2013-08-03 Thread Prof Brian Ripley
On 02/08/2013 20:04, Stefano Costa wrote: Hello, while checking a small package I wrote (http://cran.r-project.org/web/packages/tipom/) before submitting a new version, I was blocked by an error in the checking CRAN incoming feasibility section of R CMD check --as-cran, as pasted below:

Re: [R] Error executing R CMD check --as-cran caused by missing Maintainer field

2013-08-03 Thread Stefano Costa
Il 03/08/2013 09:23, Prof Brian Ripley ha scritto: Use R CMD build to prepare a tarball. CRAN submission requires a tarball as prepared by R CMD build ... and asks you to check the tarball you are about to submit, not a directory. Thanks, that was my mistake. Perhaps the error message could

Re: [R] Error executing R CMD check --as-cran caused by missing Maintainer field

2013-08-03 Thread Prof Brian Ripley
On 03/08/2013 09:04, Stefano Costa wrote: Il 03/08/2013 09:23, Prof Brian Ripley ha scritto: Use R CMD build to prepare a tarball. CRAN submission requires a tarball as prepared by R CMD build ... and asks you to check the tarball you are about to submit, not a directory. Thanks, that was

[R] Error executing R CMD check --as-cran caused by missing Maintainer field

2013-08-02 Thread Stefano Costa
Hello, while checking a small package I wrote (http://cran.r-project.org/web/packages/tipom/) before submitting a new version, I was blocked by an error in the checking CRAN incoming feasibility section of R CMD check --as-cran, as pasted below: steko@ganymede:~/code$ LC_ALL=C R CMD check

[R] error at R CMD check

2010-04-16 Thread carol white
Hi, I generated an R package but at running R CMD check, I got the following error message for the first data file: *** installing help indices Building/Updating help pages for package 'jamda' Formats: text html latex example f1 texthtmllatex example

Re: [R] error at R CMD check

2010-04-16 Thread Duncan Murdoch
carol white wrote: Hi, I generated an R package but at running R CMD check, I got the following error message for the first data file: *** installing help indices Building/Updating help pages for package 'jamda' Formats: text html latex example f1 text

Re: [R] Error with R CMD check - Packages required but not available:

2010-02-03 Thread Uwe Ligges
On 02.02.2010 22:52, Reena Bansal wrote: Apologies in advance if this is not the right email to post this question. I successfully created my first R package myPackage1. Now I want to create another R package myPackage2 which requires functions from myPackage1. However when I try R CMD check

Re: [R] Error with R CMD check - Packages required but not available:

2010-02-03 Thread Reena Bansal
[mailto:lig...@statistik.tu-dortmund.de] Sent: Wednesday, February 03, 2010 09:55 AM To: Reena Bansal Cc: r-help@r-project.org Subject: Re: [R] Error with R CMD check - Packages required but not available: On 02.02.2010 22:52, Reena Bansal wrote: Apologies in advance if this is not the right

Re: [R] Error with R CMD check - Packages required but not available:

2010-02-03 Thread Reena Bansal
? -Original Message- From: David Scott [mailto:d.sc...@auckland.ac.nz] Sent: Tuesday, February 02, 2010 07:27 PM To: Reena Bansal Subject: Re: [R] Error with R CMD check - Packages required but not available: Reena Bansal wrote: Hi All, Apologies in advance if this is not the right email

[R] Error with R CMD check - Packages required but not available:

2010-02-02 Thread Reena Bansal
Hi All, Apologies in advance if this is not the right email to post this question. I successfully created my first R package myPackage1. Now I want to create another R package myPackage2 which requires functions from myPackage1. However when I try R CMD check myPackage2 I get the following

[R] Error in R CMD check 2.8.1

2009-04-11 Thread Michael Friendly
Env: R 2.8.1, Win Xp, Eclipse/StatET In a .Rd file, I have an example containing the lines: # calculate Y M, using polynomial contrasts trends - as.matrix(VocabGrowth) %*% poly(8:11, degree=3) colnames(trends)- c(Linear, Quad, Cubic) [At the risk of a long message, I'll append the complete

Re: [R] Error in R CMD check 2.8.1

2009-04-11 Thread Duncan Murdoch
On 11/04/2009 12:33 PM, Michael Friendly wrote: Env: R 2.8.1, Win Xp, Eclipse/StatET In a .Rd file, I have an example containing the lines: # calculate Y M, using polynomial contrasts trends - as.matrix(VocabGrowth) %*% poly(8:11, degree=3) colnames(trends)- c(Linear, Quad, Cubic) [At the