Skip to content

readr should be an import vs a suggest #211

@dshkol

Description

@dshkol

Running the example query in get_census on a very clean R ecosystem install.

census_data <- get_census(dataset='CA16', regions=list(CMA="59933"),
vectors=c("v_CA16_408","v_CA16_409","v_CA16_410"),level='CSD')

Error in loadNamespace(x) : there is no package called ‘readr’

There should either be a check for whether readr is installed and use an alternative otherwise, or just move it into a dependency.

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