File tree Expand file tree Collapse file tree 5 files changed +32
-24
lines changed
Expand file tree Collapse file tree 5 files changed +32
-24
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
7- CONDUCT.md
4+ ^\.github/
5+
6+ .DS_Store
7+
8+ README\.R?md
9+ CONDUCT\.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,13 @@ data-raw/*
2730^tools$
2831^issues$
2932^.*/skeleton/skeleton.html
33+ ^revdep$
3034
31- ^\.travis\.yml$
32- ^appveyor\.yml$
33- ^\.atom
3435
35- rsconnect/
36- ^\.github/
3736^inst/tutorials/.*\.html$
38- ^revdep$
37+ devel/*
38+ devel
39+
40+ rsconnect/*
41+ rsconnect
42+
Original file line number Diff line number Diff line change 11Package: BioDataScience3
2- Version: 2020.5.1
2+ Version: 2020.5.2
33Title: A Series of Learnr Documents for Biological Data Science 3
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# BioDataScience3 News
22
3+ ## Changes in version 2020.5.2
4+
5+ - devel/ directory for learnrs and Shiny apps in development
6+
37## Changes in version 2020.5.1
48
5- - minor changes : C06La_map
9+ - Changes in C06La_map (version 1.1.0): ` qtm(...) ` is replaced by ` tm_shape(...) + tm_borders() ` in the exercises.
610
711## Changes in version 2020.5.0
812
9- - New tutorial : C06La_map
13+ - New tutorial C06La_map
1014
1115## Changes in version 2020.3.0
1216
13- - New tutorial : C04La_stat_slide
14- - New tutorial : C04Lb_ts_create
15- - New tutorial : C04Lc_ts_manip
17+ - New tutorials C04La_stat_slide, C04Lb_ts_create, C04Lc_ts_manip.
1618
1719## Changes in version 2020.3.0
1820
19- - New tutorial : C02La_cv
21+ - New tutorial C02La_cv.
2022
2123## Changes in version 2020.2.1
2224
23- - New tutorial : C01Lb_lda
25+ - New tutorial C01Lb_lda.
2426
2527## Changes in version 2020.1.0
2628
27- - New tutorial : C01La_confusion
29+ - New tutorial C01La_confusion.
2830
2931## Changes in version 2020.0.0
3032
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.
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