|
1 | 1 | Package: tidyCDISC |
2 | 2 | Title: Quick Table Generation & Exploratory Analyses on ADaM-Ish Datasets |
3 | | -Version: 0.1.1 |
| 3 | +Version: 0.2.0 |
4 | 4 | Authors@R: c( |
5 | | - person("Aaron", "Clark", , "clark.aaronchris@gmail.com", |
6 | | - role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0123-0970")), |
| 5 | + person("Aaron", "Clark", , "clark.aaronchris@gmail.com", role = c("aut", "cre"), |
| 6 | + comment = c(ORCID = "0000-0002-0123-0970")), |
| 7 | + person("Jeff", "Thompson", , "jeff.thompson51317@gmail.com", role = "aut"), |
| 8 | + person("Teresa", "Wilson", , "teresadwilson@gmail.com", role = "aut"), |
7 | 9 | person("Nate", "Mockler", , "nate.mockler@biogen.com", role = c("ccp", "led")), |
8 | 10 | person("Maya", "Gans", , "maya.gans@biogen.com", role = "aut"), |
9 | 11 | person("Robert", "Krajcik", , "robert.krajcik@biogen.com", role = "ctb"), |
10 | 12 | person("Marly", "Gotti", , "marly.cormar@biogen.com", role = "ctb"), |
11 | | - person(given = "Jeff", family = "Thompson", |
12 | | - email = "jeff.thompson51317@gmail.com", role = "ctb"), |
13 | 13 | person("Biogen", "Inc", role = "cph") |
14 | 14 | ) |
15 | 15 | Description: Provides users a quick exploratory dive into common |
16 | 16 | visualizations without writing a single line of code given the users |
17 | | - data follows the Analysis Data Model (ADaM) standards put forth by |
18 | | - the Clinical Data Interchange Standards Consortium |
19 | | - (CDISC) <https://www.cdisc.org>. Prominent modules/ features of the application are the Table |
20 | | - Generator, Population Explorer, and the Individual Explorer. The Table |
21 | | - Generator allows users to drag and drop variables and desired statistics |
22 | | - (frequencies, means, ANOVA, t-test, and other summary statistics) into |
23 | | - bins that automagically create stunning tables with validated |
24 | | - information. The Population Explorer offers various plots to visualize |
25 | | - general trends in the population from various vantage points. Plot |
26 | | - modules currently include scatter plot, spaghetti plot, box plot, |
27 | | - histogram, means plot, and bar plot. Each plot type allows the user to |
28 | | - plot uploaded variables against one another, and dissect the |
29 | | - population by filtering out certain subjects. Last, the Individual |
30 | | - Explorer establishes a cohesive patient narrative, allowing the user |
31 | | - to interact with patient metrics (params) by visit or plotting |
32 | | - important patient events on a timeline. All modules allow for concise |
33 | | - filtering & downloading bulk outputs into html or pdf formats to save |
34 | | - for later. |
| 17 | + data follows the Analysis Data Model (ADaM) standards put forth by the |
| 18 | + Clinical Data Interchange Standards Consortium (CDISC) |
| 19 | + <https://www.cdisc.org>. Prominent modules/ features of the |
| 20 | + application are the Table Generator, Population Explorer, and the |
| 21 | + Individual Explorer. The Table Generator allows users to drag and drop |
| 22 | + variables and desired statistics (frequencies, means, ANOVA, t-test, |
| 23 | + and other summary statistics) into bins that automagically create |
| 24 | + stunning tables with validated information. The Population Explorer |
| 25 | + offers various plots to visualize general trends in the population |
| 26 | + from various vantage points. Plot modules currently include scatter |
| 27 | + plot, spaghetti plot, box plot, histogram, means plot, and bar plot. |
| 28 | + Each plot type allows the user to plot uploaded variables against one |
| 29 | + another, and dissect the population by filtering out certain subjects. |
| 30 | + Last, the Individual Explorer establishes a cohesive patient |
| 31 | + narrative, allowing the user to interact with patient metrics (params) |
| 32 | + by visit or plotting important patient events on a timeline. All |
| 33 | + modules allow for concise filtering & downloading bulk outputs into |
| 34 | + html or pdf formats to save for later. |
35 | 35 | License: AGPL (>= 3) |
36 | 36 | URL: https://Biogen-Inc.github.io/tidyCDISC/ |
37 | 37 | BugReports: https://github.com/Biogen-Inc/tidyCDISC/issues |
@@ -65,11 +65,11 @@ Imports: |
65 | 65 | tippy (== 0.1.0) |
66 | 66 | Suggests: |
67 | 67 | knitr, |
68 | | - pkgdown, |
69 | 68 | spelling, |
70 | 69 | testthat |
| 70 | +VignetteBuilder: |
| 71 | + knitr |
71 | 72 | Encoding: UTF-8 |
72 | 73 | Language: en-US |
73 | 74 | LazyData: true |
74 | 75 | RoxygenNote: 7.2.0 |
75 | | -VignetteBuilder: knitr |
0 commit comments