Science Score: 67.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Keywords
Repository
An R package with several ggplot2 themes
Basic Info
- Host: GitHub
- Owner: inbo
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://inbo.github.io/INBOtheme
- Size: 23.3 MB
Statistics
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 0
- Releases: 12
Topics
Metadata Files
README.md
INBOtheme
Documentation
All help files and vignettes are available at https://inbo.github.io/INBOtheme
Installation
The latest version of the package is available through the INBO R universe.
```r
Enable the INBO universe
options( repos = c( inbo = "https://inbo.r-universe.dev", CRAN = "https://cloud.r-project.org" ) )
Install the package
install.packages("INBOtheme") ```
Another option is to install the package from GitHub.
```r if (!"remotes" %in% rownames(installed.packages())) { install.packages("remotes") }
install the latest version
remotes::install_github("inbo/INBOtheme")
install a specific release
see https://github.com/inbo/INBOtheme/releases
remotes::install_github("inbo/INBOtheme@v0.5.8") ```
Rationale
The ggplot2 package has a nice and easy system to apply themes.
The INBOtheme packages contains themes for the Research Institute for Nature and Forest, the Flemish government and Elsevier journals.
The documentation is available at https://inbo.github.io/INBOtheme. This includes a set of example figures for each available theme.
Folder structure
The folder structure is that of a typical R packages with the mandatory R folder (definition of the functions) and man (helpfiles in Rd format).
max-roxygen contains some templates for the help files.
inst contains some auxiliary scripts are stored.
The test folder contains the unit tests using the infrastructure from the testthat package.
The vignette folder contains examples of the available themes.
INBOtheme
├── inst
├── man
├── man-roxygen
├── R
├─┬ tests
│ └── testthat
└── vignettes
Owner
- Name: Research Institute for Nature and Forest (INBO)
- Login: inbo
- Kind: organization
- Location: Belgium
- Website: http://www.inbo.be/en
- Repositories: 125
- Profile: https://github.com/inbo
Open source, data and science initiatives of the Research Institute for Nature and Forest (INBO)
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use this software, please cite it using these metadata. title: "INBOtheme: Themes for ggplot2" authors: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 keywords: - ggplot2 - theme - style guide contact: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 doi: ~ license: GPL-3.0 repository-code: https://github.com/inbo/INBOtheme/ type: software abstract: "Several themes for the ggplot2 package. Among others themes complying with the style guide for the Research Institute for Nature and Forest (INBO) and Elsevier journals." identifiers: - type: url value: https://inbo.github.io/INBOtheme/ version: 0.6.1
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "INBOtheme",
"description": "Several themes for the ggplot2 package. Among others themes\n complying with the style guide for the Research Institute for Nature\n and Forest (INBO) and Elsevier journals.",
"name": "INBOtheme: Themes for ggplot2",
"codeRepository": "https://github.com/inbo/INBOtheme",
"issueTracker": "https://github.com/inbo/INBOtheme/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.5.7",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.2 (2020-06-22)",
"author": [
{
"@type": "Person",
"givenName": "Thierry",
"familyName": "Onkelinx",
"email": "thierry.onkelinx@inbo.be",
"@id": "https://orcid.org/0000-0001-8804-4216"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Oona",
"familyName": "Op de Weerdt"
},
{
"@type": "Person",
"givenName": "Nicole",
"familyName": "De Groof",
"email": "nicole.degroof@inbo.be",
"@id": "https://orcid.org/0000-0003-4305-9419"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Research Institute for Nature and Forest",
"email": "info@inbo.be"
}
],
"funder": [
{
"@type": "Organization",
"name": "Research Institute for Nature and Forest",
"email": "info@inbo.be"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Thierry",
"familyName": "Onkelinx",
"email": "thierry.onkelinx@inbo.be",
"@id": "https://orcid.org/0000-0001-8804-4216"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "colorblindr",
"name": "colorblindr",
"sameAs": "https://github.com/clauswilke/colorblindr"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.2.0"
},
{
"@type": "SoftwareApplication",
"identifier": "assertthat",
"name": "assertthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=assertthat"
},
{
"@type": "SoftwareApplication",
"identifier": "colorspace",
"name": "colorspace",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=colorspace"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"version": ">= 3.3.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "grid",
"name": "grid"
},
{
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=scales"
},
{
"@type": "SoftwareApplication",
"identifier": "showtext",
"name": "showtext",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=showtext"
},
{
"@type": "SoftwareApplication",
"identifier": "sysfonts",
"name": "sysfonts",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=sysfonts"
}
],
"releaseNotes": "https://github.com/inbo/INBOtheme/blob/master/NEWS.md",
"readme": "https://github.com/inbo/INBOtheme/blob/master/README.md",
"fileSize": "338.008KB",
"contIntegration": "https://codecov.io/gh/inbo/INBOtheme",
"developmentStatus": "http://www.repostatus.org/#active",
"keywords": [
"r",
"package",
"ggplot2",
"ggplot2-themes"
]
}
GitHub Events
Total
- Release event: 1
- Delete event: 1
- Issue comment event: 1
- Push event: 9
- Pull request event: 1
- Create event: 1
Last Year
- Release event: 1
- Delete event: 1
- Issue comment event: 1
- Push event: 9
- Pull request event: 1
- Create event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 11
- Total pull requests: 24
- Average time to close issues: 4 months
- Average time to close pull requests: 15 days
- Total issue authors: 6
- Total pull request authors: 2
- Average comments per issue: 2.45
- Average comments per pull request: 1.13
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ElsLommelen (2)
- florisvdh (1)
- pietervsd (1)
- SanderDevisscher (1)
- stijnvanhoey (1)
- ThierryO (1)
Pull Request Authors
- ThierryO (17)
- ElsLommelen (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.5.0 depends
- assertthat * imports
- colorspace * imports
- ggplot2 >= 3.3.2 imports
- grid * imports
- scales * imports
- colorblindr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- inbo/actions/check_pkg master composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact master composite
- r-lib/actions/setup-pandoc master composite
- r-lib/actions/setup-r master composite
- inbo/actions/check_pkg master composite
- actions/checkout v2 composite
- actions/create-release v1 composite