From 789f6cb0728055a1f142d17a0040bd294a04724e Mon Sep 17 00:00:00 2001 From: lawalter Date: Fri, 22 Sep 2023 15:07:19 -0400 Subject: [PATCH] v1.2.8 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ code.json | 13 ++++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9ec8e91..f634194 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: migbirdHIP Title: Process USFWS Migratory Bird Harvest Information Program Data in R -Version: 1.2.7 +Version: 1.2.8 Authors@R: person("Abby", "Walter", , "abby_walter@fws.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4017-5596")) diff --git a/NEWS.md b/NEWS.md index 893ad7f..6744d5c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # migbirdHIP (dev version) +- + +# migbirdHIP 1.2.8 + ## Major changes & new features - Added a `NEWS.md` file to track changes to the package. diff --git a/code.json b/code.json index dd57c79..bcb992b 100644 --- a/code.json +++ b/code.json @@ -1,9 +1,9 @@ [ { "name": "migbirdHIP", - "organization": "U.S. Fish and Wildlife", + "organization": "U.S. Fish and Wildlife Service", "description": "An R package designed to process, clean, and visualize Harvest Information Program (HIP) data", - "version": "v1.2.7", + "version": "v1.2.8", "status": "Operational", "permissions": { @@ -22,7 +22,7 @@ "repositoryURL": "https://github.com/USFWS/migbirdHIP.git", "vcs": "git", - "laborHours": 630, + "laborHours": 635, "tags": [ "usfws", @@ -30,7 +30,10 @@ ], "languages": [ - "R" + "R", + "json", + "md", + "qmd" ], "contact": { @@ -39,7 +42,7 @@ }, "date": { - "metadataLastUpdated": "2023-09-11" + "metadataLastUpdated": "2023-09-22" } } ]