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

html_dependency error when knitting .Rmd with mapview() #330

Closed
kstierhoff opened this issue Sep 14, 2020 · 2 comments
Closed

html_dependency error when knitting .Rmd with mapview() #330

kstierhoff opened this issue Sep 14, 2020 · 2 comments

Comments

@kstierhoff
Copy link

Hi,
I recently ran into the following error when knitting a previously working .Rmd file that included mapview():

Error: path for html_dependency not found:

The code chunk below should reproduce the error. I'm running R v4.0.2 and mapview v2.9.0.

Thanks!

---
title: "mapview() debug"
author: "author"
date: "9/14/2020"
output: html_document
---
library(sf)
library(mapview)

nc <- st_read(system.file("shape/nc.shp", package="sf"))
mapview::mapview(nc)
@tim-salabim
Copy link
Member

Thanks, see #312

I hope I can resubmit the fix to CRAN soon, but I want to update leafpop first to get the standard popup styles for mapview back.

@kstierhoff
Copy link
Author

kstierhoff commented Sep 15, 2020 via email

tim-salabim added a commit that referenced this issue Sep 15, 2020
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

2 participants