Skip to content

Commit

Permalink
fix non-file package-anchored link for cran checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 26, 2020
1 parent c63fa4d commit 3fef62a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions R/doc_create.r
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#' get what `digits` is set to with `getOption("digits")`.
#'
#' Note that in [doc_create()] we convert your document to JSON with
#' [jsonlite::toJSON()] if given as a list, which has a `digits` parameter.
#' `jsonlite::toJSON()` if given as a list, which has a `digits` parameter.
#' We pass `getOption("digits")` to the `digits` parameter in
#' `jsonlite::toJSON`.
#' `jsonlite::toJSON()`
#'
#' @examples \dontrun{
#' user <- Sys.getenv("COUCHDB_TEST_USER")
Expand Down
2 changes: 1 addition & 1 deletion R/parse_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' separate document.
#' @param tojson (logical) If `TRUE` (default) convert to json - if `FALSE`,
#' to lists
#' @param ... Further args passed on to [jsonlite::toJSON()]
#' @param ... Further args passed on to `jsonlite::toJSON()`
#' @details Parse data.frame to get either rows or columns, each as a list
#' or json string
#' @examples \dontrun{
Expand Down
4 changes: 2 additions & 2 deletions R/sofa-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#' get what `digits` is set to with `getOption("digits")`.
#'
#' Note that in [doc_create()] we convert your document to JSON with
#' [jsonlite::toJSON()] if given as a list, which has a `digits` parameter.
#' `jsonlite::toJSON()` if given as a list, which has a `digits` parameter.
#' We pass `getOption("digits")` to the `digits` parameter in
#' `jsonlite::toJSON`.
#' `jsonlite::toJSON()`.
#'
#' @section Defunct functions:
#'
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are no reverse dependencies.

---

This version adds some new functions and makes some bug fixes.
This version adds some new functions and makes some bug fixes. This is a re-submission of the same version fixing a non-file package-anchored link in the documentation.

Thanks!
Scott Chamberlain
4 changes: 2 additions & 2 deletions man/doc_create.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/parse_df.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/sofa-package.Rd

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

0 comments on commit 3fef62a

Please sign in to comment.