Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions R/safetyGraphics.R
Original file line number Diff line number Diff line change
@@ -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("."))
2 changes: 0 additions & 2 deletions R/zzz.R

This file was deleted.

16 changes: 16 additions & 0 deletions man/SafetyGraphics.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.