Skip to content

Commit

Permalink
Sign out addin added
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Sep 16, 2020
1 parent 755ae17 commit 58f2b7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

- Clean up finished. Most code moved to learndown. Learnr tutorials and Shiny
applications moved to {BioDataScience1}.
-The datasets`biometry` and `biometrie` are left here.

- The datasets`biometry` and `biometrie` are left here.

- The package now contains `config()`, `sign_in()` and `sign_out()` only for
database access and user identification.

- A sign ou addin is added.

# BioDataScience 2020.0.9002

- Add `MONGO_URL_SERVER` environment variable in `init()`.
Expand All @@ -18,6 +22,7 @@ set them if already there.
# BioDataScience 2020.0.9000

- In `record_sdd()`, date is now recorded in GMT timezone and with microseconds.

- An `init()` function is added to set globally `MONGO_URL` and `MONGO_BASE`
environment variables for learndown Shiny and learnr applications.

Expand Down
4 changes: 4 additions & 0 deletions R/addins.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# RStudio addins

sign_out_addin <- function()
sign_out()
4 changes: 4 additions & 0 deletions inst/rstudio/addins.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Name: Sign out
Description: Sign out current user
Binding: sign_out_addin
Interactive: true

0 comments on commit 58f2b7a

Please sign in to comment.