Notes on making an R package

  • library(devtools) and load_all() will load your package.
  • All your library imports should go under imports section in DESCRIPTION.
  • To actually use the functions from other packages, need to tag the function with @importfrom