https://github.com/jonthegeek/plumber2posit
Plumber on Posit Services
https://github.com/jonthegeek/plumber2posit
Last synced: 12 days ago
JSON representation
Plumber on Posit Services
- Host: GitHub
- URL: https://github.com/jonthegeek/plumber2posit
- Owner: jonthegeek
- License: other
- Created: 2023-12-01T13:52:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T20:51:04.000Z (over 1 year ago)
- Last Synced: 2025-02-08T13:16:37.454Z (2 months ago)
- Language: R
- Homepage: https://jonthegeek.github.io/plumber2posit/
- Size: 3.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - jonthegeek/plumber2posit - Plumber on Posit Services (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# plumber2posit
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=plumber2posit)
[](https://app.codecov.io/gh/jonthegeek/plumber2posit?branch=main)
[](https://github.com/jonthegeek/plumber2posit/actions/workflows/R-CMD-check.yaml)Deploying APIs wrapped in packages can be tricky, and accessing APIs on 'Posit Cloud' is tricky. This package seeks to alleviate pain points in that process.
## Installation
You can install the development version of plumber2posit from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/plumber2posit")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the plumber2posit project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/plumber2posit/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.