- Fixed issue with std namespace declaration in header to fix R CMD CHECK warning.
- Roxygenized documentation.
- Added separate .Rd files for
plot.VPdtw
andprint.VPdtw
. - Added basic tests.
- Added option to plot chromatograms from VPdtw object using
plot.VPdtw
withtype = "Chromatograms"
.
- Changed messages so they can be suppressed more easily by the user.
- Fixed examples and
plot.VPdtw
function so they no longer change user's par settings.
- Added a
NEWS.md
file to track changes to the package. - Registered native routines to fix R CMD check note.