Skip to content

Commit e6a0b99

Browse files
authored
Merge pull request #168 from RobLBaker/main
Make EMLscript more useable
2 parents 8299500 + 2c67a3f commit e6a0b99

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# EMLeditor v0.1.7 (under development)
2+
## 2024-11-04
3+
* Fix documentation in EMLscript code chunk that can make it difficult/confusing to enter user input after running the `upload_data_package` function.
24
## 2024-10-23
35
* updates and fixes to documentation including spelling, grammar, and clarity
46
* remove non-exported functions from documentation

docs/news/index.html

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ articles:
77
a03_Template_edits: a03_Template_edits.html
88
a04_Editing_fixing_eml: a04_Editing_fixing_eml.html
99
a05_advanced_functionality: a05_advanced_functionality.html
10-
last_built: 2024-10-23T14:29Z
10+
last_built: 2024-11-04T20:37Z

inst/rmarkdown/templates/editable_eml_creation_workflow/skeleton/skeleton.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,11 @@ DPchecker::run_congruence_checks()
357357
If everything checked out, you should be ready to upload your data package! We recommend using `upload_data_package()` to accomplish this. The function automatically checks your DOI and uploads to the correct reference on DataStore. All of your files for the data package need to be in the same folder, there can be only one .xml file (ending in "_metadata.xml") and all the other files should be data files in .csv format. Each individual file should be < 32Mb. If you have files > 32Mb, you will need to upload them manually using the web interface on DataStore.
358358
```{r upload}
359359
# this assumes your data package is in the current working directory
360-
EMLeditor::upload_data_package()
361360
362361
# If your data package is somewhere else, specify that:
363362
#upload_data_package("C:/Users/<yourusername>/Documents/my_data_package)
363+
364+
EMLeditor::upload_data_package()
364365
```
365366

366367
From within DataStore you should be able to extract all the information from the metadata file to populate the relevant DataStore fields. In the upper right, select "Edit" from the drop down menu. Then click on the "Files and Links" tab. On the left side of the files list, select the radio button corresponding to your metadata. Then click the "Extract Metadata" button from the top right of box with the files listed in it.

0 commit comments

Comments
 (0)