diff --git a/DESCRIPTION b/DESCRIPTION index 00cce6f..86836c0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/README.Rmd b/README.Rmd index 95ecb58..6e5230d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 diff --git a/README.md b/README.md index aea80c8..6849cbd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index edfc7e5..01afdc1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,5 @@ +This is a resubmission. One NOTE has been fixed. + ## Test environments * local OS X, R 4.2.0 @@ -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.