diff --git a/DESCRIPTION b/DESCRIPTION index bb674c5..4ad4179 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,9 +15,8 @@ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 -URL: https://maelle.github.io/poissontemplate/, https://github.com/maelle/poissontemplate -BugReports: https://github.com/maelle/poissontemplate/issues -Config/Needs/website: maelle/poissontemplate +URL: https://poissonconsulting.github.io/poissontemplate/, https://github.com/poissonconsulting/poissontemplate +BugReports: https://github.com/poissonconsulting/poissontemplate/issues Suggests: knitr, rmarkdown diff --git a/README.md b/README.md index d7ce4c7..6d0e6bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # poissontemplate -[![R-CMD-check](https://github.com/maelle/poissontemplate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/maelle/poissontemplate/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/poissonconsulting/poissontemplate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/poissonconsulting/poissontemplate/actions/workflows/R-CMD-check.yaml) poissontemplate provides a custom [pkgdown](https://pkgdown.r-lib.org/) template for Poisson consulting packages. @@ -25,10 +25,10 @@ template: For all sites, ensure that DESCRIPTION contains: ```yaml -Config/Needs/website: maelle/poissontemplate +Config/Needs/website: poissonconsulting/poissontemplate ``` -by editing the file manually or by running `desc::desc_set("Config/Needs/website", "maelle/poissontemplate")`. +by editing the file manually or by running `desc::desc_set("Config/Needs/website", "poissonconsulting/poissontemplate")`. ## Installation @@ -37,7 +37,7 @@ You can install the development version of poissontemplate from [GitHub](https:/ ``` r # install.packages("pak") -pak::pak("maelle/poissontemplate") +pak::pak("poissonconsulting/poissontemplate") ``` ## Relevant resources diff --git a/_pkgdown.yml b/_pkgdown.yml index e2dcd9f..203b6e6 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://maelle.github.io/poissontemplate/ +url: https://poissonconsulting.github.io/poissontemplate/ template: package: poissontemplate