Package: funcMapper
Title: Map User-Created Functions
Version: 1.0.0
Authors@R: 
    person("Antonio", "Fratamico", email = "fratamicoa@outlook.com", role = c("aut", "cre"))
Description: Create an interactive function map by analyzing a specified
    R script. It uses the find_dependencies() function from the
    'functiondepends' package to recursively trace all user-defined
    function dependencies.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: magrittr, functiondepends, glue, visNetwork, htmlwidgets
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-07-19 16:12:22 UTC; root
Author: Antonio Fratamico [aut, cre]
Maintainer: Antonio Fratamico <fratamicoa@outlook.com>
Repository: CRAN
Date/Publication: 2025-07-22 10:10:02 UTC
