-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(aggregation.Rmd): tweak readr & join usage
* Rename state_census -> state_naming. * Provide col_types specs for all & only columns used; avoid message spam. * Don't select unused cols; especially avoid the numeric state FIPS. * Bump dependency on dplyr and update joins; avoid message spam.
- Loading branch information
1 parent
635ff4d
commit 7463475
Showing
3 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ Imports: | |
checkmate, | ||
cli, | ||
data.table, | ||
dplyr (>= 1.0.8), | ||
dplyr (>= 1.1.0), | ||
genlasso, | ||
ggplot2, | ||
glue, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters