Skip to content

Commit

Permalink
On CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
patzaw committed Jun 7, 2022
1 parent 173d005 commit 8a50648
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ The TKCat R package is licensed under

# Installation

## From CRAN

```{r, eval=FALSE}
install.packages("TKCat")
```

## Dependencies

The following R packages available on CRAN are required:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ README
================

- [Installation](#installation)
- [From CRAN](#from-cran)
- [Dependencies](#dependencies)
- [From github](#from-github)
- [Documentation](#documentation)
Expand Down Expand Up @@ -30,6 +31,12 @@ The TKCat R package is licensed under

# Installation

## From CRAN

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

## Dependencies

The following R packages available on CRAN are required:
Expand Down

0 comments on commit 8a50648

Please sign in to comment.