-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 975 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
27
28
29
30
31
Package: shinyhttr
Type: Package
Title: Progress Bars for Downloads in 'shiny' Apps
Version: 1.1.0
Authors@R:
c(person(given = "Athos",
family = "Damiani",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Hadley",
family = "Wickham",
role = c("aut"),
email = "[email protected]"),
person(given = "RStudio",
role = "cph"))
Description: Modifies the progress() function from 'httr' package to let it
send output to progressBar() function from 'shinyWidgets' package.
It is just a tweak at the original functions from 'httr' package to
make it smooth for 'shiny' developers.
License: MIT + file LICENSE
BugReports: https://github.com/curso-r/shinyhttr/issues
URL: https://github.com/curso-r/shinyhttr
Encoding: UTF-8
LazyData: true
Imports:
shinyWidgets,
utils,
httr
RoxygenNote: 7.1.1
Enhances:
shiny