Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R Studio 2022.02.1 Build 461 crashes when using read_osm #34

Open
prosksam opened this issue Apr 29, 2022 · 0 comments
Open

R Studio 2022.02.1 Build 461 crashes when using read_osm #34

prosksam opened this issue Apr 29, 2022 · 0 comments

Comments

@prosksam
Copy link

I recently updated both R (4.2.0) and RStudio (2022.02.01 Build 461) on my Windows 10. Code I had used for using tmap and tmaptools is now crashing when I try to use read_osm.

R version 4.2.0 (2022-04-22 ucrt) -- "Vigorous Calisthenics"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

packageVersion("tmap")
[1] ‘3.3.3’
packageVersion("tmaptools")
[1] ‘3.1.1’
library(tmap)
library(tmaptools)

load Netherlands shape

data(NLD_muni)

read OSM raster data

osm_NLD <- read_osm(NLD_muni, ext=1.1)

R Session Aborted R encountered a fatal error. The session was terminated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant