Skip to content

Commit

Permalink
url fixes and revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Oct 5, 2021
1 parent be2036b commit c3595d2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 26 deletions.
3 changes: 1 addition & 2 deletions R/from_url.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ qs_from_url <- function(url){
#'
#' @return a function that does the same as `f` but it calls `p()` after iteration.
#'
#' @seealso `vignette("Using nflreadr in packages")`
#' @seealso <https://nflreadr.nflverse.com/articles/exporting_nflreadr.html> for web version of vignette
#' @seealso <https://nflreadr.nflverse.com/articles/exporting_nflreadr.html> for vignette on exporting nflreadr in packages
#'
#' @export
progressively <- function(f, p = NULL){
Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
## R CMD check results

0 errors | 0 warnings | 0 note

## Reverse dependencies

Both reverse dependencies (ffscrapr and ffsimulator) were checked with R CMD check and passed cleanly.
4 changes: 1 addition & 3 deletions man/progressively.Rd

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

23 changes: 3 additions & 20 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,25 @@
|collate |English_Canada.1252 |
|ctype |English_Canada.1252 |
|tz |America/New_York |
|date |2021-08-27 |
|date |2021-10-05 |

# Dependencies

|package |old |new |<U+0394> |
|:-------------|:------|:------|:--|
|nflreadr |1.0.0 |1.1.0 |* |
|nflreadr |1.1.0 |1.1.1 |* |
|cachem |1.0.6 |1.0.6 | |
|cli |3.0.1 |NA |* |
|crayon |1.4.1 |NA |* |
|curl |4.3.2 |4.3.2 | |
|data.table |NA |1.14.0 |* |
|dplyr |1.0.7 |NA |* |
|ellipsis |0.3.2 |NA |* |
|fansi |0.5.0 |NA |* |
|data.table |1.14.2 |1.14.2 | |
|fastmap |1.1.0 |1.1.0 | |
|generics |0.1.0 |NA |* |
|glue |1.4.2 |NA |* |
|lifecycle |1.0.0 |NA |* |
|magrittr |2.0.1 |NA |* |
|memoise |2.0.0 |2.0.0 | |
|pillar |1.6.2 |NA |* |
|pkgconfig |2.0.3 |NA |* |
|purrr |0.3.4 |NA |* |
|qs |0.25.1 |0.25.1 | |
|R6 |2.5.1 |NA |* |
|RApiSerialize |0.1.0 |0.1.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.7 |1.0.7 | |
|RcppParallel |5.1.4 |5.1.4 | |
|rlang |0.4.11 |0.4.11 | |
|stringfish |0.15.2 |0.15.2 | |
|tibble |3.1.4 |NA |* |
|tidyselect |1.1.1 |NA |* |
|utf8 |1.2.2 |NA |* |
|vctrs |0.3.8 |NA |* |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 2 reverse dependencies (0 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
Binary file modified revdep/data.sqlite
Binary file not shown.

0 comments on commit c3595d2

Please sign in to comment.