Skip to content

Commit 01e5a14

Browse files
committed
doc links
1 parent 36e9aeb commit 01e5a14

File tree

7 files changed

+11
-14
lines changed

7 files changed

+11
-14
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ R package for fitting distributions to run timing data via maximum likelihood
2020

2121
[![R build status](https://github.com/ericward-noaa/phenomix/workflows/R-CMD-check/badge.svg)](https://github.com/ericward-noaa/phenomix/actions)
2222

23-
23+
pkgdown site: [https://ericward-noaa.github.io/phenomix/](https://ericward-noaa.github.io/phenomix/)
2424
## Installation
2525

2626
You can install phenomix with:
@@ -69,7 +69,7 @@ ggplot(df, aes(doy,exp(y),col=year,group=year)) +
6969

7070
## Examples
7171

72-
The main functions are `create_data()` and `fit()`. See `?create_data` and `?fit` for additional details and examples. A vignette includes additional detail, and examples of several models as well as function arguments available [here](https://github.com/ericward-noaa/phenomix/tree/master/vignettes).
72+
The main functions are `create_data()` and `fit()`. See `?create_data` and `?fit` for additional details and examples. A vignette includes additional detail, and examples of several models as well as function arguments available [https://ericward-noaa.github.io/phenomix/](https://ericward-noaa.github.io/phenomix/).
7373

7474
## NOAA Disclaimer
7575

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ likelihood
88
[![R build
99
status](https://github.com/ericward-noaa/phenomix/workflows/R-CMD-check/badge.svg)](https://github.com/ericward-noaa/phenomix/actions)
1010

11-
## Installation
11+
pkgdown site: <https://ericward-noaa.github.io/phenomix/> \#\#
12+
Installation
1213

1314
You can install phenomix with:
1415

@@ -48,8 +49,7 @@ the model support a symmetric or asymmetric distribution?
4849
The main functions are `create_data()` and `fit()`. See `?create_data`
4950
and `?fit` for additional details and examples. A vignette includes
5051
additional detail, and examples of several models as well as function
51-
arguments available
52-
[here](https://github.com/ericward-noaa/phenomix/tree/master/vignettes).
52+
arguments available <https://ericward-noaa.github.io/phenomix/>.
5353

5454
## NOAA Disclaimer
5555

docs/articles/a1_examples.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a2_covariates.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a3_troubleshooting.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ articles:
55
a1_examples: a1_examples.html
66
a2_covariates: a2_covariates.html
77
a3_troubleshooting: a3_troubleshooting.html
8-
last_built: 2022-03-03T00:52Z
8+
last_built: 2022-03-03T15:48Z
99

0 commit comments

Comments
 (0)