Package: rmake
Type: Package
Title: Makefile Generator for R Analytical Projects
Version: 1.1.0
Author: Michal Burda
Maintainer: Michal Burda <michal.burda@osu.cz>
Description: Creates and maintains a build process for complex analytic tasks in R.
  Package allows to easily generate Makefile for the (GNU) 'make' tool, which drives the build process
  by (in parallel) executing build commands in order to update results accordingly to given dependencies
  on changed data or updated source files.
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
Imports: tools, pryr, assertthat, rmarkdown, visNetwork
Suggests: testthat
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-08-30 10:04:46 UTC; michal
Repository: CRAN
Date/Publication: 2018-08-30 10:20:03 UTC
