From afb121fc73e75cf80bb584ab2e1412807913c137 Mon Sep 17 00:00:00 2001 From: Rob Baker Date: Thu, 29 Aug 2024 16:56:27 -0600 Subject: [PATCH] update via pkgdown::build_site_github_pages --- docs/articles/a02_EML_creation_script.html | 11 ++++++----- docs/index.html | 6 +++--- docs/news/index.html | 5 +++-- docs/pkgdown.yml | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/articles/a02_EML_creation_script.html b/docs/articles/a02_EML_creation_script.html index aad7f68..cb0846d 100644 --- a/docs/articles/a02_EML_creation_script.html +++ b/docs/articles/a02_EML_creation_script.html @@ -486,7 +486,7 @@

Add NPS specific fields to EMLhttps://nationalparkservice.github.io/EMLeditor/.

+DRR, etc. More information about these functions can be found at: https://nationalparkservice.github.io/EMLeditor/.

Add Controlled Unclassified Information (CUI) codes

@@ -508,7 +508,7 @@

Add Controlled Unclas individuals (where and how to list those individuals TBD)
  • NOCON - Contains CUI. Federal, state, local, or tribal employees may have access, but contractors cannot. More information about these codes -can be found at: https://www.archives.gov/cui/registry/limited-dissemination +can be found at: https://www.archives.gov/cui/registry/limited-dissemination
  • +my_metadata <- EMLeditor::set_int_rights(my_metadata, "CC0")

    Add a data package DOI @@ -610,7 +611,7 @@

    Set the languagehttps://www.loc.gov/standards/iso639-2/php/code_list.php

    +appropriate 3-character ISO 639-2 code.Available languages: https://www.loc.gov/standards/iso639-2/php/code_list.php

     my_metadata <- EMLeditor::set_language(my_metadata,
                                            "English")
    diff --git a/docs/index.html b/docs/index.html index f8a3294..7b96d59 100644 --- a/docs/index.html +++ b/docs/index.html @@ -104,11 +104,11 @@

    Installation and updates

    You can install and update the development version of EMLeditor from GitHub with:

    -# install.packages("devtools")
    -devtools::install_github("nationalparkservice/EMLeditor")
    +# install.packages("pak") +pak::pkg_install("nationalparkservice/EMLeditor")

    To install all the packages in the NPSdataverse (including EMLeditor):

    -devtools::install_github("nationalparkservice/NPSdataverse")
    +pak::pkg_install("nationalparkservice/NPSdataverse")

    Workflow outline diff --git a/docs/news/index.html b/docs/news/index.html index f35dab7..c5bcbbd 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -70,10 +70,11 @@

    Changelog

    - +

    2024-08-29

    -
    • Update licenseName field on restricted references to read, “Unlicensed (not for public dissemination)”
    • +
      • Update readme: add R-CMD-CHECK badge; use pak to install instead of devtools
      • +
      • Update licenseName field on restricted references to read, “Unlicensed (not for public dissemination)”
      • add github actions: build check
      • add set_project to the EMLscript template (.Rmd) and the github.io documentation pages.
      • update set_project so that it adds projects instead of replacing them.
      • diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 3c911bd..849e880 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -7,4 +7,4 @@ articles: a03_Template_edits: a03_Template_edits.html a04_Editing_fixing_eml: a04_Editing_fixing_eml.html a05_advanced_functionality: a05_advanced_functionality.html -last_built: 2024-08-29T22:13Z +last_built: 2024-08-29T22:52Z