library(fusen.squirrels)

Read data

Check the validity of the entry dataset

datafile <- system.file("nyc_squirrels_sample.csv", package = "fusen.squirrels")
nyc_squirrels <- read.csv(datafile)
nyc_squirrels_ok <- check_data_integrity(nyc_squirrels)
#> All tests are good !

Present and admire the content of your package

Presentation with a README

Presentation with the associated website

Inflate your package

You’re one inflate from paper to box. Build your package from this very Rmarkdown using fusen::inflate()

  • Verify your "DESCRIPTION" file has been updated
  • Verify your function is in "R/" directory
  • Verify your test is in "tests/testthat/" directory
  • Verify this Rmd appears in "vignettes/" directory