Package: rworkflows
Type: Package
Title: Test, Document, Containerise, and Deploy R Packages
Version: 0.99.5
Authors@R: 
    c(person(given = "Brian",
           family = "Schilder",
           role = c("aut","cre"),
           email = "brian_schilder@alumni.brown.edu",
           comment = c(ORCID = "0000-0001-5949-2191")),
      person(given = "Alan",
           family = "Murphy",
           role = c("aut","ctb"),
           email = "alanmurph94@hotmail.com",
           comment = c(ORCID = "0000-0002-2487-8753")),
      person(given = "Nathan",
             family = "Skene",
             role = c("aut"),
             email = "n.skene@imperial.ac.uk",
             comment = c(ORCID = "0000-0002-6807-3180")) 
             ) 
Description: Continuous integration for R packages. 
    Automates testing, documentation website building,
    and containerised deployment.
URL: https://github.com/neurogenomics/rworkflows,
        https://CRAN.R-project.org/package=rworkflows
BugReports: https://github.com/neurogenomics/rworkflows/issues
Encoding: UTF-8
Depends: R (>= 4.1)
biocViews: Genetics, FunctionalGenomics, SystemsBiology
Imports: stats, here, yaml, utils, desc, badger
Suggests: markdown, rmarkdown, magick, remotes, knitr, BiocStyle, covr,
        testthat (>= 3.0.0), hexSticker, htmltools, data.table
RoxygenNote: 7.2.3
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-01-12 11:31:05 UTC; schilder
Author: Brian Schilder [aut, cre] (<https://orcid.org/0000-0001-5949-2191>),
  Alan Murphy [aut, ctb] (<https://orcid.org/0000-0002-2487-8753>),
  Nathan Skene [aut] (<https://orcid.org/0000-0002-6807-3180>)
Maintainer: Brian Schilder <brian_schilder@alumni.brown.edu>
Repository: CRAN
Date/Publication: 2023-01-12 12:40:02 UTC
Built: R 4.1.3; ; 2023-04-17 19:01:58 UTC; windows
