Skip to content

Commit

Permalink
Merge pull request #9 from DavidASmith/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
DavidASmith committed Oct 2, 2023
2 parents 8751675 + fda6ec5 commit dfcb49f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^pkgdown$
^\.github$
^cran-comments\.md$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.1.3
Date: 2023-10-02 10:37:17 UTC
SHA: ea9c99d1501a28fcf0220db79767c7538fdff15b
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: whatthreewords
Title: Work with the What3words API for Easy Location Referencing
Version: 0.1.1
Title: Work with the 'what3words' API for Easy Location Referencing
Version: 0.1.3
Authors@R:
person("David", "Smith", , "david.alex.smith@gmail.com",
role = c("aut", "cre"),
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0000-8482-3220"))
Description: Use the what3words API to return three words which uniquely
identify every 3m x 3m square on Earth. It is also possible to return
coordinates from any valid three words location. Supports multiple
Description: Use the 'what3words' API
<https://developer.what3words.com/public-api> to return three words which
uniquely identify every 3m x 3m square on Earth. It is also possible to
return coordinates from any valid three words location. Supports multiple
languages.
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# whatthreewords 0.1.3

* Apply CRAN review comments:
* Use only undirected quotation marks in the description text.

# whatthreewords 0.1.2

* Apply CRAN review comments:
* Software naming conventions.
* Add link to description.

# whatthreewords 0.1.1

* Fixed `get_api_key()` example exposing API key in documentation.
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![R-CMD-check](https://github.com/DavidASmith/whatthreewords/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/DavidASmith/whatthreewords/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/whatthreewords)](https://CRAN.R-project.org/package=whatthreewords)
<!-- badges: end -->

The whatthreewords package supports working with the [what3words](https://what3words.com/) API from R. what3words has partitioned the surface of the earth into 3m x 3m squares, each of which can be identified by three words. These are conventionally styled with three slashes at the beginning. For example, the peak of the Great Pyramid of Giza is located by the three words [///ballots.height.silks](https://what3words.com/ballots.height.silks).
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<!-- badges: start -->

[![R-CMD-check](https://github.com/DavidASmith/whatthreewords/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/DavidASmith/whatthreewords/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/whatthreewords)](https://CRAN.R-project.org/package=whatthreewords)
<!-- badges: end -->

The whatthreewords package supports working with the
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission
This is a resubmission. In this version I have:

* Use only undirected quotation marks in the description text.


## R CMD check results

0 errors | 0 warnings | 1 note
Expand Down

0 comments on commit dfcb49f

Please sign in to comment.