README.md

projmanr

IMPORTANT NOTE

This package is currently unavailable on CRAN due to an installation issue on the Solaris operating system, detailed here. Since I haven't been able to get Solaris working with R, testing has been impossible. Any help with this issue is greatly appreciated. I will continue to develop and maintain the package here and you can still install using the installation instructions below.

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.

See this blog post for more details about this project and where it is going.

Contributing to this project

If you would like to contribute to this project, please read the CONTRIBUTE.md.

Installation

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

~~install.packages("projmanr")~~

For the most up to date stable version, use:

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

For the most up to date development version, use:

install.packages("devtools")
devtools::install_github("bgreenawald/projmanr", ref="devel")

Planned Features



bgreenawald/projmanr documentation built on Nov. 7, 2019, 4:37 p.m.