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) Config/pak/sysreqs: libicu-dev Repository: https://jakubsob.r-universe.dev Date/Publication: 2022-02-21 18:44:47 UTC RemoteUrl: https://github.com/jakubsob/functiondepends RemoteRef: HEAD RemoteSha: c8d0ce525961bccb778e6eff71e0dbc6a7faee64 NeedsCompilation: no Packaged: 2026-06-15 11:14:37 UTC; root Author: Jakub Sobolewski [aut, cre] Maintainer: Jakub Sobolewski