An open API service indexing awesome lists of open source software.

https://github.com/openair-project/openairpkgdown

đŸ“Ļ openair pkgdown theme
https://github.com/openair-project/openairpkgdown

pkgdown-template

Last synced: 3 months ago
JSON representation

đŸ“Ļ openair pkgdown theme

Awesome Lists containing this project

README

        

## **openairpkgdown**
### pkgdown theme for the openair project

This is a package containing the `{pkgdown}` theme for the **openair** toolkit of R packages.

> [!IMPORTANT]
> Please do not use this template if you are not contributing to the openair project.


## â„šī¸ Usage

Please refer to for more information. To use this template, a package needs the following line in its `DESCRIPTION`.

```yaml
Config/Needs/website: openair-project/openairpkgdown
```

And this line in its `_pkgdown.yml`.

```yaml
template:
package: openairpkgdown
```

GitHub actions will then apply this theme. For local compilation you will need to install this package.

```r
pak::pak("openair-project/openairpkgdown")
```


đŸ›ī¸ **openairpkgdown** is primarily maintained by [Jack Davison](https://github.com/jack-davison).

📃 **openairpkgdown** is licensed under the [MIT License](LICENSE.md).