Skip to content

Commit

Permalink
Merge pull request #367 from poissonconsulting/dev
Browse files Browse the repository at this point in the history
add vignettes and update paper
  • Loading branch information
joethorley authored May 2, 2024
2 parents f443a2c + 7941301 commit 61b0930
Show file tree
Hide file tree
Showing 33 changed files with 2,414 additions and 1,425 deletions.
6 changes: 6 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,23 @@ Imports:
utils,
VGAM
Suggests:
actuar,
covr,
car,
doFuture,
dplyr,
EnvStats,
extraDistr,
fitdistrplus,
foreach,
future,
glue,
grDevices,
ggpubr,
knitr,
magrittr,
mle.tools,
patchwork,
R.rsp,
readr,
reshape2,
Expand All @@ -91,6 +96,7 @@ Suggests:
testthat,
tidyr,
tidyselect,
tinytex,
withr
LinkingTo:
Rcpp,
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ remotes::install_github("bcgov/ssdtools")

## Introduction

The dependency `ssddata` provides a example data sets for several chemicals including Boron.
The dependency [`ssddata`](https://cran.r-project.org/web/packages/ssddata/index.html) provides a example data sets for several chemicals including Boron.
```{r, message=FALSE}
library(ssdtools)
ssddata::ccme_boron
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ remotes::install_github("bcgov/ssdtools")

## Introduction

The dependency `ssddata` provides a example data sets for several
chemicals including Boron.
The dependency
[`ssddata`](https://cran.r-project.org/web/packages/ssddata/index.html)
provides a example data sets for several chemicals including Boron.

``` r
library(ssdtools)
Expand Down
31 changes: 27 additions & 4 deletions man/geom_hcintersect.Rd

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

63 changes: 51 additions & 12 deletions man/geom_ssd.Rd

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

63 changes: 51 additions & 12 deletions man/geom_ssdpoint.Rd

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

63 changes: 51 additions & 12 deletions man/geom_ssdsegment.Rd

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

Loading

0 comments on commit 61b0930

Please sign in to comment.