Skip to content

Commit

Permalink
fix CRAN note
Browse files Browse the repository at this point in the history
  • Loading branch information
elbersb committed May 8, 2024
1 parent 8e73066 commit a4cf620
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Suggests:
rmarkdown,
bench
Encoding: UTF-8
LazyData: true
URL: https://github.com/elbersb/tidylog/
BugReports: https://github.com/elbersb/tidylog/issues
RoxygenNote: 7.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ devtools::install_github("elbersb/tidylog")

## Benchmarks

Tidylog will add a small overhead to each function call. This can be relevant for very large datasets and especially for joins. If you want to switch off tidylog for a single long-running command, simply prefix `dplyr::` or `tidyr::`, such as in `dplyr::left_join`. See [this vignette](https://cran.r-project.org/web/packages/tidylog/vignettes/benchmarks.html) for more information.
Tidylog will add a small overhead to each function call. This can be relevant for very large datasets and especially for joins. If you want to switch off tidylog for a single long-running command, simply prefix `dplyr::` or `tidyr::`, such as in `dplyr::left_join`. See [this vignette](https://cran.r-project.org/package=tidylog/vignettes/benchmarks.html) for more information.

## More examples

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Tidylog will add a small overhead to each function call. This can be
relevant for very large datasets and especially for joins. If you want
to switch off tidylog for a single long-running command, simply prefix
`dplyr::` or `tidyr::`, such as in `dplyr::left_join`. See [this
vignette](https://cran.r-project.org/web/packages/tidylog/vignettes/benchmarks.html)
vignette](https://cran.r-project.org/package=tidylog/vignettes/benchmarks.html)
for more information.

## More examples
Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is a resubmission. One NOTE has been fixed.

## Test environments

* local OS X, R 4.2.0
Expand All @@ -6,8 +8,4 @@

## R CMD check results

No ERRORs or WARNINGSs.

1 NOTE:
* Error: CRAN URL not in canonical form vignette](https://cran.r-project.org/web/packages/tidylog/vignettes/benchmarks.html)
> this is spurious as the link is not to a package but to a vignette.
No ERRORs, WARNINGSs or NOTES.

0 comments on commit a4cf620

Please sign in to comment.