https://github.com/agrdatasci/climmobtools
API Client for the 'ClimMob' platform in R
https://github.com/agrdatasci/climmobtools
agriculture-research citizen-science crowdsourcing r randomized-controlled-trials
Last synced: 6 months ago
JSON representation
API Client for the 'ClimMob' platform in R
- Host: GitHub
- URL: https://github.com/agrdatasci/climmobtools
- Owner: AgrDataSci
- License: mit
- Created: 2019-03-25T19:33:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T08:04:18.000Z (over 1 year ago)
- Last Synced: 2024-06-11T16:55:02.415Z (over 1 year ago)
- Topics: agriculture-research, citizen-science, crowdsourcing, r, randomized-controlled-trials
- Language: R
- Homepage: https://climmob.net/blog/
- Size: 43.4 MB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
ClimMobTools
============[](https://cran.r-project.org/package=ClimMobTools)
[](https://cran.r-project.org/web/checks/check_results_ClimMobTools.html)
[](https://cran.r-project.org/package=ClimMobTools)*ClimMobTools*: API Client for the 'ClimMob' platform in R
![]()
=========================================================================================================## Overview
**ClimMobTools** the API Client for the 'ClimMob' platform in R. [ClimMob](https://climmob.net/) is an open source software for decentralized large-N trials with the 'tricot' approach. Developed by [van Etten et al. (2019)](https://doi.org/10.1017/S0014479716000739) '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
## Installation
The package may be installed from CRAN via
``` r
install.packages("ClimMobTools")
```The development version can be installed via
``` r
library("remotes")
install_github("agrdatasci/ClimMobTools", build_vignettes = TRUE)```
## Going further
The full functionality of **ClimMobTools** is illustrated in the package vignette. The vignette can be found on the [package website](https://agrdatasci.github.io/ClimMobTools/) 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](https://github.com/agrdatasci/ClimMobTools/issues).
- 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](CONTRIBUTING.md).
- Please note that the *ClimMobTools* project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in the *ClimMobTools* project you agree to abide by its terms.