Skip to content

Commit

Permalink
doc: version for release 0.2 (cran)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Feb 5, 2024
1 parent 2801dfb commit aee0e15
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# rdeps 0.2.9000 (development version)


# rdeps 0.2

* Fix error when no package is listed in `DESCRIPTION`
Expand Down
13 changes: 11 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rdeps <img src="man/figures/logo.png" align="right" style="float:right; height:1
=========================================================

<!-- badges: start -->
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/rdeps)](https://CRAN.R-project.org/package=rdeps) -->
[![CRAN status](https://www.r-pkg.org/badges/version/rdeps)](https://CRAN.R-project.org/package=rdeps)
[![R CMD Check](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml)
[![Website](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml)
[![License: GPL (>= 2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)
Expand Down Expand Up @@ -67,7 +67,16 @@ it will be added to the section **Suggests** of the `DESCRIPTION` file.

## Installation

You can install the development version from [GitHub](https://github.com/) with:
You can install the stable version from [CRAN](https://cran.r-project.org/) with:

```{r eval=FALSE}
## Install stable version of < rdeps > from CRAN ----
install.packages("rdeps")
```


Or you can install the development version from [GitHub](https://github.com/) with:


```{r eval=FALSE}
## Install < remotes > package (if not already installed) ----
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# rdeps <img src="man/figures/logo.png" align="right" style="float:right; height:120px;"/>

<!-- badges: start -->
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/rdeps)](https://CRAN.R-project.org/package=rdeps) -->

[![CRAN
status](https://www.r-pkg.org/badges/version/rdeps)](https://CRAN.R-project.org/package=rdeps)
[![R CMD
Check](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml)
[![Website](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml)
Expand Down Expand Up @@ -50,7 +51,15 @@ Different types of dependencies are handled:

## Installation

You can install the development version from
You can install the stable version from
[CRAN](https://cran.r-project.org/) with:

``` r
## Install stable version of < rdeps > from CRAN ----
install.packages("rdeps")
```

Or you can install the development version from
[GitHub](https://github.com/) with:

``` r
Expand Down

0 comments on commit aee0e15

Please sign in to comment.