R/arfpam-package.R

# Description for the 'arfpam' package
# Written by Kevin Potter
# email: kevin.w.potter@gmail.com
# Please email me directly if you
# have any questions or comments
# Last updated 2024-09-05

# Package development
# - To test functions
#   devtools::test()
# - To update man pages
#   devtools::document()
# - To update website
#   pkgdown::build_site()
# - To add vignette
#   usethis::use_vignette("Title")

#' Assorted R Functions for Processing, Analysis, and Modeling
#'
#' @name arfpam-package
#'
#' @description
#'
#' The \pkg{arfpam} package provides assorted
#' functions to help with a variety of common
#' tasks when processing, plotting, analyzing,
#' and modeling data. See
#' \url{https://rettopnivek.github.io/arfpam/}
#' for more details.
"_PACKAGE"
rettopnivek/arfpam documentation built on Oct. 20, 2024, 7:24 p.m.