-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 900 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: r2cluster
Title: Interactive Assistant for Using the Harvard Medical School O2 Cluster
Version: 0.1.0
Authors@R: c(
person("Hao", "Zhu", email = "[email protected]", role = c("aut", "cre")),
person("Fredrick", "Kinyua", role = "aut"),
person("Thomas", "Travison", role = "aut")
)
Description: Provides interactive utilities for using the Harvard Medical School
'O2' cluster. This 'RStudio' addin interacts with the terminal panel in
'RStudio'. It makes it easy to temporarily mount folders, login into the
server, start working node with customization and setup 'ssh-keygen'.
Depends: R (>= 3.2.1)
Imports:
shiny,
miniUI,
shinyFiles,
rstudioapi,
shinyWidgets,
utils
URL: http://github.com/hebrewseniorlife/r2cluster
BugReports: http://github.com/hebrewseniorlife/r2cluster/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0