Skip to content

Commit

Permalink
docs: closes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Aug 5, 2024
1 parent f6005b7 commit 7561645
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ BugReports: https://github.com/rsquaredacademy/xplorerr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
LinkingTo:
Rcpp
4 changes: 3 additions & 1 deletion R/xplorerr.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
#' \href{https://github.com/rsquaredacademy/xplorerr}{GitHub}
#'
#' @docType package
#' @keywords internal
#' @importFrom Rcpp sourceCpp
#' @useDynLib xplorerr
#' @name xplorerr
NULL
#' @aliases xplorerr-package
"_PACKAGE"

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1") utils::globalVariables(c(".",
Expand Down
15 changes: 15 additions & 0 deletions man/xplorerr.Rd

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

0 comments on commit 7561645

Please sign in to comment.