Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
cran updates
Browse files Browse the repository at this point in the history
  • Loading branch information
obrl-soil committed Aug 5, 2019
1 parent dedd724 commit 3900339
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 17 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# slga 1.1.0
# slga 1.1.0 [CRAN]

* User must now specify output directory when writing retrieved data to disk (CRAN rules).

Expand Down
10 changes: 9 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ knitr::opts_chunk$set(

[![Travis build status](https://travis-ci.com/obrl-soil/slga.svg?branch=master)](https://travis-ci.com/obrl-soil/slga)
[![Coverage status](https://codecov.io/gh/obrl-soil/slga/branch/master/graph/badge.svg)](https://codecov.io/github/obrl-soil/slga?branch=master)
[![CRAN](http://www.r-pkg.org/badges/version/slga)](https://cran.r-project.org/package=slga)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/slga)](http://www.r-pkg.org/pkg/slga)

# slga

Expand All @@ -28,9 +30,15 @@ All products are returned in GDA94 long/lat (EPSG:4283) and have a cell resoluti

## Installation

Install from github with
Install from CRAN with

```{r 'installation', eval = FALSE}
install.packages('slga')
```

Install from github with

```{r 'installation_dev', eval = FALSE}
devtools::install_github("obrl-soil/slga")
```

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
status](https://travis-ci.com/obrl-soil/slga.svg?branch=master)](https://travis-ci.com/obrl-soil/slga)
[![Coverage
status](https://codecov.io/gh/obrl-soil/slga/branch/master/graph/badge.svg)](https://codecov.io/github/obrl-soil/slga?branch=master)
[![CRAN](http://www.r-pkg.org/badges/version/slga)](https://cran.r-project.org/package=slga)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/slga)](http://www.r-pkg.org/pkg/slga)

# slga

Expand All @@ -25,6 +27,12 @@ resolution of 3" (roughly 90m).

## Installation

Install from CRAN with

``` r
install.packages('slga')
```

Install from github with

``` r
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/slga.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.

40 changes: 26 additions & 14 deletions docs/news/index.html

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

0 comments on commit 3900339

Please sign in to comment.