Science Score: 39.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
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Keywords
Repository
API Client for the 'ClimMob' platform in R
Basic Info
- Host: GitHub
- Owner: AgrDataSci
- License: other
- Language: R
- Default Branch: master
- Homepage: https://climmob.net/blog/
- Size: 43.6 MB
Statistics
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
- Releases: 5
Topics
Metadata Files
README.md
ClimMobTools
ClimMobTools: API Client for the 'ClimMob' platform in R 
Overview
ClimMobTools the API Client for the 'ClimMob' platform in R. ClimMob is an open source software for decentralized large-N trials with the 'tricot' approach. Developed by van Etten et al. (2019) 'tricot' turns the research paradigm on its head; instead of a few researchers designing complicated trials to compare several technologies in search of the best solutions, it enables many participants to carry out reasonably simple experiments that taken together can offer even more information.
Package website
https://agrdatasci.github.io/ClimMobTools/
Installation
The package may be installed from CRAN via
r
install.packages("ClimMobTools")
The development version can be installed via
``` r library("remotes") installgithub("agrdatasci/ClimMobTools", buildvignettes = TRUE)
```
Going further
The full functionality of ClimMobTools is illustrated in the package vignette. The vignette can be found on the package website or from within R once the package has been installed, e.g. via
r
vignette("Overview", package = "ClimMobTools")
Meta
Please report any issues or bugs.
License: MIT.
Get citation information for ClimMobTools in R by typing
citation(package = "ClimMobTools").You are welcome to contribute to the ClimMobTools project. Please read our contribution guidelines.
Please note that the ClimMobTools project is released with a Contributor Code of Conduct. By participating in the ClimMobTools project you agree to abide by its terms.
Owner
- Name: AgrDataSci
- Login: AgrDataSci
- Kind: organization
- Email: k.desousa@cgiar.org
- Location: France
- Repositories: 8
- Profile: https://github.com/AgrDataSci
We develop methods and tools to support sustainable food systems, rural development and digital inclusion
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "ClimMobTools",
"description": "API client for 'ClimMob', an open source software for decentralized large-N trials with the 'tricot' approach <https://climmob.net/>. Developed by van Etten et al. (2019) <doi:10.1017/S0014479716000739>, it turns the research paradigm on its head; instead of a few researchers designing complicated trials to compare several technologies in search of the best solutions for the target environment, it enables many participants to carry out reasonably simple experiments that taken together can offer even more information. 'ClimMobTools' enables project managers to deep explore and analyse their 'ClimMob' data in R.",
"name": "ClimMobTools: API Client for the 'ClimMob' Platform",
"codeRepository": "https://agrdatasci.github.io/ClimMobTools/",
"issueTracker": "https://github.com/agrdatasci/ClimMobTools/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.7",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Kau",
"familyName": "de Sousa",
"email": "desousa.kaue@gmail.com",
"@id": "https://orcid.org/0000-0002-7571-7845"
},
{
"@type": "Person",
"givenName": "Jacob",
"familyName": "van Etten",
"@id": "https://orcid.org/0000-0001-7554-2558"
},
{
"@type": "Person",
"givenName": "Brandon",
"familyName": "Madriz"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Kau",
"familyName": "de Sousa",
"email": "desousa.kaue@gmail.com",
"@id": "https://orcid.org/0000-0002-7571-7845"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "climatrends",
"name": "climatrends",
"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=climatrends"
},
{
"@type": "SoftwareApplication",
"identifier": "gosset",
"name": "gosset",
"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=gosset"
},
{
"@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": "sf",
"name": "sf",
"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=sf"
},
{
"@type": "SoftwareApplication",
"identifier": "PlackettLuce",
"name": "PlackettLuce",
"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=PlackettLuce"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 2.1.0",
"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": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"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=httr"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"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=jsonlite"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "lpSolve",
"name": "lpSolve",
"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=lpSolve"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "Matrix",
"name": "Matrix"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "RSpectra",
"name": "RSpectra",
"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=RSpectra"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "1198.356KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Carlos",
"familyName": "Quirs"
},
{
"@type": "Person",
"givenName": "Kau",
"familyName": "de Sousa"
},
{
"@type": "Person",
"givenName": "Jonathan",
"familyName": "Steinke"
},
{
"@type": "Person",
"givenName": "Brandon",
"familyName": "Madriz"
},
{
"@type": "Person",
"givenName": "Marie-Anglique",
"familyName": "Laporte"
},
{
"@type": "Person",
"givenName": "Elizabeth",
"familyName": "Arnaud"
},
{
"@type": "Person",
"givenName": "Rhys",
"familyName": "Manners"
},
{
"@type": "Person",
"givenName": "Berta",
"familyName": "Ortiz-Crespo"
},
{
"@type": "Person",
"givenName": "Anna",
"familyName": "Mller"
},
{
"@type": "Person",
"givenName": "Jacob",
"familyName": "van Etten"
}
],
"name": "{ClimMob: Software to support experimental citizen science in agriculture}",
"identifier": "10.1016/j.compag.2023.108539",
"url": "https://doi.org/10.1016/j.compag.2023.108539",
"@id": "https://doi.org/10.1016/j.compag.2023.108539",
"sameAs": "https://doi.org/10.1016/j.compag.2023.108539",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2024",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"name": "Computers and Electronics in Agriculture"
}
}
}
]
}
GitHub Events
Total
- Issues event: 8
- Issue comment event: 6
- Push event: 19
- Create event: 1
Last Year
- Issues event: 8
- Issue comment event: 6
- Push event: 19
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| kauedesousa | d****e@g****m | 147 |
| Kaue de Sousa | k****a@h****o | 8 |
| sdumble1 | s****e@s****g | 4 |
| annnvv | 1****v | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 9
- Total pull requests: 1
- Average time to close issues: 4 months
- Average time to close pull requests: about 6 hours
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 0.33
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kauedesousa (6)
- lilyclements (2)
- jacobvanetten (1)
Pull Request Authors
- annnvv (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 444 last-month
- Total docker downloads: 21,613
- Total dependent packages: 2
- Total dependent repositories: 2
- Total versions: 18
- Total maintainers: 1
cran.r-project.org: ClimMobTools
API Client for the 'ClimMob' Platform
- Homepage: https://agrdatasci.github.io/ClimMobTools/
- Documentation: http://cran.r-project.org/web/packages/ClimMobTools/ClimMobTools.pdf
- License: MIT + file LICENSE
-
Latest release: 1.6.1
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- Matrix * imports
- RSpectra * imports
- httr * imports
- jsonlite * imports
- methods * imports
- sf * imports
- utils * imports
- PlackettLuce * suggests
- gosset * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 2.1.0 suggests