Skip to content

Commit

Permalink
Merge pull request #133 from inbo/wlangera-patch-1
Browse files Browse the repository at this point in the history
Update organisation_class.R
  • Loading branch information
ThierryO authored Jul 14, 2024
2 parents 72aa964 + b316675 commit 07c6d20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/organisation_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ organisation <- R6Class(
#' - `rightsholder`: the rightsholder.
#' Defaults to `"Research Institute for Nature and Forest (INBO)"`.
#' Set to `NA_character_` in case you don't want to set a rightsholder.
#' - `organisation`: a named list with one or more organisation defaults.
#' - `organisation`: a named list with one or more organisation default
#' rules.
#' The names of the element must match the e-mail domain name of the
#' organisation.
#' Every element should be a named list containing ´affiliation` and
#' Every element should be a named list containing `affiliation` and
#' `orcid`.
#' `affiliation` is a character vector with the approved organisation
#' names in one or more languages.
Expand Down
9 changes: 7 additions & 2 deletions man/organisation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07c6d20

Please sign in to comment.