Skip to content

Commit 9db3647

Browse files
committed
cran
1 parent 3edbfa4 commit 9db3647

5 files changed

Lines changed: 23 additions & 2 deletions

File tree

README.Rmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ The **ClimMobTools** package provides the toolkit for the [ClimMob](https://clim
2525

2626
## Installation
2727

28+
The package may be installed from CRAN via
29+
30+
```{r cran, message=FALSE, eval=FALSE, echo=TRUE}
31+
install.packages("ClimMobTools")
32+
```
33+
2834
The development version can be installed via
2935

3036
```{r install, message=FALSE, eval=FALSE, echo=TRUE}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The **ClimMobTools** package provides the toolkit for the [ClimMob](https://clim
1515
Installation
1616
------------
1717

18+
The package may be installed from CRAN via
19+
20+
``` r
21+
install.packages("ClimMobTools")
22+
```
23+
1824
The development version can be installed via
1925

2026
``` r

docs/articles/Overview.html

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/Overview.Rmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ The **ClimMobTools** package provides the toolkit employed in crowdsourcing citi
3636

3737
## Installation
3838

39+
The package may be installed from CRAN via
40+
41+
```{r cran, message=FALSE, eval=FALSE, echo=TRUE}
42+
install.packages("ClimMobTools")
43+
```
44+
3945
The development version can be installed via
4046

4147
```{r install, message=FALSE, eval=FALSE, echo=TRUE}
@@ -45,8 +51,7 @@ devtools::install_github("agrobioinfoservices/ClimMobTools")
4551
4652
```
4753

48-
49-
54+
5055
# Usage
5156

5257
The `breadwheat` is a dataframe from crowdsourcing citizen science trials of bread wheat (*Triticum aestivum*) varieties in India. This is a sample data available at the [ClimMob](https://climmob.net/blog/) that can be fetched using the function `getDataCM` from **ClimMobTools** and an API key from the ClimMob portal.

0 commit comments

Comments
 (0)