R/roxygen-tags.R

#
# These tags are required to use functions in other packages
# 
#' @import ggplot2
#' @import plyr
#' @import stats
#' @import utils
# 
# These tags are required by Rcpp
# 
#' @useDynLib spatialwarnings
#' @importFrom Rcpp sourceCpp
# 
# 
# The NULL is mandatory so that devtools actually reads this file.
NULL

Try the spatialwarnings package in your browser

Any scripts or data that you put into this service are public.

spatialwarnings documentation built on May 2, 2019, 5:16 p.m.