-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
benyamindsmith
committed
Aug 25, 2024
1 parent
605f6ca
commit 87bbfd2
Showing
4 changed files
with
125 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
Package: mapBliss | ||
Type: Package | ||
Title: Plot routes and trips on beautiful maps | ||
Version: 0.1.0 | ||
Author: Benjamin Smith | ||
Maintainer: Benjamin Smith<[email protected]> | ||
Description: Inspired by Atlas.co, the mapBliss package allows for users to plot flight paths and road trips on beautiful maps by using leaflet and the Mapbox API. For more information on how this package was developed check out my [blogs](https://bensstats.wordpress.com/?s=atlas). | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
dplyr, | ||
purrr, | ||
magrittr, | ||
tibble, | ||
rlang, | ||
sf, | ||
geosphere, | ||
tidygeocoder, | ||
leaflet, | ||
osrm, | ||
webshot, | ||
htmlwidgets, | ||
magick, | ||
shiny | ||
RoxygenNote: 7.2.1 | ||
Package: mapBliss | ||
Type: Package | ||
Title: Plot routes and trips on beautiful maps | ||
Version: 0.1.0 | ||
Author: Benjamin Smith | ||
Maintainer: Benjamin Smith<[email protected]> | ||
Description: Inspired by Atlas.co, the mapBliss package allows for users to plot flight paths and road trips on beautiful maps by using leaflet and the Mapbox API. For more information on how this package was developed check out my [blogs](https://bensstats.wordpress.com/?s=atlas). | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
dplyr, | ||
purrr, | ||
magrittr, | ||
tibble, | ||
rlang, | ||
sf, | ||
geosphere, | ||
tidygeocoder, | ||
leaflet, | ||
osrm, | ||
webshot, | ||
htmlwidgets, | ||
magick, | ||
shiny | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.