Skip to content

Commit

Permalink
Merge pull request #56 from femiguez/main
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Sep 1, 2021
2 parents 43ef78c + ff34a7c commit 0020c0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

2 changes: 1 addition & 1 deletion R/get_power.R
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ get_power <- function(community,
power_data <- readr::read_csv(
response$parse("UTF8"),
col_types = readr::cols(),
na = c("-999", "-99", "-99.00"),
na = c("-999", "-999.00", "-999.0", "-99", "-99.00", "-99.0"),
skip = length(meta) + 2
)

Expand Down

0 comments on commit 0020c0a

Please sign in to comment.