Skip to content

Fixes to tests and package checks

Sebastian Henz requested to merge dev into master

description

  • Fix package check caused by broken time api: #54 (closed)
  • Modify gitlab-ci.yml so that all R commands run in the same session.
  • Change maintainer e-mail address: #52 (closed)
  • Fix failing test on macos: #53 (closed)
  • Prepare for re-submission to CRAN.

system details

  • R Version: 4.0.2
  • RStudio Version: 1.3.1073
  • OS Version: Windows 10 x64

checklist

  • This merge introduces new features.
    • new features are documented
    • new features have tests
  • update documentation including examples (if necessary)
  • update and polish NEWS.md
  • update version in DESCRIPTION
  • update date in DESCRIPTION
  • no remaining TODO, FIXME, or debug prints anywhere in the source files
  • devtools::document() and commit the updated .Rd files
  • devtools::check() without errors or warnings
Edited by Sebastian Henz

Merge request reports