R Package Development 5: Including Data in a Package

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video is the third in a series on R package development in in RStudio. Here we will discuss including data in your package in rda files, as well as external data. See cran.r-project... for the definitive rules for data in packages including:
    "Data files can have one of three types as indicated by their extension: plain R code (.R or .r), tables (.tab, .txt, or .csv, see ?data for the file formats, and note that .csv is not the standard CSV format), or save() images (.RData or .rda)"
    The usethis package will be used heavily, and I recommend checking it out: github.com/r-l....

Комментарии • 3