Package: projmanr
Type: Package
Title: Project Management Tools
Version: 0.1.1
Authors@R: c(
	person("Ben", "Greenawald", email = "bgreenawald@gmail.com", role = c("aut", "cre", "cph")),
	person("Yael", "Grushka-Cockayne", role = c("aut", "cph"))
	)
Maintainer: Ben Greenawald <bgreenawald@gmail.com>
Description: Calculates the critical path for a series of tasks, 
	creates Gantt charts and generates network diagrams in order to 
	provide similar functionality to the basic tools offered by 'MS Project'.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports: R6 (>= 2.2.2), igraph (>= 1.0.1), ggplot2 (>= 2.2.1), tidyr
        (>= 0.6.3),
RoxygenNote: 6.0.1
Depends: R (>= 3.3.0)
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-03-07 20:59:35 UTC; bgree
Author: Ben Greenawald [aut, cre, cph],
  Yael Grushka-Cockayne [aut, cph]
Repository: CRAN
Date/Publication: 2018-03-07 20:49:30 UTC
