Package: targetsketch Title: Create and Visualize Targets Pipelines Description: A Shiny app for creating and visualizing targets pipelines (). Simply supply a _targets.R file with the pipeline and supporting functions, and the app shows a dependency graph and manifest. Version: 0.0.1 License: MIT + file LICENSE URL: https://github.com/wlandau/targetsketch BugReports: https://github.com/wlandau/targetsketch/issues Authors@R: c( person( family = "Landau", given = c("William", "Michael"), email = "will.landau.oss@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1878-3253") ), person( family = "Eli Lilly and Company", role = "cph" ), person( family = "Parmar", given = "Sam", email = "parmartsam@gmail.com", role = "ctb" )) Depends: R (>= 4.1.0) Imports: bs4Dash (>= 2.0.0), DT (>= 0.14), htmltools (>= 0.5.0), markdown, rclipboard, shiny (>= 1.5.0), shinyalert (>= 1.1), shinyAce (>= 0.4.1), shinybusy (>= 0.2.0), shinycssloaders (>= 0.3), shinyFiles (>= 0.9.3), targets (>= 0.2.0), tarchetypes (>= 0.1.0), visNetwork (>= 2.0.9), withr (>= 2.2.0) Suggests: pkgload (>= 1.1.0), rmarkdown (>= 2.3) Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2024-04-02 12:04:25 UTC RemoteUrl: https://github.com/wlandau/targetsketch RemoteRef: a199a734b16f91726698a19e5f147f57f79cb2b6 RemoteSha: a199a734b16f91726698a19e5f147f57f79cb2b6 NeedsCompilation: no Packaged: 2026-05-29 19:40:05 UTC; root Author: William Michael Landau [aut, cre] (ORCID: ), Eli Lilly and Company [cph], Sam Parmar [ctb] Maintainer: William Michael Landau