R/S00-pathdiagrams-package.R

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

# Package development
# library(devtools)
# library(roxygen2)

# Website URL: https://rettopnivek.github.io/pathdiagrams/

# To update documentation
# devtools::document()

# To build website
# pkgdown::build_site()

#' Tools to Create Path Diagrams
#'
#' @docType package
#' @name pathdiagrams-package
#'
#' @description
#'
#' The \pkg{pathdiagrams} package provides a set of
#' functions to streamline creation of path diagrams
#' and flow charts. A complete list of the
#' functions available in the package can be obtained
#' via the command \code{ls(pos = "package:pathdiagrams")}.
#' A website with function documentation and vignettes on
#' how to use the package is available at
#' https://rettopnivek.github.io/pathdiagrams/.
#'
NULL
rettopnivek/pathdiagrams documentation built on April 6, 2022, 9:13 p.m.