Skip to content

Commit

Permalink
Update documentation, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Sep 11, 2024
1 parent 7bbf8b8 commit f1f8528
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 38 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: tiler
Title: Create Geographic and Non-Geographic Map Tiles
Version: 0.3.1
Version: 0.3.2
Authors@R: c(
person("Matthew", "Leonawicz", email = "mfleonawicz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")),
person("Matthew", "Leonawicz", email = "rpkgs@pm.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")),
person("Alex M", "Chubaty", email = "achubaty@for-cast.ca", role = "ctb", comment = c(ORCID = "0000-0001-7146-8135"))
)
Description: Creates geographic map tiles from geospatial map files or
Expand Down Expand Up @@ -40,6 +40,6 @@ ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 2.7), python-gdal library (For Windows, gdal installed via OSGeo4W <https://trac.osgeo.org/osgeo4w/> recommended)
clipboard
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tiler 0.3.2

* Documentation updates.

# tiler 0.3.1

* Added required package alias in documentation.
Expand Down
10 changes: 5 additions & 5 deletions R/tiler.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#' tiler: Create map tiles from R
#' @name tiler
"_PACKAGE"

#' tiler: Create Map Tiles from R
#'
#' The tiler package creates geographic map tiles from geospatial map files or
#' non-geographic map tiles from simple image files.
Expand All @@ -17,8 +20,5 @@
#' This package requires Python and the `gdal` library for Python. Windows users
#' are recommended to install `OSGeo4W`: `https://trac.osgeo.org/osgeo4w/` as an
#' easy way to obtain the required `gdal` support for Python in Windows.
#'
#' @docType package
#' @name tiler
#' @aliases tiler-package
#' @name tiler-details
NULL
6 changes: 4 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ knitr::opts_chunk$set(

# tiler <img src="man/figures/logo.png" style="margin-left:10px;margin-bottom:5px;" width="120" align="right">

<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)
[![R-CMD-check](https://github.com/ropensci/tiler/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/tiler/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/ropensci/tiler/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/tiler?branch=master)
[![](https://badges.ropensci.org/226_status.svg)](https://github.com/ropensci/software-review/issues/226)
[![CRAN status](http://www.r-pkg.org/badges/version/tiler)](https://cran.r-project.org/package=tiler)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/tiler)](https://cran.r-project.org/package=tiler)
[![CRAN status](https://www.r-pkg.org/badges/version/tiler)](https://cran.r-project.org/package=tiler)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/tiler)](https://cran.r-project.org/package=tiler)
[![Github Stars](https://img.shields.io/github/stars/ropensci/tiler.svg?style=social&label=Github)](https://github.com/ropensci/tiler)
<!-- badges: end -->

![](https://github.com/ropensci/tiler/blob/master/data-raw/ne.jpg?raw=true)

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# tiler <img src="man/figures/logo.png" style="margin-left:10px;margin-bottom:5px;" width="120" align="right">

<!-- badges: start -->

[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)
Expand All @@ -11,11 +13,12 @@ developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.rep
coverage](https://codecov.io/gh/ropensci/tiler/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/tiler?branch=master)
[![](https://badges.ropensci.org/226_status.svg)](https://github.com/ropensci/software-review/issues/226)
[![CRAN
status](http://www.r-pkg.org/badges/version/tiler)](https://cran.r-project.org/package=tiler)
status](https://www.r-pkg.org/badges/version/tiler)](https://cran.r-project.org/package=tiler)
[![CRAN RStudio mirror
downloads](http://cranlogs.r-pkg.org/badges/tiler)](https://cran.r-project.org/package=tiler)
downloads](https://cranlogs.r-pkg.org/badges/tiler)](https://cran.r-project.org/package=tiler)
[![Github
Stars](https://img.shields.io/github/stars/ropensci/tiler.svg?style=social&label=Github)](https://github.com/ropensci/tiler)
<!-- badges: end -->

![](https://github.com/ropensci/tiler/blob/master/data-raw/ne.jpg?raw=true)

Expand Down
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/tiler",
"issueTracker": "https://github.com/ropensci/tiler/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3.1",
"version": "0.3.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -26,7 +26,7 @@
"@type": "Person",
"givenName": "Matthew",
"familyName": "Leonawicz",
"email": "mfleonawicz@gmail.com",
"email": "rpkgs@pm.me",
"@id": "https://orcid.org/0000-0001-9452-2771"
}
],
Expand All @@ -44,7 +44,7 @@
"@type": "Person",
"givenName": "Matthew",
"familyName": "Leonawicz",
"email": "mfleonawicz@gmail.com",
"email": "rpkgs@pm.me",
"@id": "https://orcid.org/0000-0001-9452-2771"
}
],
Expand Down Expand Up @@ -190,5 +190,5 @@
},
"SystemRequirements": "Python (>= 2.7), python-gdal library (For Windows, gdal installed via OSGeo4W <https://trac.osgeo.org/osgeo4w/> recommended)\n clipboard"
},
"fileSize": "929.098KB"
"fileSize": "930.827KB"
}
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Test environments

* local Windows 10 install, R 4.3.1
* local Windows 10 install, R 4.4.1
* win-builder
* Ubuntu 20.04 (GitHub Actions), devel, oldrel, release
* MacOS-latest (GitHub Actions), release

## Update release

* Added required package alias per CRAN request.
* Maintainer email address update and other documentation updates.

## R CMD check results

Expand Down
25 changes: 25 additions & 0 deletions man/tiler-details.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 22 additions & 19 deletions man/tiler.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ reference:
- title: Package
contents:
- tiler
- tiler-details
- title: Map tile generator
contents:
- tile
Expand Down

0 comments on commit f1f8528

Please sign in to comment.