Skip to content

Commit 7876815

Browse files
committed
update news to add contributions.md
1 parent 6579352 commit 7876815

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

NEWS.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# EMLeditor v1.0.1(under development)
2+
## 2025-02-22
3+
* Add `CONTRIBUTING.md` file
4+
25
## 2025-02-06
36
* Bug fix in `set_int_rights` that was affecting CC0 licenses.
47

58
# EMLeditor v1.0.0
69
## 2025-01-16
710
* Fix bug in `set_project` and update associated documentation.
11+
812
## 2024-11-04
913
* Fix documentation in EMLscript code chunk that can make it difficult/confusing to enter user input after running the `upload_data_package` function.
14+
1015
## 2024-10-23
1116
* updates and fixes to documentation including spelling, grammar, and clarity
1217
* remove non-exported functions from documentation
@@ -15,6 +20,7 @@
1520
# EMLeditor v0.1.6
1621
## 2024-09-17
1722
* Update `set_content_units` to have correct east and west GPS coordinates for bounding boxes.
23+
1824
## 2024-08-29
1925
* Update readme: add R-CMD-CHECK badge; use pak to install instead of devtools
2026
* Update licenseName field on restricted references to read, "Unlicensed (not for public dissemination)"
@@ -23,23 +29,31 @@
2329
* update `set_project` so that it adds projects instead of replacing them.
2430
* update `set_project` to use cli errors/warnings
2531
* add minimal unit test for `set_project`
32+
2633
## 2024-08-21
2734
* add id tag to projects to help DataStore identify DataStore projects vs. other projects.
35+
2836
## 2024-08-20
2937
* add helper.R file with a test_path function to facilitate unit tests
3038
* update unit test code to run both interactively and during build checks
3139
* add yaml file to conduct github actions: build test
40+
3241
## 2024-07-10
3342
* add in the new function `set_project()` and attempt to update existing function, `set_protocol()`.
3443
* update license from MIT to CC0.
44+
3545
## 2024-07-02
3646
* updated all API requests to user v6 API instead of v7.
47+
3748
## 2024-07-01
3849
* Updated `.get_park_polygon()` to use the latest version of the API rather than a legacy version.
50+
3951
## 2024-06-26
4052
* Added new function, `set_new_creator()` which can add one or more creators to EML.
53+
4154
## 2024-05-01
4255
* Fix documentation: typo/formatting for the description of `set_int_rights()` in the EML Creation Script github.io page.
56+
4357
## 2024-04-29
4458
* Bug fix for `set_cui()` deprecation message: now points to the correct updated function (`set_cui_code()`).
4559

@@ -94,16 +108,17 @@
94108

95109
## 06 October 2023
96110
* Updated `set_datastore_doi()` and `upload_data_package()` functions to allow them to work with IRMA dev for testing and training purposes.
97-
* Updated `upload_data_package()` to prevent file upload if the reference already has files associated with it.
111+
* Updated `upload_data_package()` to prevent file upload if the reference already has files associated with it.
98112

99113
# EMLeditor v0.1.1 "Big South Fork"
100114

101115
## 29 August 2023
102-
Updated all rest API services from v4/v5 to v6. Units services remain at v2.
116+
* Updated all rest API services from v4/v5 to v6. Units services remain at v2.
103117

104118
## 15 August 2023
105119
* Fix bugs in `get_authors()`
106120
* Fix bugs in `get_abstract()`
121+
107122
## 19 July 2023
108123
* Fix examples in `set_creator_orgs()`
109124
* Add function `set_methods()` allows user to add or replace existing methods sections.
@@ -114,8 +129,10 @@
114129
## 12 July 2023
115130
* Add global variable bindings
116131
* Fix how set_creator_orcids handles orcids; now takes a 19-char string as input and saves orcid as a 37-char string with "https://orcid.org/" prefix.
132+
117133
## 10 July 2023
118134
* Fixed minor typos in EML creation script.
135+
119136
## 30 June 2023
120137
* Added a "park_units" parameter to `set_creator_orgs()`. This takes a park unit (or list of park units) and uses the IRMA units service to populate the organizationName with the FullName of the park_unit specified. If you specify park_units, you cannot also specify "creator_orgs" - non-park unit organizations must be added as creators using a separate call to `set_creator_orgs()` (and the creators can subsequently be reorganized using `set_creator_order()`).
121138

0 commit comments

Comments
 (0)