Skip to content

Commit bee18ad

Browse files
committed
update docs
1 parent b7871cc commit bee18ad

7 files changed

Lines changed: 20 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Work with Ecological Metadata Language ('EML') files.
55
'EML' is a widely used metadata standard in the ecological and
66
environmental sciences, described in Jones et al. (2006),
77
<doi:10.1146/annurev.ecolsys.37.091305.110031>.
8-
Version: 2.0.6
8+
Version: 2.0.7
99
Authors@R: c(
1010
person("Carl", "Boettiger",
1111
email = "cboettig@gmail.com",
@@ -55,5 +55,5 @@ Imports: xml2,
5555
utils,
5656
dplyr
5757
VignetteBuilder: knitr
58-
RoxygenNote: 7.1.1
58+
RoxygenNote: 7.3.2
5959
Language: en-US

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# EML 2.0.7
2+
3+
* update roxygen / docs for CRAN
4+
15
# EML 2.0.6
26

37
* Improved performance of `shiny_attribtues` by caching calls to `units::valid_udunits_prefixes` (See https://github.com/ropensci/EML/issues/332). This should dramatically improve performance of the Shiny application for certain use cases.

R/set_responsibleParty.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#' carl <- set_responsibleParty(as.person("Carl Boettiger <cboettig@ropensci.org>"))
2121
#' matt <- set_responsibleParty("Matthew", "Jones", email = "mbjones@@nceas.ucsb.edu")
2222
#'
23-
#' # To create an organization, used the named `organization` argument to
24-
#' specify the organization name
23+
#' # To create an organization, use the named `organization` argument to
24+
#' # specify the organization name
2525
#' my_org <- set_responsibleParty(
2626
#' organization = "My Organization",
2727
#' email = "contact@example.org"

R/write_eml.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @param file file name to write XML.
88
#' @param namespaces named character vector of additional XML namespaces to use.
99
#' @param ns root namespace abbreviation
10-
#' @param ... additional arguments to \code{\link{write_xml}}
10+
#' @param ... additional arguments to \code{\link[xml2]{write_xml}}
1111
#' @return If file is not specified, the result is a character string containing
1212
#' the resulting XML content. Otherwise return silently.
1313
#' @export

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Metacat
1313
NCBII
1414
ORCID
1515
PNAS
16+
pnas
17+
schema's
1618
Pandoc
1719
RStudio
1820
Sirota

man/set_responsibleParty.Rd

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/write_eml.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)