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 @@
@@ -531,7 +531,8 @@Intellectual RightsIntellectual Rights
# choose from "restricted", "public" or "CC0" (zero), see above: -my_metadata <- EMLeditor::set_int_rights(my_metadata, "public")
my_metadata <- EMLeditor::set_language(my_metadata,
"English")
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")
set_project
to the EMLscript template (.Rmd) and the github.io documentation pages.set_project
so that it adds projects instead of replacing them.