Re: [R] R CMD check package "mypkg-Ex.R" failed

2013-06-01 Thread Uwe Ligges
On 01.06.2013 08:26, Berend Hasselman wrote: On 01-06-2013, at 02:56, Justin wrote: I build a test package in order to publish my own package to bioconductor. I am using package.skeleton Step 1. create test package "mypkg" f <- function(x,y) x+y package.skeleton(list=c("f"), name="my

Re: [R] R CMD check package "mypkg-Ex.R" failed

2013-05-31 Thread Berend Hasselman
On 01-06-2013, at 02:56, Justin wrote: > I build a test package in order to publish my own package to bioconductor. > > I am using package.skeleton > Step 1. create test package "mypkg" > f <- function(x,y) x+y > package.skeleton(list=c("f"), name="mypkg") > > Step 2. build tar.gz file >

[R] R CMD check package "mypkg-Ex.R" failed

2013-05-31 Thread Justin
I build a test package in order to publish my own package to bioconductor. I am using package.skeleton Step 1. create test package "mypkg"   f <- function(x,y) x+y   package.skeleton(list=c("f"), name="mypkg") Step 2. build tar.gz file {mars:/local/workspace01/zhangju/R_autopackage_Elbow}../bi