Skip to content

V2.0

Sebastian Henz requested to merge v2.0 into master

description

Major rework of the source code and documentation. Refactor everything to improve usability and to make debugging and extending the package easier.

system details

  • RStudio Version: latest stable 1.2 on Windows and latest 1.3 preview on Linux
  • R Version: 3.6.2
  • OS Version: Windows 10, Kubuntu 18.04.4

checklist

  • Milestone v2.0 complete.
  • This merge includes bug fixes or changes in the functionality of the package (whether they are user-visible or not).
    • update documentation (if necessary)
    • update NEWS.md
    • update version in DESCRIPTION
    • update date in DESCRIPTION
  • This merge introduces new features.
    • new features are documented
    • new features have tests
  • no remaining TODO, FIXME, or debug prints anywhere in the source files
  • devtools::document()
  • devtools::check() without errors or warnings
Edited by Sebastian Henz

Merge request reports