Package: rmake
Type: Package
Title: Makefile Generator for R Analytical Projects
Version: 1.2.1
Date: 2025-11-12
Authors@R: 
    person(given = "Michal",
           family = "Burda",
           role = c("aut", "cre"),
           email = "michal.burda@osu.cz",
           comment = c(ORCID = "0000-0002-4182-4407"))
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.
URL: https://github.com/beerda/rmake
BugReports: https://github.com/beerda/rmake/issues
License: GPL (>= 3.0)
Encoding: UTF-8
Imports: tools, assertthat, rmarkdown, visNetwork, knitr
Suggests: testthat
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2025-11-12 08:25:58 UTC; michal
Author: Michal Burda [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-4182-4407>)
Repository: CRAN
Date/Publication: 2025-11-12 08:50:02 UTC
Built: R 4.4.1; ; 2025-11-12 09:15:06 UTC; unix
