Skip to content

Fix lsmeans to work if only 1 categorical variable exists in the data… #145

Fix lsmeans to work if only 1 categorical variable exists in the data…

Fix lsmeans to work if only 1 categorical variable exists in the data… #145

Workflow file for this run

---
name: Docs
on:
push:
branches:
- main
- test-pkgdown-workflow
tags:
- "v*"
workflow_dispatch:
jobs:
docs:
name: Pkgdown Docs
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
default-landing-page: "latest-tag"