Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 16 committers (12.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords
Repository
A shiny extension for server side file access
Basic Info
- Host: GitHub
- Owner: thomasp85
- Language: JavaScript
- Default Branch: main
- Size: 1.23 MB
Statistics
- Stars: 203
- Watchers: 10
- Forks: 49
- Open Issues: 35
- Releases: 6
Topics
Metadata Files
README.md
shinyFiles 
This package extends the functionality of shiny by providing an API for client side access to the server file system. As many shiny apps are run locally this is equivalent to accessing the filesystem of the users own computer, without the overhead of copying files to temporary locations that is tied to the use of fileInput().
The package can be installed from CRAN using install.packages('shinyFiles').
Usage
The package is designed to make it extremely easy to implement file system access. An example of implementing a file chooser would be:
In the ui.R file
R
shinyUI(bootstrapPage(
shinyFilesButton('files', label='File select', title='Please select a file', multiple=FALSE)
))
In the server.R file
R
shinyServer(function(input, output) {
shinyFileChoose(input, 'files', root=c(root='.'), filetypes=c('', 'txt'))
})
It is equally simple to implement directly in your custom html file as it only requires a single <button> element. The equivalent of the above in raw html would be:
html
<button id="files" type="button" class="shinyFiles btn" data-title="Please select a file" data-selecttype="single">
File select
</button>
For an overview of all the different modules try the shinyFilesExample() function in the package. It gives an overview of all the necessary code, along with descriptions and working examples.
Credits
- The file icons used in the file system navigator are taken from FatCows Farm-Fresh Web Icons (https://www.fatcow.com/free-icons)
- RStudio is a trademark of RStudio, Inc. File icons used by permission of RStudio, Inc.
Owner
- Name: Thomas Lin Pedersen
- Login: thomasp85
- Kind: user
- Location: Copenhagen
- Company: @posit-pbc, part of @tidyverse team
- Website: www.data-imaginist.com
- Twitter: thomasp85
- Repositories: 121
- Profile: https://github.com/thomasp85
Maker of tools focusing on data science and data visualisation
GitHub Events
Total
- Issues event: 4
- Watch event: 5
- Issue comment event: 8
- Fork event: 1
Last Year
- Issues event: 4
- Watch event: 5
- Issue comment event: 8
- Fork event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Thomas Dybdal Pedersen | t****5@g****m | 125 |
| vnijs | r****t@r****u | 61 |
| Thomas Schaffner | t****r@g****m | 36 |
| Michael A Bell | b****a@l****m | 7 |
| Keqiang Li | k****i@g****m | 4 |
| Lance Upton | l****n@g****m | 3 |
| Sergio Oller | s****r@g****m | 3 |
| sgvignali | v****0@g****m | 3 |
| dipterix | z****3@r****u | 2 |
| Dean Attali | d****i@g****m | 1 |
| Eric Nantz | t****t@g****m | 1 |
| Jonas | e****o@g****m | 1 |
| Josua Troesch | j****t | 1 |
| Rafael García Garaluz | r****z@g****m | 1 |
| ifellows | i****n@f****m | 1 |
| Rafael Garcia | r****a@e****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 100
- Total pull requests: 20
- Average time to close issues: 3 months
- Average time to close pull requests: about 1 month
- Total issue authors: 82
- Total pull request authors: 11
- Average comments per issue: 3.52
- Average comments per pull request: 4.45
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- vnijs (6)
- thomasp85 (6)
- see24 (2)
- mikeyEcology (2)
- 13479776 (2)
- jnhyeon (2)
- JoshOBrien (2)
- pakom (2)
- ismirsehregal (2)
- lz100 (2)
- MayaGans (1)
- c1au6i0 (1)
- benmarchi (1)
- pietrodito (1)
- Yinlingzhu (1)
Pull Request Authors
- AFriendlyRobot (5)
- bellma-lilly (4)
- WilDoane (2)
- keqiang (2)
- Tazovsky (1)
- sgvignali (1)
- dipterix (1)
- ifellows (1)
- lanceupton (1)
- raggaraluz (1)
- vnijs (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cran 7,230 last-month
- Total docker downloads: 46,460
-
Total dependent packages: 47
(may contain duplicates) -
Total dependent repositories: 161
(may contain duplicates) - Total versions: 28
- Total maintainers: 1
cran.r-project.org: shinyFiles
A Server-Side File System Viewer for Shiny
- Homepage: https://github.com/thomasp85/shinyFiles
- Documentation: http://cran.r-project.org/web/packages/shinyFiles/shinyFiles.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.9.3
published over 3 years ago
Rankings
Maintainers (1)
proxy.golang.org: github.com/thomasp85/shinyfiles
- Documentation: https://pkg.go.dev/github.com/thomasp85/shinyfiles#section-documentation
-
Latest release: v0.9.3
published over 3 years ago
Rankings
proxy.golang.org: github.com/thomasp85/shinyFiles
- Documentation: https://pkg.go.dev/github.com/thomasp85/shinyFiles#section-documentation
-
Latest release: v0.9.3
published over 3 years ago
Rankings
Dependencies
- fs >= 1.2.6 imports
- htmltools * imports
- jsonlite * imports
- shiny >= 1.1.0 imports
- tibble >= 1.4.2 imports
- tools * imports
- covr * suggests
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite