-
Notifications
You must be signed in to change notification settings - Fork 1
2.4: Miscellaneous
Ian Lyttle edited this page Jun 13, 2022
·
7 revisions
No files to be templated in.
-
To
seasons_intermediate()
add:# accept purrr-style anonymous functions fn_points_per_win <- rlang::as_function(fn_points_per_win)
-
add documentation, tests
- We can use purrr-style anonymous functions as arguments.
-
R CMD CHECK
happy
Files to be templated in:
R/result.R
tests/testthat/test-result.R
- This will likely be an instructor-led walkthrough, as our brains will be fried by this point.
usethis::use_package("glue")
usethis::use_package("vctrs")
- add
#' @import vctrs
toR/ussie-package.R
.
- We can show win/loss/draw results in a tibble.
-
R CMD CHECK
happy
👈 note for Ian: we are here in the branch-building process