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 (11.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: IFPRI
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 106 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ARIA
[](https://github.com/IFPRI/ARIA/actions/workflows/R-CMD-check.yaml)
[-red)](https://github.com/IFPRI/reportIMPACT/blob/master/LICENSE.md)
ARIA package delivers a standalone app for user friendly generation of basic IMPACT results.
## Installation
Package `DOORMAT` and `reportIMPACT` are required for proper functioning of the `ARIA` package. It can be installed with
``` r
# install.packages("devtools")
devtools::install_github("IFPRI/DOORMAT")
devtools::install_github("IFPRI/reportIMPACT")
```
You can install the latest version of ARIA from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("IFPRI/ARIA")
```
## Vignette
An ARIA tutorial for using the app can be accessed using
``` r
vignette("ARIA")
```
## Questions / Problems
In case of questions / problems please contact Abhijeet Mishra (A.Mishra@cgiar.org)
Owner
- Name: International Food Policy Research Institute
- Login: IFPRI
- Kind: organization
- Website: www.ifpri.org
- Repositories: 8
- Profile: https://github.com/IFPRI
Citation (citation.cff)
cff-version: 1.2.0
message: "If you use this package, please cite it as below."
authors:
- family-names: Mishra
given-names: Abhijeet
orcid: https://orcid.org/0000-0002-8287-9922
title: "App for IMPACT (App foR ImpAct)"
version: 2.5.0
GitHub Events
Total
Last Year
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- DT >= 0.27 imports
- dplyr >= 1.1.1 imports
- ggplot2 >= 3.4.2 imports
- reportIMPACT >= 4.0.0 imports
- shiny >= 1.7.4 imports
- shinythemes >= 1.2.0 imports
- utils * imports
- knitr >= 1.42 suggests
- rmarkdown >= 2.21 suggests