Skip to content

Commit

Permalink
chore: point to new repo home
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Sep 10, 2024
1 parent b580168 commit 43732e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# poissontemplate

<!-- badges: start -->
[![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)
<!-- badges: end -->

poissontemplate provides a custom [pkgdown](https://pkgdown.r-lib.org/) template for Poisson consulting packages.
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://maelle.github.io/poissontemplate/
url: https://poissonconsulting.github.io/poissontemplate/
template:
package: poissontemplate

0 comments on commit 43732e6

Please sign in to comment.