Learn R Programming

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

  • Allow for uncertainty in the task durations. This would run a simulation using the uncertain task durations and output a range of possible project durations.
  • Increased customizability of gantt chart and network diagram.
  • Add dependency lines to the gantt chart.

Copy Link

Version

Install

install.packages('projmanr')

Monthly Downloads

7

Version

0.2.1

License

GPL (>= 2)

Maintainer

Ben Greenawald

Last Published

July 26th, 2018

Functions in projmanr (0.2.1)

network_diagram

Creates a network diagram of tasks in a project.
simulation

Runs a simulation on project end time when certain tasks have uncertain durations
taskdatauncertain1

Larger collection of sample tasks with uncertainty in task duration
taskdatauncertain2

Larger collection of sample tasks with greater uncertainty in tasks
gantt

Creates a Gantt chart of tasks in a project.
critical_path

Generate the critical path for a collection of related tasks
taskdata1

Small collection of sample tasks
taskdata2

Larger collection of sample tasks with hanging tasks