Skip to content

Commit 22e55be

Browse files
committed
Learnrs and Shiny app not completely done or reworked are now placed in devel folder
1 parent 519ee47 commit 22e55be

File tree

9 files changed

+24
-16
lines changed

9 files changed

+24
-16
lines changed

.Rbuildignore

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
.DS_Store
21
.gitignore
32
.git
43
.git/*
5-
README.md
6-
NEWS.md
4+
^\.github/
5+
6+
.DS_Store
7+
8+
README\.R?md
79
CONDUCT.md
810
FAQ.md
911
^LICENSE\.md$
1012
^cran-comments\.md$
1113
^CRAN-RELEASE$
14+
1215
Makefile
1316
.Rprofile
1417

15-
16-
data-raw
17-
data-raw/*
18-
1918
^.*\.Rproj$
2019
^\.Rproj\.user$
21-
^README.R?md$
20+
^\.atom
21+
22+
^\.travis\.yml$
23+
^appveyor\.yml$
24+
2225
^dependencies$
2326
^design$
2427
^docs$
@@ -27,12 +30,11 @@ data-raw/*
2730
^tools$
2831
^issues$
2932
^.*/skeleton/skeleton.html
33+
^revdep$
3034

31-
^\.travis\.yml$
32-
^appveyor\.yml$
33-
^\.atom
34-
35-
rsconnect/
36-
^\.github/
3735
^inst/tutorials/.*\.html$
38-
^revdep$
36+
devel/*
37+
devel
38+
39+
rsconnect/*
40+
rsconnect

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience2
2-
Version: 2020.3.0
2+
Version: 2020.3.1
33
Title: A Series of Learnr Documents for Biological Data Science 2
44
Description: Interactive documents using learnr for studying biological data science (second course).
55
Authors@R: c(

NEWS.md

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

3+
## Changes in version 2020.3.1
4+
5+
- Tutorials that are not in final stage are now placed in the devel/ directory.
6+
37
## Changes in version 2020.3.0
48

59
- New tutorial B04La

devel/shiny/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Note: place Shiny apps in development here. Move to inst/ only when completely done.
File renamed without changes.
File renamed without changes.

devel/tutorials/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Note: place learnr tutorials in development here. Move to inst/ only when completely done.

0 commit comments

Comments
 (0)