https://github.com/rstudio/shinyapps-package-dependencies
Collection of bash scripts that install R package system dependencies
https://github.com/rstudio/shinyapps-package-dependencies
hosted
Last synced: 6 months ago
JSON representation
Collection of bash scripts that install R package system dependencies
- Host: GitHub
- URL: https://github.com/rstudio/shinyapps-package-dependencies
- Owner: rstudio
- License: other
- Created: 2014-08-08T04:57:26.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T02:04:33.000Z (8 months ago)
- Last Synced: 2025-03-28T22:12:57.229Z (6 months ago)
- Topics: hosted
- Language: R
- Homepage: https://www.shinyapps.io/
- Size: 2.84 MB
- Stars: 79
- Watchers: 46
- Forks: 57
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-shiny-extensions - shinyapps-package-dependencies - A collection of bash scripts that install system dependencies for R packages. (Miscellaneous / Dependency Resolution)
- jimsghstars - rstudio/shinyapps-package-dependencies - Collection of bash scripts that install R package system dependencies (R)
README
shinyapps-package-dependencies
==============================Some R packages require other software and libraries to be installed on the host server in order for the R package to
function. This repository is used in [shinyapps.io](https://www.shinyapps.io/) to install those dependencies if a
user's shinyapp utilizes an R package that requires other libraries/software to be install.To contribute to this repository, read [CONTRIBUTING.md](https://github.com/rstudio/shinyapps-package-dependencies/blob/main/CONTRIBUTING.md)
If you'd like to request the addition of support of a specific R package, [open a github issue](https://github.com/rstudio/shinyapps-package-dependencies/issues).
[](https://github.com/rstudio/shinyapps-package-dependencies/actions/workflows/main.yml)
## License
The shinyapps-package-dependencies repository is licensed under the Apache V2 license.
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```