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 = "thomasp85@gmail.com", 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 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 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2023-07-05 20:41:07 UTC RemoteUrl: https://github.com/thomasp85/shinyfiles RemoteRef: HEAD RemoteSha: da361359712bbcd74dd6a9505a88ec87aead13bc NeedsCompilation: no Packaged: 2026-07-04 06:09:27 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ), Vincent Nijs [aut], Thomas Schaffner [aut], Eric Nantz [aut]