Skip to contents

reptiledbr 0.1.0

reptiledbr 0.0.2

  • extract_attribute() now correctly formats generic extracted values and preserves multiple values from scraped attribute data.
  • Fixed defensive check in .onAttach() and .onLoad() when checking data package update status offline to ensure compatibility with CRAN automated check environments.
  • Formatter functions now validate reptile_data inputs and return clearer errors for malformed objects.
  • format_types() and format_references() now handle both singular and plural Reptile Database attribute labels.
  • Improved error and warning messages using cli semantic formatting.
  • Updated DESCRIPTION field formatting, Title, HTTPS URLs, and added [cph] role for copyright holder compliance.
  • Updated package examples to use conditional execution (@examplesIf).