-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.38 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: shinyFiles
Type: Package
Title: A Server-Side File System Viewer for Shiny
Version: 0.9.3.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711")),
person(given = "Vincent",
family = "Nijs",
role = "aut"),
person(given = "Thomas",
family = "Schaffner",
role = "aut"),
person(given = "Eric",
family = "Nantz",
role = "aut"))
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: Provides functionality for client-side navigation of
the server side file system in shiny apps. In case the app is running
locally this gives the user direct access to the file system without the
need to "download" files to a temporary location. Both file and folder
selection as well as file saving is available.
License: GPL (>= 2)
Encoding: UTF-8
Imports:
htmltools,
jsonlite,
tools,
shiny (>= 1.1.0),
fs (>= 1.2.6),
tibble (>= 1.4.2)
Collate:
'aaa.R'
'filechoose.R'
'dirchoose.R'
'filesave.R'
'shinyFiles-package.R'
RoxygenNote: 7.2.3
URL: https://github.com/thomasp85/shinyFiles
BugReports: https://github.com/thomasp85/shinyFiles/issues
Roxygen: list(markdown = TRUE)
Suggests:
covr