https://github.com/avertableburden/avertui
User interface to the avert computational model
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
User interface to the avert computational model
Basic Info
- Host: GitHub
- Owner: avertableburden
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 0 Bytes
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# `{avertui}`
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/avertableburden/avertui)
[](https://github.com/avertableburden/avertui/actions/workflows/R-CMD-check.yaml)
[](https://circleci.com/gh/avertableburden/avertui)
## Installation
You can install the development version of `{avertui}` like so:
```{r eval=FALSE}
utils::install.packages("devtools")
devtools::install_github("avertableburden/avertui")
```
## Run
You can launch the application by running:
```{r, eval = FALSE}
avertui::run_app()
```
## About
You are reading the doc about version : `r golem::pkg_version()`
This README has been compiled on the
```{r}
Sys.time()
```
Here are the tests results and package coverage:
```{r, error = TRUE}
devtools::check(quiet = TRUE)
```
```{r echo = FALSE}
unloadNamespace("avertui")
```
```{r, error = TRUE}
covr::package_coverage()
```
Owner
- Name: avertableburden
- Login: avertableburden
- Kind: organization
- Repositories: 1
- Profile: https://github.com/avertableburden
GitHub Events
Total
- Push event: 7
- Create event: 2
Last Year
- Push event: 7
- Create event: 2
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-commands.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- config * imports
- golem * imports
- pkgload * imports
- shiny * imports
- spelling * suggests
- testthat >= 3.0.0 suggests