.github/ISSUE_TEMPLATE/bug_report.md

name: Bug report about: Create a report to help us improve title: "[BUG] " labels: '' assignees: ''

Steps to follow in reporting a bug with osmdata

Please follow all of the following steps, and only submit once you've checked all boxes (where appropriate).

Paste reprex output here

Please include the following lines:

# <your reprex code here>

library(sf)
st_layers("myfile.xml") # give information on available layers
st_read("myfile.xml", layer = <desired_layer>)

packageVersion("osmdata")
R.Version()$version.string
#sessionInfo()

If you are constructing or using a specialized overpass query

Thanks! :smile:



osmdatar/osmdata documentation built on April 14, 2024, 5:28 p.m.