Skip to content

Commit

Permalink
Add package alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Sep 10, 2023
1 parent c081bc5 commit 593ba89
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tiler
Title: Create Geographic and Non-Geographic Map Tiles
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("Matthew", "Leonawicz", email = "mfleonawicz@gmail.com", 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"))
Expand Down
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.1

* Added required package alias in documentation.

# tiler 0.3.0

* Removed `rgdal` from `Imports` and added `sf` to `Suggests` in `DESCRIPTION`.
Expand Down
1 change: 1 addition & 0 deletions R/tiler.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
#'
#' @docType package
#' @name tiler
#' @aliases tiler-package
NULL
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/tiler",
"issueTracker": "https://github.com/ropensci/tiler/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3.0",
"version": "0.3.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
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.067KB"
"fileSize": "929.098KB"
}
5 changes: 1 addition & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

## Update release

* This update includes removal of `rgdal` in favor of `sf`.
* A subset of examples had to be wrapped in `dontrun{}` to prevent examples
timings threshold `NOTE` locally and on win-builder. However, examples
are more thoroughly unit tested separately in `tests/testthat/`.
* Added required package alias per CRAN request.

## R CMD check results

Expand Down
1 change: 1 addition & 0 deletions man/tiler.Rd

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

0 comments on commit 593ba89

Please sign in to comment.