This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ignore revdep, scripts, and viztest * add barret as ctb and remotes * white space * add revdep script * lintr init * spaces_left_parentheses_linter, multiple_dots_linter, assignment_linter, trailing_blank_lines_linter * no_tab_linter * commas_linter * infix_spaces_linter * single_quotes_linter
- Loading branch information
Showing
19 changed files
with
271 additions
and
253 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 |
---|---|---|
|
@@ -15,3 +15,6 @@ | |
^\_pkgdown\.yaml$ | ||
^CONDUCT\.md$ | ||
^\.Rprofile\.local$ | ||
^scripts | ||
^revdep | ||
^viztest |
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 |
---|---|---|
|
@@ -25,3 +25,4 @@ vignettes/*.pdf | |
.Rproj.user | ||
.Rprofile.local | ||
docs | ||
viztest* |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
linters: with_defaults( | ||
camel_case_linter = NULL, # 122 | ||
line_length_linter = NULL, # 33 | ||
commented_code_linter = NULL, # 3 | ||
NULL | ||
) |
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 |
---|---|---|
|
@@ -2,14 +2,19 @@ Package: leaflet.esri | |
Type: Package | ||
Title: 'ESRI' Bindings for the 'leaflet' Package | ||
Version: 0.2.9000 | ||
Authors@R: person("Bhaskar", "Karambelkar", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Authors@R: c( | ||
person("Bhaskar", "Karambelkar", email = "[email protected]", role = c("aut", "cre")), | ||
person("Barret", "Schloerke", email = "[email protected]", role = c("ctb")) | ||
) | ||
Description: An add-on package to the 'leaflet' package, which provides bindings for 'ESRI' services. This package allows a user to add 'ESRI' provided services such as 'MapService', 'ImageMapService', 'TiledMapService' etc. to a 'leaflet' map. | ||
License: GPL-3 | file LICENSE | ||
Depends: | ||
R (>= 3.1.0), | ||
leaflet (>= 1.1.0), | ||
leaflet.extras (>= 0.2) | ||
leaflet (>= 2.0.0), | ||
leaflet.extras (> 0.2.0) | ||
Remotes: | ||
schloerke/leaflet@barret/v1x, | ||
schloerke/leaflet.extras@v1x | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
|
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
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
Oops, something went wrong.