Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaynor1 authored and mgaynor1 committed Feb 13, 2024
1 parent 28d14aa commit 0c28be5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Depends:
LazyData: true
License: GPL-3
Maintainer: ML Gaynor <[email protected]>
URL: http://mlgaynor.com/nQuack/,https://github.com/mgaynor1/nQuack
URL: http://mlgaynor.com/nQuack/ https://github.com/mgaynor1/nQuack
BugReports: https://github.com/mgaynor1/nQuack/issue

39 changes: 24 additions & 15 deletions docs/articles/BasicExample.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
ModelOptions: ModelOptions.html
Outliers: Outliers.html
SimulateData: SimulateData.html
last_built: 2024-02-13T01:44Z
last_built: 2024-02-13T14:13Z
urls:
reference: http://mlgaynor.com/nQuack/reference
article: http://mlgaynor.com/nQuack/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions vignettes/BasicExample.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ In the "data/" folder found on this github, I provide three samples of <i>Galax

The raw files were created by following the preprocessing steps outlined in the 'Data Preparation'.

## Load packages
This tutorial requires `nQuack` and `dplyr`.

```{r eval=FALSE, include=TRUE}
library(nQuack)
library(dplyr)
```

## Data preparation

### 01. Prepare data
Expand Down

0 comments on commit 0c28be5

Please sign in to comment.