README.md

projmanr

Project Management Tools for R

R library containing a basic set of tools for project management, including the computation of the critical path of a project and the generation of a gantt chart. This project aims to provide a free alternative for some of the basic features of MS Office.

Installation

This project is available on the CRAN network and can be installed via:

install.packages("projmanr")

For the most up to date development version, use:

install.packages("devtools")
devtools::install_github("bgreenawald/projmanr")

Planned Features



Try the projmanr package in your browser

Any scripts or data that you put into this service are public.

projmanr documentation built on July 28, 2018, 9:02 a.m.