|
1 | 1 | # EMLeditor v1.0.1(under development)
|
| 2 | +## 2025-02-22 |
| 3 | + * Add `CONTRIBUTING.md` file |
| 4 | + |
2 | 5 | ## 2025-02-06
|
3 | 6 | * Bug fix in `set_int_rights` that was affecting CC0 licenses.
|
4 | 7 |
|
5 | 8 | # EMLeditor v1.0.0
|
6 | 9 | ## 2025-01-16
|
7 | 10 | * Fix bug in `set_project` and update associated documentation.
|
| 11 | + |
8 | 12 | ## 2024-11-04
|
9 | 13 | * Fix documentation in EMLscript code chunk that can make it difficult/confusing to enter user input after running the `upload_data_package` function.
|
| 14 | + |
10 | 15 | ## 2024-10-23
|
11 | 16 | * updates and fixes to documentation including spelling, grammar, and clarity
|
12 | 17 | * remove non-exported functions from documentation
|
|
15 | 20 | # EMLeditor v0.1.6
|
16 | 21 | ## 2024-09-17
|
17 | 22 | * Update `set_content_units` to have correct east and west GPS coordinates for bounding boxes.
|
| 23 | + |
18 | 24 | ## 2024-08-29
|
19 | 25 | * Update readme: add R-CMD-CHECK badge; use pak to install instead of devtools
|
20 | 26 | * Update licenseName field on restricted references to read, "Unlicensed (not for public dissemination)"
|
|
23 | 29 | * update `set_project` so that it adds projects instead of replacing them.
|
24 | 30 | * update `set_project` to use cli errors/warnings
|
25 | 31 | * add minimal unit test for `set_project`
|
| 32 | + |
26 | 33 | ## 2024-08-21
|
27 | 34 | * add id tag to projects to help DataStore identify DataStore projects vs. other projects.
|
| 35 | + |
28 | 36 | ## 2024-08-20
|
29 | 37 | * add helper.R file with a test_path function to facilitate unit tests
|
30 | 38 | * update unit test code to run both interactively and during build checks
|
31 | 39 | * add yaml file to conduct github actions: build test
|
| 40 | + |
32 | 41 | ## 2024-07-10
|
33 | 42 | * add in the new function `set_project()` and attempt to update existing function, `set_protocol()`.
|
34 | 43 | * update license from MIT to CC0.
|
| 44 | + |
35 | 45 | ## 2024-07-02
|
36 | 46 | * updated all API requests to user v6 API instead of v7.
|
| 47 | + |
37 | 48 | ## 2024-07-01
|
38 | 49 | * Updated `.get_park_polygon()` to use the latest version of the API rather than a legacy version.
|
| 50 | + |
39 | 51 | ## 2024-06-26
|
40 | 52 | * Added new function, `set_new_creator()` which can add one or more creators to EML.
|
| 53 | + |
41 | 54 | ## 2024-05-01
|
42 | 55 | * Fix documentation: typo/formatting for the description of `set_int_rights()` in the EML Creation Script github.io page.
|
| 56 | + |
43 | 57 | ## 2024-04-29
|
44 | 58 | * Bug fix for `set_cui()` deprecation message: now points to the correct updated function (`set_cui_code()`).
|
45 | 59 |
|
|
94 | 108 |
|
95 | 109 | ## 06 October 2023
|
96 | 110 | * 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. |
98 | 112 |
|
99 | 113 | # EMLeditor v0.1.1 "Big South Fork"
|
100 | 114 |
|
101 | 115 | ## 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. |
103 | 117 |
|
104 | 118 | ## 15 August 2023
|
105 | 119 | * Fix bugs in `get_authors()`
|
106 | 120 | * Fix bugs in `get_abstract()`
|
| 121 | + |
107 | 122 | ## 19 July 2023
|
108 | 123 | * Fix examples in `set_creator_orgs()`
|
109 | 124 | * Add function `set_methods()` allows user to add or replace existing methods sections.
|
|
114 | 129 | ## 12 July 2023
|
115 | 130 | * Add global variable bindings
|
116 | 131 | * 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 | + |
117 | 133 | ## 10 July 2023
|
118 | 134 | * Fixed minor typos in EML creation script.
|
| 135 | + |
119 | 136 | ## 30 June 2023
|
120 | 137 | * 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()`).
|
121 | 138 |
|
|
0 commit comments