Skip to content

Commit 5aca636

Browse files
committed
Help addin implemented
1 parent 910f849 commit 5aca636

File tree

9 files changed

+574
-9
lines changed

9 files changed

+574
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Authors@R: c(
1111
email = "guyliann.engels@umons.ac.be"))
1212
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
1313
Depends: R (>= 4.2.0)
14-
Imports: learnitdown, gert, rstudioapi
14+
Imports: learnitdown, gert, rstudioapi, shiny, miniUI, shinyAce, methods, utils, svMisc
1515
Suggests:
1616
covr,
1717
knitr,

NAMESPACE

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,38 @@ export(sign_out)
1010
export(switch_repo)
1111
importFrom(gert,git_remote_info)
1212
importFrom(gert,git_remote_set_url)
13+
importFrom(methods,findFunction)
14+
importFrom(miniUI,gadgetTitleBar)
15+
importFrom(miniUI,miniButtonBlock)
16+
importFrom(miniUI,miniContentPanel)
17+
importFrom(miniUI,miniPage)
18+
importFrom(miniUI,miniTabPanel)
19+
importFrom(miniUI,miniTabstripPanel)
20+
importFrom(miniUI,miniTitleBarButton)
21+
importFrom(miniUI,miniTitleBarCancelButton)
22+
importFrom(rstudioapi,getActiveDocumentContext)
23+
importFrom(rstudioapi,primary_selection)
24+
importFrom(rstudioapi,sendToConsole)
1325
importFrom(rstudioapi,showDialog)
26+
importFrom(shiny,actionButton)
27+
importFrom(shiny,br)
28+
importFrom(shiny,code)
29+
importFrom(shiny,conditionalPanel)
30+
importFrom(shiny,dialogViewer)
31+
importFrom(shiny,em)
32+
importFrom(shiny,h4)
33+
importFrom(shiny,icon)
34+
importFrom(shiny,observeEvent)
35+
importFrom(shiny,p)
36+
importFrom(shiny,plotOutput)
37+
importFrom(shiny,renderPlot)
38+
importFrom(shiny,runGadget)
39+
importFrom(shiny,selectInput)
40+
importFrom(shiny,sliderInput)
41+
importFrom(shiny,stopApp)
42+
importFrom(shiny,strong)
43+
importFrom(shiny,textInput)
44+
importFrom(shinyAce,aceEditor)
45+
importFrom(svMisc,assign_temp)
46+
importFrom(svMisc,get_temp)
47+
importFrom(utils,methods)

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
- New version for academic year 2024-2024. New passwords.
44

5-
- New function `switch_repo()` and new addin to easily switch a GitHub repository between HTTP and SHH remote URL.
5+
- New function `switch_repo()` and new addin to easily switch a GitHub repository between HTTP and SSH remote URL.
6+
7+
- Sign out RStudio addin eliminated. The corresponding function `sign_out()` is still available.
8+
9+
- Help addin added.
610

711
# BioDataScience 2023.1.0
812

0 commit comments

Comments
 (0)