Skip to content

poissonconsulting/poissontemplate

Folders and files

NameName
Last commit message
Last commit date
Sep 9, 2024
Sep 20, 2024
Jan 17, 2025
Sep 10, 2024
Sep 16, 2024
Jan 3, 2025
Sep 9, 2024
Jan 17, 2025
Sep 9, 2024
Sep 9, 2024
Sep 10, 2024
Jan 3, 2025
Jan 27, 2025
Jan 14, 2025
Jan 3, 2025

Repository files navigation

poissontemplate

Lifecycle: stable R-CMD-check

poissontemplate provides a custom pkgdown template for Poisson consulting packages. Please don’t use it for your own package.

Setup

In every package where you need to set up poissontemplate usage, run

poissontemplate::use_poisson_pkgdown()

Installation

Release

To install the release version from CRAN.

install.packages("poissontemplate")

The website for the release version is at https://poissonconsulting.github.io/poissontemplate/.

Development

To install the development version from r-universe.

install.packages("poissontemplate", repos = c("https://poissonconsulting.r-universe.dev", "https://cloud.r-project.org"))

or from GitHub

# install.packages("remotes")
remotes::install_github("poissonconsulting/poissontemplate")

Then contact the owner of Poisson consulting Plausible account to have a domain set up. Once it is done, amend and add the following lines to the pkgdown configuration file:

includes:
    in_header: |
      <script defer data-domain="{YOUR DOMAIN},poissonconsulting.ca" src="https://plausible.io/js/plausible.js"></script>  

Relevant resources

About

'pkgdown' Templates for Poisson Consulting Packages

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages