Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:46:54.000Z (3 months ago)
- Last Synced: 2024-12-29T19:22:27.580Z (13 days ago)
- Topics: hosted
- Language: R
- Homepage: https://www.shinyapps.io/
- Size: 2.83 MB
- Stars: 79
- Watchers: 44
- Forks: 58
- Open Issues: 78
-
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).
[![Shinyapps Package Dependency Tests](https://github.com/rstudio/shinyapps-package-dependencies/actions/workflows/main.yml/badge.svg)](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.
```