hi,

am Montag 15 August 2011 (17:25) schrieb Hadley Wickham:
> > One feature that I miss from roxygen is 'R CMD roxygen'.  It was nice to
> > 
> > R CMD roxygen pkgname
> > R CMD check pkgname
> > R CMD build pkgname
> 
> I've moved to doing everything in R:
> 
> library(devtools)
> document("pkgname")
> check("pkgname")
> build("pkgname")
> release("pkgname") # uploads to cran for you & sends Kurt an email

good point. i've been refining some build scripts and functions for that for 
the past ~2 years myself. for what it's worth, i've made a package out of it:
 o http://www.reaktanz.de/?c=hacking&s=roxyPackage


viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Roxygen-devel mailing list
Roxygen-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/roxygen-devel

Reply via email to