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 = "athos.damiani@curso-r.com"), person(given = "Hadley", family = "Wickham", role = c("aut"), email = "hadley@rstudio.com"), 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 Imports: shinyWidgets, utils, httr RoxygenNote: 7.1.1 Enhances: shiny Config/pak/sysreqs: cmake make libuv1-dev libssl-dev zlib1g-dev Repository: https://curso-r.r-universe.dev Date/Publication: 2020-08-09 02:34:27 UTC RemoteUrl: https://github.com/curso-r/shinyhttr RemoteRef: HEAD RemoteSha: 9174fc0f38377f46c5d7292c3916fbc30054ebfc NeedsCompilation: no Packaged: 2026-06-07 08:32:40 UTC; root Author: Athos Damiani [aut, cre], Hadley Wickham [aut], RStudio [cph] Maintainer: Athos Damiani