Skip to content

Commit

Permalink
add a minor note about usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell authored Jun 13, 2024
1 parent b5fed7d commit 6d79380
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ You can install the development version of Stat406 from
remotes::install_github("UBC-STAT/stat-406-rpackage", dependencies = TRUE)
```

## Usage

After installation, the package will be available in R under the name `Stat406`. You can load it into R using the code

```r
library(Stat406)
```

## Start up

Once you have installed the package, you should run
Expand Down

0 comments on commit 6d79380

Please sign in to comment.