Package: functiondepends
Type: Package
Title: Find Functions and their Dependencies
Version: 0.2.3
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
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: 2022-02-21 18:45:34 UTC; jakub
Author: Jakub Sobolewski [aut, cre]
Maintainer: Jakub Sobolewski <jakupsob@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-21 19:00:05 UTC
Built: R 4.0.5; ; 2022-02-22 12:00:00 UTC; unix
