Skip to content

Commit

Permalink
update readme with instructions to install from CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaconet committed Jul 15, 2024
1 parent 2aa1c24 commit f7869b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
^\.github$
^cran-comments\.md$
^CRAN-SUBMISSION$
^joss-paper$
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.9.0
Date: 2024-07-10 13:54:46 UTC
SHA: 4a79b55d56cfbad28376df227dbedd44333d922a
Version: 0.9.1
Date: 2024-07-12 12:08:50 UTC
SHA: 2aa1c2408179e4fa1f876e72c0eed0717577ccdf
9 changes: 4 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,17 @@ Below is a comparison of modisfast with other packages available for downloading

## Installation

<!--
You can install the released version of modisfast from [CRAN](https://CRAN.R-project.org) with:
You can install the released version of `modisfast` from [CRAN](https://CRAN.R-project.org) with :

``` r
install.packages("modisfast")
```
-->
The package can be installed with:

or the development version (to get a bug fix or to use a feature from the development version) with :

``` r
if(!require(devtools)){install.packages("devtools")}
devtools::install_github("ptaconet/modisfast")
library(modisfast)
```

## Get Started
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ downloading chunks of remote sensing data :

## Installation

<!--
You can install the released version of modisfast from [CRAN](https://CRAN.R-project.org) with:
You can install the released version of `modisfast` from
[CRAN](https://CRAN.R-project.org) with :

``` r
install.packages("modisfast")
```
-->

The package can be installed with:
or the development version (to get a bug fix or to use a feature from
the development version) with :

``` r
if(!require(devtools)){install.packages("devtools")}
devtools::install_github("ptaconet/modisfast")
library(modisfast)
```

## Get Started
Expand Down

0 comments on commit f7869b0

Please sign in to comment.