On 03/02/2019 5:21 p.m., Berry Boessenkool wrote:
Hi,
my package in question can only be online next week, but here's a script
for a MWE:
https://gist.github.com/brry/7728b9b2d35afad7f1fc5978c3315009
The script uses devtools and osmplotr to
- create a package with a bare minimum dummy function
On 03/02/2019 3:02 p.m., Berry Boessenkool wrote:
Hi,
if sf is not loaded, subsetting an sf object with square brackets loses the sf
class in the geometry column:
sfobj[somerows,]
For usage in a package, I do not want to call library(sf) first.
[ is an S3 method in sf:
https://github.com/r-sp
Hi Chris,
I solved the issue directly in the code after forking your repos and send
you a pull request.
The folder vignette was at the wrong place and I added the .asis files as
well as updated the description file.
I hope it will work on your system.
++
On Sun, 3 Feb 2019 at 08:33, Chris Brien w