NEWS
critpath 0.2.2 (2024-01-09)
- Small changes to the content of the vignettes.
critpath 0.2.1 (2023-06-06)
- Additional formulas for expected value and variance in PERT.
critpath 0.2.0 (2023-04-27)
- Added loading a graph as a list of predecessors.
- Automatic addition of dummy activities based on the list of predecessors.
- Charts: Gantt, ASAP and ALAP give you the option to decide whether to display dummy activities.
- Major and minor changes to critical path functions.
- Changes in vignettes adapting them to the new features of the package.
critpath 0.1.5 (2023-02-23)
- Minor changes to the manual.
- plot_graphAOA() now also plots the critical path. plot_crit_pathAOA() is no longer available. Check documentation and vignette.
- Added two new functions: PERT_newtime() and PERT_newprob().
critpath 0.1.4 (2021-07-31)
- Added ASAP (As Soon As Possible) anad ALAP (As Late As Possible) charts.
- The vignette supplemented adequately to the changes introduced.
critpath 0.1.3 (2021-06-27)
- Added the optional fixed_seed parameter to the functions that plot graphs.
- Added directive term for normal time to the list containing results for the LESS method.
- Fixed some minor bugs in the code.