An open API service indexing awesome lists of open source software.

https://github.com/jonthegeek/plumber2posit

Plumber on Posit Services
https://github.com/jonthegeek/plumber2posit

Last synced: 13 days ago
JSON representation

Plumber on Posit Services

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# plumber2posit

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/plumber2posit)](https://CRAN.R-project.org/package=plumber2posit)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/plumber2posit/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/plumber2posit?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/plumber2posit/actions/workflows/R-CMD-check.yaml/badge.svg)](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.