Skip to content

Commit

Permalink
docs: closes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Nov 4, 2024
1 parent 7ffb6eb commit 7218157
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Suggests:
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.3.2
Config/testthat/edition: 3
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion R/rbin.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions man/rbin.Rd

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

0 comments on commit 7218157

Please sign in to comment.