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

https://github.com/jumpingrivers/audit.workbench


https://github.com/jumpingrivers/audit.workbench

Last synced: 2 months ago
JSON representation

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%"
)
```

# audit.workbench

[![R-CMD-check](https://github.com/jumpingrivers/audit.workbench/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jumpingrivers/audit.workbench/actions/workflows/R-CMD-check.yaml)

This checks that Posit Workbench has been correctly installed.

## Installation

To install the R package, run

```{r, eval = FALSE}
install.packages(
"audit.workbench",
repos = c('https://jumpingrivers.r-universe.dev', options("repos")$repos)
)
```

## Usage

Running the test is straightforward

```{r, eval = FALSE}
library("audit.workbench")
check(server = "https://www.server.name/")
```