Skip to content

Commit c99162f

Browse files
change the version of package
1 parent b47cb28 commit c99162f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BioDataScience
22
Type: Package
3-
Version: 0.17.0
3+
Version: 0.18.0
44
Title: A Series of Learnr Documents for Biological Data Science
55
Description: Interactive documents using learnr for studying biological data science.
66
Authors@R: c(

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# BioDataScience News
22

3+
## Changes in version 0.18.0
4+
5+
- Tutorial 11b_syntaxr finalized
6+
37
## Changes in version 0.17.0
48

59
- Tutorial 11a_anova2 finalized

inst/tutorials/11b_syntaxr/syntaxr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output:
66
learnr::tutorial
77
tutorial:
88
id: "sdd1.11b"
9-
version: 0.1.0
9+
version: 1.0.0
1010
runtime: shiny_prerendered
1111
---
1212

inst/tutorials/11b_syntaxr/syntaxr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h2>Conclusion</h2>
461461
</script>
462462

463463
<script type="application/shiny-prerendered" data-context="server">
464-
learnr:::register_http_handlers(session, metadata = list(id = "sdd1.11b", version = "0.1.0"))
464+
learnr:::register_http_handlers(session, metadata = list(id = "sdd1.11b", version = "1.0.0"))
465465
</script>
466466

467467
<script type="application/shiny-prerendered" data-context="server">

0 commit comments

Comments
 (0)