Skip to content

Commit 031f52f

Browse files
committed
update NEWS
1 parent 8d44201 commit 031f52f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: shinyscholar
2-
Version: 0.4.2
2+
Version: 0.4.3
33
Title: A Template for Creating Reproducible 'shiny' Applications
44
Description: Create a skeleton 'shiny' application with create_template() that is
55
reproducible, can be saved and meets academic standards for attribution.

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ shinyscholar 0.4.2
119119
- Various tweaks to ensure that created apps pass `R CMD check`
120120
- Removed `{magrittr}` dependency and migrated to native pipes, increasing R dependency to v4.1.0
121121
- `create_module()` now creates skeleton functions that include `{roxygen2}` tags
122+
123+
shinyscholar 0.4.3
124+
=============
125+
- `create_template()` now creates `testthat.R` file
126+
- Fixed `create_module()` module function calls for async apps containing a map
127+
- Saving apps now only stores data in `common` (i.e. excluding `common$tasks`)
128+
- Updated README with clarifications

inst/shiny/Rmd/text_intro_tab.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output: html_document
55

66
#### WORKFLOW
77

8-
*shinyscholar* (v0.4.2) includes four components, or steps of a possible workflow. Each component includes one or more modules, which are possible analyses for that step.
8+
*shinyscholar* (v0.4.3) includes four components, or steps of a possible workflow. Each component includes one or more modules, which are possible analyses for that step.
99

1010
**Components:**
1111

inst/shiny/Rmd/userReport_intro.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: shinyscholar session `r Sys.Date()`
66
library(knitr)
77
knit_engines$set(asis = function(options) {
88
if (options$echo && options$eval) knit_child(text = options$code)
9-
})
9+
})3
1010
knitr::opts_chunk$set(message = FALSE, warning = FALSE, eval = FALSE)
1111
```
1212

13-
Please find below the R code history from your *shinyscholar* v0.4.2 session.
13+
Please find below the R code history from your *shinyscholar* v0.4.3 session.
1414

1515
You can reproduce your session results by running this R Markdown file in RStudio.
1616

0 commit comments

Comments
 (0)