diff --git a/DESCRIPTION b/DESCRIPTION index e9510d8..3c370fa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -30,5 +30,5 @@ Suggests: VignetteBuilder: knitr Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.1 +RoxygenNote: 7.3.2 Config/testthat/edition: 3 diff --git a/NAMESPACE b/NAMESPACE index 5f63a10..dcac6cf 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -36,7 +36,6 @@ importFrom(data.table,setDF) importFrom(data.table,setorder) importFrom(stats,na.omit) importFrom(stats,quantile) -importFrom(utils,globalVariables) importFrom(utils,head) importFrom(utils,install.packages) importFrom(utils,menu) diff --git a/R/rbin.R b/R/rbin.R index 079ddf9..bb72ec5 100644 --- a/R/rbin.R +++ b/R/rbin.R @@ -5,9 +5,12 @@ #' See the README on #' \href{https://github.com/rsquaredacademy/rbin}{GitHub} #' -#' @importFrom utils globalVariables packageVersion menu install.packages +#' @importFrom utils packageVersion menu install.packages +#' @keywords internal #' @docType package #' @name rbin +#' @aliases rbin-package +"_PACKAGE" NULL ## quiets concerns of R CMD check re: the .'s that appear in pipelines diff --git a/man/rbin.Rd b/man/rbin.Rd index fdf077f..3bb240f 100644 --- a/man/rbin.Rd +++ b/man/rbin.Rd @@ -3,6 +3,7 @@ \docType{package} \name{rbin} \alias{rbin} +\alias{rbin-package} \title{\code{rbin} package} \description{ Tools for binning data. @@ -11,3 +12,17 @@ Tools for binning data. See the README on \href{https://github.com/rsquaredacademy/rbin}{GitHub} } +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/rsquaredacademy/rbin} + \item \url{https://rbin.rsquaredacademy.com} + \item Report bugs at \url{https://github.com/rsquaredacademy/rbin/issues} +} + +} +\author{ +\strong{Maintainer}: Aravind Hebbali \email{hebbali.aravind@gmail.com} + +} +\keyword{internal}