bhaskarvk / tilegramsR

R wrapper for Tilegrams
https://bhaskarvk.github.io/tilegramsR/
Other
52 stars 2 forks source link

Getting an addMarkers error #2

Closed elliottmorris closed 8 years ago

elliottmorris commented 8 years ago

Error in derivePoints(data, lng, lat, missing(lng), missing(lat), "addMarkers") : addMarkers requires non-NULL longitude/latitude values

bhaskarvk commented 8 years ago

Duplicate of #1. I merged the fix in rstudio/leaflet last night, please rebuild devtools::install_github('rstudio/leaflet').

elliottmorris commented 8 years ago

Thanks

elliottmorris commented 8 years ago

Another quick question. What package is "%<>%" found in?

bhaskarvk commented 8 years ago

magritter, which I think is loaded automatically by dplyr or purrr

elliottmorris commented 8 years ago

Guess I should have updated R first....woops

Thanks again