The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
An R implementation of the Critical Path Method (CPM). CPM is a method used to estimate the minimum project duration and determine the amount of scheduling flexibility on the logical network paths within the schedule model. The flexibility is in terms of early start, early finish, late start, late finish, total float and free float. Beside, it permits to quantify the complexity of network diagram through the analysis of topological indicators. Finally, it permits to change the activities duration to perform what-if scenario analysis. The package was built based on following references: To make topological sorting and other graph operation, we use Csardi, G. & Nepusz, T. (2005) <https://www.researchgate.net/publication/221995787_The_Igraph_Software_Package_for_Complex_Network_Research>; For schedule concept, the reference was Project Management Institute (2017) <https://www.pmi.org/pmbok-guide-standards/foundational/pmbok>; For standards terms, we use Project Management Institute (2017) <https://www.pmi.org/pmbok-guide-standards/lexicon>; For algorithms on Critical Path Method development, we use Vanhoucke, M. (2013) <doi:10.1007/978-3-642-40438-2> and Vanhoucke, M. (2014) <doi:10.1007/978-3-319-04331-9>; And, finally, for topological definitions, we use Vanhoucke, M. (2009) <doi:10.1007/978-1-4419-1014-1>.
Version: | 0.2.1 |
Imports: | dplyr, igraph, magrittr, R6, stringr, tibble |
Suggests: | DiagrammeR, knitr, rmarkdown, testthat |
Published: | 2022-03-13 |
DOI: | 10.32614/CRAN.package.criticalpath |
Author: | Rubens Jose Rosa [aut, cre], Marcos dos Santos [aut], Thiago Marques [aut] |
Maintainer: | Rubens Jose Rosa <rubens at rubensjoserosa.com> |
BugReports: | https://github.com/rubens2005/criticalpath/issues |
License: | MIT + file LICENSE |
URL: | https://rubensjoserosa.com/criticalpath, https://github.com/rubens2005/criticalpath |
NeedsCompilation: | no |
Citation: | criticalpath citation info |
Materials: | README NEWS |
CRAN checks: | criticalpath results |
Reference manual: | criticalpath.pdf |
Vignettes: |
criticalpath Package Introduction |
Package source: | criticalpath_0.2.1.tar.gz |
Windows binaries: | r-devel: criticalpath_0.2.1.zip, r-release: criticalpath_0.2.1.zip, r-oldrel: criticalpath_0.2.1.zip |
macOS binaries: | r-release (arm64): criticalpath_0.2.1.tgz, r-oldrel (arm64): criticalpath_0.2.1.tgz, r-release (x86_64): criticalpath_0.2.1.tgz, r-oldrel (x86_64): criticalpath_0.2.1.tgz |
Old sources: | criticalpath archive |
Please use the canonical form https://CRAN.R-project.org/package=criticalpath to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.