Skip to content

ggpolar needs mapproj package #15

Description

@thomas-muench

The ggpolar() function uses ggplot2::coord_map(), which depends on the mapproj package.

However, coord_map() is superseded in ggplot2 which is why the dependency on mapproj seems to have been removed by the ggplot2 authors in the current version.

Therefore, after installing grfxtools from scratch (i.e. starting with an empty R user package library), this will cause ggpolar() to exit with the error that the mapproj package is missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions