scorer
Knowledge discovery platform in Shiny for reproducible analysis of multi-objective optimization data.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Knowledge discovery platform in Shiny for reproducible analysis of multi-objective optimization data.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Created over 5 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
Changelog
License
Code of conduct
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# SCORER
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
The goal of SCORER is to allow reproducible knowledge extraction of multi-objective optimization data, primarily obtained from simulation-based optimization. The package contains methods as well as a Shiny application reachable at [shinyapps.io](https://verbalins.shinyapps.io/SCORER/) if you want to preview the app.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("verbalins/SCORER")
```
## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(SCORER)
# Launch the knowledge extraction browser
SCORER::run_app()
# To pre-populate the browser with a dataset,
# use the dataset parameter with data imported by
# the loaddataset function.
# df <- SCORER::loaddataset("datafile.csv")
# SCORER::run_app(dataset=df)
```
Owner
- Login: verbalins
- Kind: user
- Repositories: 2
- Profile: https://github.com/verbalins
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Lidberg"
given-names: "Simon"
affiliation: University of Skövde
orcid: "https://orcid.org/0000-0003-1215-152X"
identifiers:
- description: This is the archived snapshot of version 0.0.0.9000
type: doi
value: "10.5281/zenodo.5897602"
title: "SCORER"
license: CC-BY-4.0
version: 0.0.0.9000
date-released: 2022-01-24
url: "https://github.com/verbalins/SCORER"