Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThinkR-open/prague
Where golems come to life
https://github.com/ThinkR-open/prague
Last synced: 9 days ago
JSON representation
Where golems come to life
- Host: GitHub
- URL: https://github.com/ThinkR-open/prague
- Owner: ThinkR-open
- License: other
- Archived: true
- Created: 2019-11-05T19:20:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T20:08:17.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:15:27.661Z (4 months ago)
- Language: R
- Size: 10.7 KB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - ThinkR-open/prague - Where golems come to life (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# prague
The goal of `{prague}` is to provide the production-oriented functions for a `{golem}` app.
This way, when you deploy an app built with `{golem}`, you'll only have to install one dependency: `{shiny}`, not the one for `{golem}` (which are more numerous), making applications more lightweight and easier to deploy.
## Installation
You'll probably never will have to install `{prague}` by hand (most of the time it's added by creating a `{golem}` app).
But right now, you can get `{prague}` from GitHub with:
```r
remotes::install_github("thinkr-open/prague")
```## CoC
Please note that the 'prague' project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.