Changelog
Source:NEWS.md
plan 0.4-4
CRAN release: 2022-04-06
- Replace
trim.whitespace()calls withtrimws(). - Use
roxygen2for namespace. - Address an error in doing if() on something of length > 1.
- Address a URL error.
- Address a class-comparison error.
plan 0.4-3
CRAN release: 2018-05-30
- Explicitly list imported functions in NAMESPACE.
- Add ‘axes’ argument to
plot(gantt). - Add
gantAddTask(). - Add extensions to
plot,gantt-method(). - Rewrite package with S4 objects (users now do e.g. ?“plot,gantt-method”).
plan 0.3
- Add more customization abilities to
plot.gantt(). - Rationalize file formats.
plan 0.1.1
- Add argument ‘y.name’ to
plot.burndown(). - Vectorize
trim.whitespace()– code provided by David Rosenberg.