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: about 2 months ago
JSON representation

Collection of bash scripts that install R package system dependencies

Lists

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 at

http://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.
```