Skip to content

Commit 63261b9

Browse files
committed
prepping for CRAN submission
- add Description - add dplyr for tests to run
1 parent c464f90 commit 63261b9

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.png filter=lfs diff=lfs merge=lfs -text

DESCRIPTION

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ Title: Analyze the File Contents of Shiny Directories
33
Version: 0.0.0.9000
44
Authors@R: person("Jasmine", "Daly", email = "jasmine.dumas@gmail.com", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0001-8006-2428"))
6-
Description: What the package does (one paragraph).
6+
Description: Provides tools for analyzing and understanding the file contents of
7+
large Shiny application directories. The package extracts key information about
8+
render functions, reactive functions, and their inputs from Shiny app files,
9+
organizing them into structured data frames for easy reference. This streamlines
10+
the onboarding process for new contributors and helps identify areas for
11+
optimization in complex Shiny codebases with multiple files and sourcing chains.
712
URL: https://github.com/dalyanalytics/shinyfa, https://dalyanalytics.github.io/shinyfa/
13+
BugReports: https://github.com/dalyanalytics/shinyfa/issues
814
License: MIT + file LICENSE
915
Encoding: UTF-8
1016
Roxygen: list(markdown = TRUE)
1117
RoxygenNote: 7.3.2
1218
Imports:
1319
stringr
1420
Suggests:
21+
dplyr,
1522
testthat (>= 3.0.0)
1623
Config/testthat/edition: 3

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# shinyfa (development version)
22

3-
* Initial development on GitHub.
3+
* 2025-02-17: Initial development on GitHub.
4+
* 2025-06-14: Prepping for CRAN submission

man/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)