diff --git a/DESCRIPTION b/DESCRIPTION index f546de9..6cd8f61 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: noAPI Title: R Client For Public Norwegian APIs -Version: 0.0.0.9000 +Version: 0.1.0 Authors@R: c( person("Ove Haugland", "Jakobsen", role = c("aut", "cre"), email = "ohj@riksrevisjonen.no"), person("Aleksander", "Eilertsen", role = "aut", email = "ale@riksrevisjonen.no"), diff --git a/NEWS.md b/NEWS.md index af416e0..fb87942 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,26 @@ -# noAPI 0.0.0.9000 +# noAPI 0.1.0 (March 29 2023) + +This is the first release of noAPI, introducing the following functions: + +Brønnøysundsregisteret: + +* `get_entity()` +* `get_roles()` + +Kartverket: + +* `get_address_info()` +* `find_address_from_point()` + +SSB: + +* `get_adm_units()` +* `get_municipalities()` +* `get_counties()` +* `get_countries()` +* `get_industrial_codes()` + +Norges Bank: + +* `get_exchange_rate()` -* Added a `NEWS.md` file to track changes to the package.