Skip to content

Commit

Permalink
Initial release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidASmith committed Sep 28, 2023
1 parent 696d0c8 commit 43f11be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: whatthreewords
Title: Work with the what3words API for easy location referencing.
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person("David", "Smith", , "david.alex.smith@gmail.com",
role = c("aut", "cre"),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# whatthreewords 0.0.0.9000
# whatthreewords 0.1.0

* Added a `NEWS.md` file to track changes to the package.
* Initial release.
2 changes: 1 addition & 1 deletion vignettes/usingwhatthreewords.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
)
```

The `whatthreewords` package supports working with the [what3words](https://what3words.com/) API. 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).
The whatthreewords package supports working with the [what3words](https://what3words.com/) API. 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).

You can use the package to determine the three word address for any coordinates, or return the coordinates for any valid three word combination.

Expand Down

0 comments on commit 43f11be

Please sign in to comment.