From e18934b27367d80c98d98ef66297ade0743d6d80 Mon Sep 17 00:00:00 2001 From: Sarah Teichman Date: Fri, 17 Nov 2023 11:48:43 -0800 Subject: [PATCH] try to switch over .github.io page from my account to statdivlab --- DESCRIPTION | 2 +- README.md | 2 +- _pkgdown.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dc195fa..ae711b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Authors@R: c( person("Xiangjie", "Xue", role = "ctb", comment = "VGAM library") ) Description: Statistical modeling for correlated count data using the beta-binomial distribution, described in Martin et al. (2020) . It allows for both mean and overdispersion covariates. -URL: https://github.com/statdivlab/corncob, https://svteichman.github.io/corncob/ +URL: https://github.com/statdivlab/corncob, https://statdivlab.github.io/corncob/ BugReports: https://github.com/statdivlab/corncob/issues Depends: R (>= 3.2) License: GPL (>= 2) diff --git a/README.md b/README.md index e684c03..7f82c8e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Note that R does not allow variable names to start with numbers. Sometimes, when ## Documentation -We additionally have a `pkgdown` [website](https://svteichman.github.io/corncob/) that contains pre-built versions of our function [documentation](https://svteichman.github.io/corncob/reference/index.html) and [vignette](https://svteichman.github.io/corncob/articles/corncob-intro.html). +We additionally have a `pkgdown` [website](https://statdivlab.github.io/corncob/) that contains pre-built versions of our function [documentation](https://statdivlab.github.io/corncob/reference/index.html) and [vignette](https://statdivlab.github.io/corncob/articles/corncob-intro.html). ## Citation diff --git a/_pkgdown.yml b/_pkgdown.yml index 2337d5f..79f96d0 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://svteichman.github.io/corncob/ +url: https://statdivlab.github.io/corncob/ template: bootstrap: 5