diff --git a/R/safetyGraphics.R b/R/safetyGraphics.R new file mode 100644 index 00000000..11d7ea0d --- /dev/null +++ b/R/safetyGraphics.R @@ -0,0 +1,16 @@ +#' \code{safetyGraphics} package +#' +#' Create Interactive Graphics Related to Clinical Trial Safety +#' +#' Learn more on +#' \href{https://CRAN.R-project.org/package=safetyGraphics}{CRAN} +#' or \href{https://github.com/ASA-DIA-InteractiveSafetyGraphics/safetyGraphics}{GitHub} +#' +#' @docType package +#' @name SafetyGraphics +#' @importFrom utils globalVariables +#' @keywords internal +NULL + +## quiets concerns of R CMD check re: the .'s that appear in pipelines +utils::globalVariables(c(".")) \ No newline at end of file diff --git a/R/zzz.R b/R/zzz.R deleted file mode 100644 index d98cc940..00000000 --- a/R/zzz.R +++ /dev/null @@ -1,2 +0,0 @@ -#' @importFrom utils globalVariables -globalVariables(c(".")) diff --git a/man/SafetyGraphics.Rd b/man/SafetyGraphics.Rd new file mode 100644 index 00000000..402e0b04 --- /dev/null +++ b/man/SafetyGraphics.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/safetyGraphics.R +\docType{package} +\name{SafetyGraphics} +\alias{SafetyGraphics} +\alias{SafetyGraphics-package} +\title{\code{safetyGraphics} package} +\description{ +Create Interactive Graphics Related to Clinical Trial Safety +} +\details{ +Learn more on +\href{https://CRAN.R-project.org/package=safetyGraphics}{CRAN} +or \href{https://github.com/ASA-DIA-InteractiveSafetyGraphics/safetyGraphics}{GitHub} +} +\keyword{internal}