https://github.com/jumpingrivers/audit.workbench
https://github.com/jumpingrivers/audit.workbench
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumpingrivers/audit.workbench
- Owner: jumpingrivers
- License: other
- Created: 2023-05-22T19:54:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-11T14:58:58.000Z (3 months ago)
- Last Synced: 2026-03-11T20:07:25.864Z (3 months ago)
- Language: R
- Homepage: https://jumpingrivers.github.io/audit.workbench/
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Audit: audit.workbench.Rproj
- Support: .github/SUPPORT.md
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
[](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/")
```