Skip to content

Commit

Permalink
Re-doc package
Browse files Browse the repository at this point in the history
Update URLs in Description and Readme
Re-run pkgdown::build_site()
  • Loading branch information
ericward-noaa committed Jan 22, 2024
1 parent 722d124 commit 8fb4ff6
Show file tree
Hide file tree
Showing 25 changed files with 124 additions and 124 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Biarch: true
URL: https://nwfsc-cb.github.io/zoid/
BugReports: https://github.com/nwfsc-cb/zoid/issues
URL: https://noaa-nwfsc.github.io/zoid/
BugReports: https://github.com/noaa-nwfsc/zoid/issues
Depends:
R (>= 3.4.0)
Imports:
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ knitr::opts_chunk$set(
# ZOID

<!-- badges: start -->
[![R build status](https://github.com/nwfsc-cb/zoid/workflows/R-CMD-check/badge.svg)](https://github.com/nwfsc-cb/zoid/actions)
[![R build status](https://github.com/noaa-nwfsc/zoid/workflows/R-CMD-check/badge.svg)](https://github.com/noaa-nwfsc/zoid/actions)
<!-- badges: end -->

zoid implements zero-and-one inflated Dirichlet regression (also known as trinomial mixture models) in a Bayesian framework (Stan)

You can install the development version of the package with:

```{r, eval=FALSE}
remotes::install_github("nwfsc-cb/zoid")
remotes::install_github("noaa-nwfsc/zoid")
```

### NOAA Disclaimer
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# ZOID

<!-- badges: start -->
[![R build status](https://github.com/noaa-nwfsc/zoid/workflows/R-CMD-check/badge.svg)](https://github.com/noaa-nwfsc/zoid/actions)
<!-- badges: start --> [![R build
status](https://github.com/noaa-nwfsc/zoid/workflows/R-CMD-check/badge.svg)](https://github.com/noaa-nwfsc/zoid/actions)
<!-- badges: end -->

zoid implements zero-and-one inflated Dirichlet regression (also known
Expand All @@ -13,7 +13,7 @@ as trinomial mixture models) in a Bayesian framework (Stan)
You can install the development version of the package with:

``` r
remotes::install_github("nwfsc-cb/zoid")
remotes::install_github("noaa-nwfsc/zoid")
```

### NOAA Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

34 changes: 17 additions & 17 deletions docs/articles/a01_fitting.html

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

8 changes: 4 additions & 4 deletions docs/articles/a02_simulating.html

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

8 changes: 4 additions & 4 deletions docs/articles/a03_beta_priors.html

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

8 changes: 4 additions & 4 deletions docs/articles/a04_priors.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/articles/index.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.

10 changes: 5 additions & 5 deletions docs/index.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/news/index.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 @@ -6,5 +6,5 @@ articles:
a02_simulating: a02_simulating.html
a03_beta_priors: a03_beta_priors.html
a04_priors: a04_priors.html
last_built: 2023-11-16T22:23Z
last_built: 2024-01-22T17:25Z

4 changes: 2 additions & 2 deletions docs/reference/broken_stick.html

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

Loading

0 comments on commit 8fb4ff6

Please sign in to comment.