File tree Expand file tree Collapse file tree 9 files changed +24
-16
lines changed Expand file tree Collapse file tree 9 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 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
79CONDUCT.md
810FAQ.md
911^LICENSE\.md$
1012^cran-comments\.md$
1113^CRAN-RELEASE$
14+
1215Makefile
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
Original file line number Diff line number Diff line change 11Package: BioDataScience2
2- Version: 2020.3.0
2+ Version: 2020.3.1
33Title: A Series of Learnr Documents for Biological Data Science 2
44Description: Interactive documents using learnr for studying biological data science (second course).
55Authors@R: c(
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ Note: place Shiny apps in development here. Move to inst/ only when completely done.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ Note: place learnr tutorials in development here. Move to inst/ only when completely done.
You can’t perform that action at this time.
0 commit comments