Skip to content

Commit

Permalink
fix _pkgdown.yml indent for #53
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 18, 2024
1 parent 1c7dc80 commit 8ef39d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mapscanner
Title: Print Maps, Draw on Them, Scan Them Back in
Version: 0.1.0.008
Version: 0.1.0.009
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Michael D.", "Sumner", , "mdsumner@gmail.com", role = "aut"),
Expand Down
16 changes: 8 additions & 8 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ templates:
reference:
- title: Package doc
contents:
- mapscanner-package
- mapscanner-package
- title: The Main Functions
contents:
- ms_generate_map
- ms_rectify_map
- ms_generate_map
- ms_rectify_map
- title: Bonus Features
contents:
- ms_aggregate_polys
- ms_rotate_map
- set_mapbox_token
- ms_aggregate_polys
- ms_rotate_map
- set_mapbox_token

articles:
- title: The mapscanner package
contents:
- mapscanner
- mapstyles
- mapscanner
- mapstyles
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropensci/mapscanner",
"issueTracker": "https://github.com/ropensci/mapscanner/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0.008",
"version": "0.1.0.009",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 8ef39d7

Please sign in to comment.