Skip to content

Commit 58f2b7a

Browse files
committed
Sign out addin added
1 parent 755ae17 commit 58f2b7a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
- Clean up finished. Most code moved to learndown. Learnr tutorials and Shiny
44
applications 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
79
database 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

R/addins.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# RStudio addins
2+
3+
sign_out_addin <- function()
4+
sign_out()

inst/rstudio/addins.dcf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Name: Sign out
2+
Description: Sign out current user
3+
Binding: sign_out_addin
4+
Interactive: true

0 commit comments

Comments
 (0)