Skip to content

Commit

Permalink
Switches installation of chattr to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 29, 2024
1 parent 7f5ecbf commit 73df562
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ it is worth mentioning that it works outside RStudio, for example the terminal.
## Getting started
To get started, simply download the package from GitHub, and call the Shiny app
To get started, install the package from CRAN, and then call the Shiny app
using the `chattr_app()` function:
```r
# Install from GitHub
remotes::install_github("mlverse/chattr")
# Install from CRAN
install.packages("chattr")
# Run the app
chattr::chattr_app()
Expand Down

2 comments on commit 73df562

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.