Skip to contents

citeme 0.1.4

  • Add ask_keywords() function for interactive keyword input.
  • Handle non-existing configuration directory (#15 by @damianoodolni).
  • Make sure to use true and false when writing logical values to YAML.

citeme 0.1.3

  • Handle README without language badge.

citeme 0.1.2

  • ask_language() now requires a vector of languages instead of an org_list.
  • individual2badge() now supports the "pbl" role for publishers.
  • citation_meta handles publishers in README.md.
  • Improve rule handling by org_list.

citeme 0.1.1

  • Add publisher field to org_item class with role "pbl" (#6). Similar to funder, this allows organisations to specify publisher requirements.
  • Add which_publisher and get_default_publisher active bindings to org_list.
  • Update validate_rules() to validate publisher requirements.
  • Update citation_description.R to include publisher in community detection.
  • Update yaml_individual() to handle publisher entries from YAML metadata.

citeme 0.1.0

citeme 0.0.1

  • Initial release
  • Extracted person and organisation management functionality from checklist package.
  • Core R6 classes: org_item and org_list
  • Author management functions: use_author(), store_authors(), author2df()
  • Validation functions: validate_email(), validate_orcid()
  • Support for multiple languages, ORCID/ROR identifiers, and licensing requirements.