Skip to content

Commit 43d45cc

Browse files
authored
Merge pull request #23 from Public-Health-Scotland/version_0.1
Increment version number to 0.1.0
2 parents 619fb77 + 154446e commit 43d45cc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Package: phslookups
22
Title: PHS Lookups
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R: c(
55
person("James", "McMahon", , "james.mcmahon@phs.scot", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-5380-2029")),
7+
person("Nicolaos", "Christofidis", , "nicolaos.christofidis@phs.scot", role = "aut"),
8+
person("Beata", "Nowok", , "beata.nowok@phs.scot", role = "aut"),
79
person("Public Health Scotland", role = "cph")
10+
811
)
912
Description: Helper functions for reading the PHS standard lookups.
1013
License: MIT + file LICENSE

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# phslookups (development version)
1+
# phslookups 0.1.0
22

3-
* Initial version.
3+
- Initial version which includes: [`get_hscp_locality()`](https://public-health-scotland.github.io/phslookups/reference/get_hscp_locality.html), [`get_simd_datazone()`](https://public-health-scotland.github.io/phslookups/reference/get_simd_datazone.html), [`get_simd_postcode()`](https://public-health-scotland.github.io/phslookups/reference/get_simd_postcode.html), and [`get_spd()`](https://public-health-scotland.github.io/phslookups/reference/get_spd.html)

0 commit comments

Comments
 (0)