Skip to content

Commit

Permalink
more cran checklist items
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Mar 10, 2024
1 parent c477aca commit 2209c24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Quantitative Text Kit
Version: 0.9.5
Authors@R:
person("Jerid", "Francom", , "[email protected]",
role = c("aut", "cre"),
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5972-6330"))
Description: Support package for the textbook "An Introduction to
Quantitative Text Analysis for Linguists: Reproducible Research using
Expand Down
3 changes: 2 additions & 1 deletion R/confirm_permission.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
#'
#' This function confirms that the user has permission to use the data.
#' If not, the script is returns FALSE and stops.
#'
#' @noRd
#' @keywords internal
#' @return TRUE if the user confirms permission, FALSE otherwise
#'
confirm_permission <- function() {
# Confirm that the user has permission to use the data
# If not, stop the script
Expand Down
2 changes: 1 addition & 1 deletion R/get_archive_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' If `FALSE`, the function will prompt the user to confirm permission.
#' Setting this to `TRUE` is useful for reproducible workflows.
#'
#' @returns Download and extract the archive file
#' @returns NULL, the archive file is unarchived in the target directory
#'
#' @importFrom utils download.file unzip untar
#' @importFrom tools file_ext
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 1 note

* This is a new release.
19 changes: 0 additions & 19 deletions man/confirm_permission.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/get_archive_data.Rd

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

0 comments on commit 2209c24

Please sign in to comment.