Skip to content

Commit 789f6cb

Browse files
committed
v1.2.8
1 parent 78f4f16 commit 789f6cb

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: migbirdHIP
22
Title: Process USFWS Migratory Bird Harvest Information Program Data in R
3-
Version: 1.2.7
3+
Version: 1.2.8
44
Authors@R:
55
person("Abby", "Walter", , "abby_walter@fws.gov", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-4017-5596"))

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# migbirdHIP (dev version)
22

3+
-
4+
5+
# migbirdHIP 1.2.8
6+
37
## Major changes & new features
48

59
- Added a `NEWS.md` file to track changes to the package.

code.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
22
{
33
"name": "migbirdHIP",
4-
"organization": "U.S. Fish and Wildlife",
4+
"organization": "U.S. Fish and Wildlife Service",
55
"description": "An R package designed to process, clean, and visualize Harvest Information Program (HIP) data",
6-
"version": "v1.2.7",
6+
"version": "v1.2.8",
77
"status": "Operational",
88

99
"permissions": {
@@ -22,15 +22,18 @@
2222
"repositoryURL": "https://github.com/USFWS/migbirdHIP.git",
2323
"vcs": "git",
2424

25-
"laborHours": 630,
25+
"laborHours": 635,
2626

2727
"tags": [
2828
"usfws",
2929
"migratorybird"
3030
],
3131

3232
"languages": [
33-
"R"
33+
"R",
34+
"json",
35+
"md",
36+
"qmd"
3437
],
3538

3639
"contact": {
@@ -39,7 +42,7 @@
3942
},
4043

4144
"date": {
42-
"metadataLastUpdated": "2023-09-11"
45+
"metadataLastUpdated": "2023-09-22"
4346
}
4447
}
4548
]

0 commit comments

Comments
 (0)