Skip to content

Commit 72abab5

Browse files
committed
Updates to all metadata files, and README
1 parent efe1910 commit 72abab5

File tree

18 files changed

+41
-26
lines changed

18 files changed

+41
-26
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ the console, or RMarkdown, as a table.
4848
``` r
4949
atc_package_content()
5050
#> No. Name Type
51-
#> 1 connectwidgets Report
51+
#> 1 connectwidgets Application
5252
#> 2 dash Dashboard
5353
#> 3 flexdashboard Dashboard
5454
#> 4 htmlwidgets Plot
@@ -63,7 +63,7 @@ atc_package_content()
6363
#> 13 RMarkdown-html Report
6464
#> 14 RMarkdown-pdf Report
6565
#> 15 RNotebook Notebook
66-
#> 16 shiny Dashboard
66+
#> 16 shiny Application
6767
```
6868

6969
There are three ways to use the examples:
@@ -79,7 +79,7 @@ atc_open_content()
7979
```
8080

8181
#> No. Name Type
82-
#> 1 connectwidgets Report
82+
#> 1 connectwidgets Application
8383
#> 2 dash Dashboard
8484
#> 3 flexdashboard Dashboard
8585
#> 4 htmlwidgets Plot
@@ -94,7 +94,7 @@ atc_open_content()
9494
#> 13 RMarkdown-html Report
9595
#> 14 RMarkdown-pdf Report
9696
#> 15 RNotebook Notebook
97-
#> 16 shiny Dashboard
97+
#> 16 shiny Application
9898
#> 17 Cancel
9999
#> Enter the content number:
100100

@@ -121,7 +121,7 @@ atc_copy_content()
121121
```
122122

123123
#> No. Name Type
124-
#> 1 connectwidgets Report
124+
#> 1 connectwidgets Application
125125
#> 2 dash Dashboard
126126
#> 3 flexdashboard Dashboard
127127
#> 4 htmlwidgets Plot
@@ -136,7 +136,7 @@ atc_copy_content()
136136
#> 13 RMarkdown-html Report
137137
#> 14 RMarkdown-pdf Report
138138
#> 15 RNotebook Notebook
139-
#> 16 shiny Dashboard
139+
#> 16 shiny Application
140140
#> 17 Cancel
141141
#> Enter the content number:
142142

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Data preparation"
1+
title: "Data Preparation"
22
description: "Scheduled data preparation script dropped inside an RMarkdown"
33
type: Scheduled R Script
4+
url: "data-preparation"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: "RMarkdown with Email"
1+
title: "Report with Email"
22
description: "Single state report with customized blastula email"
33
type: Report
4-
4+
url: "report"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "PDF by State"
1+
title: "PDF"
22
description: "Single state report with a PDF output"
33
type: Report
4+
url: "pdf"

inst/content/RNotebook/metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "R Notebook"
1+
title: "RNotebook"
22
description: "Notebook with some analysis of the Hospital and County data"
33
type: Notebook
4+
url: "notebook"

inst/content/connectwidgets/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rsc_content <- function() {
1515
}
1616

1717
if (Sys.getenv("R_CONFIG_ACTIVE") == "rsconnect") {
18-
rsc_content()
18+
all_content <- rsc_content()
1919
} else {
2020
if (!file_exists("content.rds")) {
2121
all_content <- rsc_content()
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Summary page"
2-
description: "Summary page of all related content"
3-
type: Report
1+
title: "Overview"
2+
description: "Application that lists of all related content"
3+
type: Application
4+
url: "overview"

inst/content/dash/metadata.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Dashboard built in Dash"
2-
description: "Dashboard by state"
1+
title: "Dash"
2+
description: "Dashboard by state using Dash"
33
type: Dashboard
4+
url: "dash"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "flexdashboard"
1+
title: "Dashboard"
22
description: "Dashboard by state"
33
type: Dashboard
4+
url: "dashboard"

inst/content/htmlwidgets/metadata.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Leaflet plot"
2-
description: "Stand alone leaflet plot"
1+
title: "Interactive map"
2+
description: "County level plot"
33
type: Plot
4+
url: "htmlwidgets"

inst/content/jupyter/metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Jupyter notebook"
1+
title: "Jupyter Notebook"
22
description: "Published version of the Jupyter Notebook"
33
type: Jupyter
4+
url: "jupyter"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
title: "Multiple report creation"
22
description: "Programatic use of the Launcher to create several reports at the same time"
33
type: Launcher
4+
url: "launcher"

inst/content/plot/metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Full country plot"
1+
title: "Plot"
22
description: "ggplot2 plot of the entire country"
33
type: Plot
4+
url: "plot"

inst/content/plumber-api/metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
title: "REST API"
22
description: "Multiple endpoints to access the model and data"
33
type: REST API
4+
url: "api"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "PowerPoint Presentation by State"
1+
title: "PowerPoint State"
22
description: "Parameterized RMarkdown presentation per state"
33
type: PowerPoint
4+
url: "ppt-state"

inst/content/powerpoint/metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
title: "PowerPoint Presentation"
22
description: "Presentation of the data and model"
33
type: PowerPoint
4+
url: "powerpoint"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "RMarkdown Xaringan presentation"
1+
title: "RMarkdown Presentation"
22
description: "Presentation of the data and model"
33
type: Presentation
4+
url: "presentation"

inst/content/shiny/metadata.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
title: "Shiny APP"
1+
title: "Shiny App"
22
description: "County-level data for all of the US"
3-
type: Dashboard
3+
type: Application
4+
url: "shiny"

0 commit comments

Comments
 (0)