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 2
2
3
3
- Clean up finished. Most code moved to learndown. Learnr tutorials and Shiny
4
4
applications moved to {BioDataScience1}.
5
- -The datasets` biometry ` and ` biometrie ` are left here.
5
+
6
+ - The datasets` biometry ` and ` biometrie ` are left here.
7
+
6
8
- The package now contains ` config() ` , ` sign_in() ` and ` sign_out() ` only for
7
9
database access and user identification.
8
10
11
+ - A sign ou addin is added.
12
+
9
13
# BioDataScience 2020.0.9002
10
14
11
15
- Add ` MONGO_URL_SERVER ` environment variable in ` init() ` .
@@ -18,6 +22,7 @@ set them if already there.
18
22
# BioDataScience 2020.0.9000
19
23
20
24
- In ` record_sdd() ` , date is now recorded in GMT timezone and with microseconds.
25
+
21
26
- An ` init() ` function is added to set globally ` MONGO_URL ` and ` MONGO_BASE `
22
27
environment variables for learndown Shiny and learnr applications.
23
28
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