You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yr_transform() currently throws an error if either the source or destination era has an NA unit, following the R convention that NA == NA is NA.
It might not be necessary to be this strict, for example to allow transformations between era("bp") and era("bce"), and just warn that there is an assumption that the units are comparable.
The text was updated successfully, but these errors were encountered:
yr_transform()
currently throws an error if either the source or destination era has an NA unit, following the R convention thatNA == NA
is NA.It might not be necessary to be this strict, for example to allow transformations between era("bp") and era("bce"), and just warn that there is an assumption that the units are comparable.
The text was updated successfully, but these errors were encountered: