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
- Host: GitHub
- URL: https://github.com/openair-project/openairpkgdown
- Owner: openair-project
- License: other
- Created: 2025-01-07T14:32:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T10:00:53.000Z (5 months ago)
- Last Synced: 2025-02-01T22:18:02.240Z (5 months ago)
- Topics: pkgdown-template
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## **openairpkgdown**
### pkgdown theme for the openair projectThis 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).