R/mypkgr-package.r

#' mypkgr.
#'
#' This the place to speak about your package.
#'
#' What is in the package...
#'
#' What are the most important functions...
#'
#' @name mypkgr
#' @docType package
#'
#' @useDynLib mypkgr, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#'
NULL
robingenuer/mypkgr documentation built on June 10, 2022, 11:01 p.m.