Skip to content

Commit 0cd51b7

Browse files
committed
Fix r cmd check notes
1 parent f680ac9 commit 0cd51b7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
^\.github$
22
^\.lintr$
3-
^\.codecov\.yml$
43
^usmapdata\.Rproj$
54
^data-raw$
65
^.*\.png$
@@ -11,6 +10,6 @@
1110
^doc$
1211
^Meta$
1312
^CRAN-RELEASE$
14-
^codecov\.yml$
13+
^codecov\.yaml$
1514
^LICENSE\.md$
1615
^\.lintr$

R/create-us-map.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ create_us_map <- function(
100100
sf::st_write(us_ea, output_file, quiet = TRUE, append = FALSE)
101101

102102
# compute centroids
103-
centroids <- usmapdata:::compute_centroids(us_ea)
103+
centroids <- compute_centroids(us_ea)
104104

105105
# determine centroids file path
106106
centroids_output_file <- file.path(

0 commit comments

Comments
 (0)