Skip to content

Commit a04c064

Browse files
committed
run() select tutorials in a list
1 parent 4f532dd commit a04c064

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.1.1
3+
Version: 0.1.2
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# BioDataScience News
22

3+
## Changes in version 0.1.2
4+
5+
- The run() function allows for selecting tutorials in a list.
6+
7+
38
## Changes in version 0.1.1
49

5-
- The run function now looks if there is an updated release and proposes to
10+
- The run() function now looks if there is an updated release and proposes to
611
install it. Also, it provides a menu to select tutorials, in case no arguments
712
are provided.
813

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
* Integrate learnr documents.
44

55
* Datasets for the course.
6+
7+
* Create an RStudio addin to run tutorial and monitor progression.

0 commit comments

Comments
 (0)