Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format.era fails with era vectors containing NAs #9

Closed
joeroe opened this issue Nov 9, 2020 · 0 comments
Closed

format.era fails with era vectors containing NAs #9

joeroe opened this issue Nov 9, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@joeroe
Copy link
Owner

joeroe commented Nov 9, 2020

library("era")
c(era("BP"), NA)
#> <era[2]>
#> Error in unitout[era_scale(x) == 1] <- era_unit(x)[era_scale(x) == 1]: 
#>   NAs are not allowed in subscripted assignments
@joeroe joeroe added the bug Something isn't working label Nov 9, 2020
@joeroe joeroe closed this as completed in 1d4cd7c Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant