Skip to content

Latest commit

 

History

History
99 lines (53 loc) · 4.18 KB

NEWS.md

File metadata and controls

99 lines (53 loc) · 4.18 KB

codemetar 0.7.7 2018-12

  • The CodeRepository URL is now cleaned a bit (removing direct link to the README).

  • write_codemeta() gains a new argument use_githook to make the creation of a DESCRIPTION/codemeta.json git pre-commit hook optional.

  • create_codemeta() and write_codemeta() gain a new argument use_filesize to make the building of the package to get its size optional.

  • Encoding bug fixed in extract_badges().

  • extract_badges() now uses commonmark and xml2 instead of only regular expressions.

  • pkgbuild is now used directly instead of devtools.

  • give_opinion() now recognizes lifecycle badges, not only repostatus.org badges.

codemetar 0.1.6 2018-04

  • New functions

    • extract_badges for extracting information from all badges in a Markdown file.

    • give_opinion giving opiniated advice about package metadata

  • Changes to the create_codemeta output

    • relatedLink field now include provider URL and URL(s) from DESCRIPTION that are not the code repository

    • maintainer is now a list allowing for several maintainers since e.g. the BioConductor a4 package has two maintainers.

    • if more than one CI service among Travis, Appveyor and Circle CI are used and shown via a README badge they're all added to the contIntegration field. URLs from codecov and coveralls badges are also added to the contIntegration field.

    • repo status inferred from the README now 1) is an URL instead of a word 2) recognizes either repostatus.org or Tidyverse lifecycle badges.

    • if present, priority is given to the Repository and BugReports fields of DESCRIPTION for filling the codeRepository and issueTracker fields of codemeta.json (which means working on a fork won't change these).

    • ability to parse all CRAN-allowed MARC roles.

    • if there is a badge for an rOpenSci onboarding review and the review issue is closed, basic review metadata is added to codemeta.json

    • For dependencies, if the provider guessed is CRAN or BioConductor, their canonic CRAN/BioConductor URL is added to codemeta.json as sameAs, unless there's a GitHub repo mentioned for them in Remotes in DESCRIPTION, in which case sameAs is that GitHub repo.

    • CRAN is now correctly translated as "Comprehensive R Archive Network"

    • If codeRepository is guessed to be a GitHub repo (via the URL field of DESCRIPTION or via git remote URL), the repo topics are queried via GitHub API V3 and added to the keywords (in combination with keywords stored in the X-schema.org-keywords field of DESCRIPTION)

    • SystemRequirements are now parsed using https://sysreqs.r-hub.io/, outputting URLs then stored in softwareRequirements

  • Help to remind to update codemeta.json regularly: Writing codemeta.json for the first time adds a git pre-commit hook and suggests adding a release question for devtools::release.

  • Internal changes

    • Now uses desc to parse DESCRIPTION files.

    • Package license changed to GPL because of code borrowed from usethis

    • Uses crul instead of httr and uses crul to check some URLs.

    • write_codemeta only uses Rbuildignore and a pre-commit git hook if the function is called from a package folder directly and with the path argument equal to "codemeta.json"

    • The calls to available.packages() for guess_provider now happen inside memoised functions.

    • codemeta_readme function.

codemetar 0.1.5 2018-03-21

  • Default to DOI-based schema. (previous CN issues now resolved)

codemetar 0.1.4 2018-02-12

  • Allow vignettes to gracefully handle network timeout errors that may occur on CRAN's Windows build server.

codemetar 0.1.3 2018-02-08

  • CRAN release
  • Switch to http://purl.org based URIs for the JSON-LD Context file instead of a DOI, due to frequent failure of content negotiation on DataCite servers (#34)
  • bugfix UTF-8 characters in CITATION files (#44)
  • bugfix to git URLs
  • Use https on ORCID @id URIs

codemetar 0.1.2

  • JOSS release

codemetar 0.1.1

  • Post onboarding release

codemetar 0.1.0

  • Added a NEWS.md file to track changes to the package.