File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
33- Clean up finished. Most code moved to learndown. Learnr tutorials and Shiny
44applications moved to {BioDataScience1}.
5- -The datasets` biometry ` and ` biometrie ` are left here.
5+
6+ - The datasets` biometry ` and ` biometrie ` are left here.
7+
68- The package now contains ` config() ` , ` sign_in() ` and ` sign_out() ` only for
79database access and user identification.
810
11+ - A sign ou addin is added.
12+
913# BioDataScience 2020.0.9002
1014
1115- Add ` MONGO_URL_SERVER ` environment variable in ` init() ` .
@@ -18,6 +22,7 @@ set them if already there.
1822# BioDataScience 2020.0.9000
1923
2024- In ` record_sdd() ` , date is now recorded in GMT timezone and with microseconds.
25+
2126- An ` init() ` function is added to set globally ` MONGO_URL ` and ` MONGO_BASE `
2227 environment variables for learndown Shiny and learnr applications.
2328
Original file line number Diff line number Diff line change 1+ # RStudio addins
2+
3+ sign_out_addin <- function ()
4+ sign_out()
Original file line number Diff line number Diff line change 1+ Name: Sign out
2+ Description: Sign out current user
3+ Binding: sign_out_addin
4+ Interactive: true
You can’t perform that action at this time.
0 commit comments