Skip to content

Commit

Permalink
Resubmission to CRAN. Fix \href tag in \code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenniem committed Dec 12, 2022
1 parent 162a77b commit 271089b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.1.1
Date: 2022-11-07 10:51:52 UTC
SHA: 3f08606b220316eb492714ea919ea23653945990
Version: 1.1.2
Date: 2022-12-11 23:28:58 UTC
SHA: 162a77b7e7ed743599ea6ae4bb2e8601df1f0c69
4 changes: 2 additions & 2 deletions R/import.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#'
#' @section Parallel: This function supports parallel processing in the sense that it is able to
#' distribute it's computation load among multiple workers. To make use of this functionality, run
#' \code{\href{https://rdrr.io/cran/future/man/plan.html}{future::plan("multisession")}} before
#' \href{https://rdrr.io/cran/future/man/plan.html}{\code{future::plan("multisession")}} before
#' calling this function.
#'
#' @section Progress: You can be updated of the progress of this function by using the
Expand All @@ -47,7 +47,7 @@
#'
#' `r lifecycle::badge("deprecated")`: As functions should not modify the user's workspace,
#' directly toggling parallel support has been deprecated. Please use
#' \code{\href{https://rdrr.io/cran/future/man/plan.html}{future::plan("multisession")}} before
#' \href{https://rdrr.io/cran/future/man/plan.html}{\code{future::plan("multisession")}} before
#' calling this function to use multiple workers.
#'
#' @returns A message indicating how many files were imported. Imported database can be reopened
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ test_jsons <- function(path = getwd(),
#' files will then be unzipped in their respective subdirectory.
#' @param parallel A logical value whether you want to check in parallel. Useful when there are a
#' lot of files. If you have already used
#' \code{\href{https://rdrr.io/cran/future/man/plan.html}{future::plan("multisession")}}, you can
#' \href{https://rdrr.io/cran/future/man/plan.html}{\code{future::plan("multisession")}}, you can
#' leave this parameter to \code{FALSE}.
#'
#' `r lifecycle::badge("deprecated")` As functions should not modify the user's workspace,
Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Resubmission
This is a resubmission. The previous submission inadvertently used \href tags inside of \code blocks.

## Test environments
* local Windows 10 install, R 4.2.2
* Fedora Linux (on R-hub) R-devel
Expand All @@ -17,5 +20,5 @@ We checked 0 reverse dependencies, comparing R CMD check results across CRAN and

Best wishes,

Koen Niemeijer\
Koen Niemeijer
Package Maintainer
2 changes: 1 addition & 1 deletion man/decrypt_gps.Rd

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

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

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

4 changes: 2 additions & 2 deletions man/import.Rd

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

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

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

4 changes: 2 additions & 2 deletions man/unzip_data.Rd

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

0 comments on commit 271089b

Please sign in to comment.