Skip to content
hadley edited this page Oct 14, 2010 · 25 revisions

Package basics

File layout

  • DESCRIPTION

  • R/ - where R code lives

  • man/ - where the documentation lives (you won't create files here)

  • data/

  • inst/doc/ - vignettes

  • inst/tests/ - tests

  • src - C code

  • NAMESPACE

  • NEWS

  • README

  • TODO

  • tests/

R CMD check

Clone this wiki locally