Skip to content

Commit

Permalink
cran
Browse files Browse the repository at this point in the history
  • Loading branch information
kauedesousa committed Aug 7, 2019
1 parent 3edbfa4 commit 9db3647
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ The **ClimMobTools** package provides the toolkit for the [ClimMob](https://clim

## Installation

The package may be installed from CRAN via

```{r cran, message=FALSE, eval=FALSE, echo=TRUE}
install.packages("ClimMobTools")
```

The development version can be installed via

```{r install, message=FALSE, eval=FALSE, echo=TRUE}
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The **ClimMobTools** package provides the toolkit for the [ClimMob](https://clim
Installation
------------

The package may be installed from CRAN via

``` r
install.packages("ClimMobTools")
```

The development version can be installed via

``` r
Expand Down
2 changes: 2 additions & 0 deletions docs/articles/Overview.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions vignettes/Overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ The **ClimMobTools** package provides the toolkit employed in crowdsourcing citi

## Installation

The package may be installed from CRAN via

```{r cran, message=FALSE, eval=FALSE, echo=TRUE}
install.packages("ClimMobTools")
```

The development version can be installed via

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




# Usage

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.
Expand Down

0 comments on commit 9db3647

Please sign in to comment.