这是indexloc提供的服务,不要输入任何密码
Skip to content

error in vignette. tmf is missing #825

@olivroy

Description

@olivroy

I suspect this might be caused by the latest data.table 1.15 release

devtools::load_all('~/Documents/rrr-forks/tmap')
#> ℹ Loading tmap
tm_basemap(server = "OpenTopoMap", zoom = 2, alpha = 0.5) +
    tm_shape(World, bbox = sf::st_bbox(c(xmin = -180, xmax = 180, ymin = -86, ymax = 86))) +
    tm_polygons(fill = NA, col = "black") +
    tm_shape(metro) +
    tm_symbols(size = 0.1, col = "red") +
    tm_layout(inner.margins = rep(0, 4))
#> Warning: Current projection unknown. Long lat coordinates (wgs84) assumed.
#> Error in with(tmf, {: argument "tmf" is missing, with no default

Created on 2024-02-05 with reprex v2.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions