Skip to content

New version of R issues #26

Description

@eriqande

From Anthony Clemento:

When I call close_matching_samples for the 2019 fishery mixture I get the following error:
Factor collection contains implicit NA, consider using forcats::fct_explicit_na Error: by required, because the data sources have no common variables

When I call close_matching_samples using the chinook_mix data I get and almost identical error:
Error: by required, because the data sources have no common variables
Call rlang::last_error() to see a backtrace
In addition: Warning message:
Factor collection contains implicit NA, consider using forcats::fct_explicit_na

However, if I bung a single reference individual to the end of my mixture tibble close_matching_samples runs successfully although still with the implicit NA warning, but this time for 'repunit':
Warning message:
Factor repunit contains implicit NA, consider using forcats::fct_explicit_na

R 3.6.1
rlang_0.4.0
dplyr_0.8.3

A good explanation of the warning on StackOverflow https://stackoverflow.com/questions/54999758/warning-factor-contains-implicit-na

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions