R/analyze_behaviorspace_packages.R

# analyzeBehaviorspace is open-source software; you can redistribute it and/or
# modify it under the terms of the MIT License as published by the Open Source
# Initiative.
#
# analyzeBehaviorspace is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the MIT License for more details.
#
# You should have received a copy of the MIT License along with this program; if
# not, see <https://opensource.org/licenses/MIT>.

#' @docType package
#' @name analyzeBehaviorspace
#' @keywords internal
#'
#' @section License:
#'
#'  The \pkg{analyzeBehaviorspace} package is open source licensed under the
#'  MIT License.
#'
#' @section Bug reports:
#' \itemize{
#'  \item analyzeBehaviorspace issue tracker (\url{https://github.com/jonathan-g/analyzeBehaviorspace/issues})
#' }
"_PACKAGE"

#'
#' @import shiny
#' @import dplyr
#' @import tidyr
#' @import purrr
#' @import readr
#' @import stringr
#' @import ggplot2
#' @import janitor
#' @importFrom rlang .data
#' @importFrom stats na.omit sd
#'
NULL
jonathan-g/analyzeBehaviorspace documentation built on July 23, 2022, 11:01 a.m.