Package: functiondepends
Type: Package
Title: Find Functions and their Dependencies
Version: 0.2.1
Authors@R: person(
    "Jakub",
    "Sobolewski",
    email = "jakupsob@gmail.com",
    role = c("aut", "cre"))
Description: Find functions in an unstructured directory and explore their dependencies. 
    Sourcing of R source files is performed without side-effects: from R scripts that have 
    executable code and function definitions only functions are sourced. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: testthat, covr, knitr, rmarkdown, ggplot2, igraph
Imports: dplyr (>= 1.0.1), tidyr (>= 1.1.1), stringr (>= 1.4.0), purrr
        (>= 0.3.4), magrittr (>= 1.5), tibble (>= 3.0.3), tidyselect
        (>= 1.1.0)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2020-10-26 17:12:49 UTC; VC46QY
Author: Jakub Sobolewski [aut, cre]
Maintainer: Jakub Sobolewski <jakupsob@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-03 12:30:02 UTC
