-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: shinyfa
Title: Analyze the File Contents of 'shiny' Directories
Version: 0.0.1
Authors@R: person("Jasmine", "Daly", email = "jasmine.dumas@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8006-2428"))
Description: Provides tools for analyzing and understanding the file contents of
large 'shiny' application directories. The package extracts key information about
render functions, reactive functions, and their inputs from app files,
organizing them into structured data frames for easy reference. This streamlines
the onboarding process for new contributors and helps identify areas for
optimization in complex 'shiny' codebases with multiple files and sourcing chains.
URL: https://github.com/dalyanalytics/shinyfa, https://dalyanalytics.github.io/shinyfa/
BugReports: https://github.com/dalyanalytics/shinyfa/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
stringr
Suggests:
dplyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3