Fix the datanames bug causing teal app to crash when teal_data
has non standard object names
#2741
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docs 📚 | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "inst/templates/**" | |
- "_pkgdown.*" | |
- DESCRIPTION | |
- "**.md" | |
- "**.Rmd" | |
- "man/**" | |
- "LICENSE.*" | |
- NAMESPACE | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
branches: | |
- main | |
paths: | |
- "inst/templates/**" | |
- "_pkgdown.*" | |
- DESCRIPTION | |
- "**.md" | |
- "**.Rmd" | |
- "man/**" | |
- "LICENSE.*" | |
- NAMESPACE | |
workflow_dispatch: | |
jobs: | |
docs: | |
name: Pkgdown Docs 📚 | |
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main | |
secrets: | |
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} | |
with: | |
default-landing-page: latest-tag | |
additional-unit-test-report-directories: unit-test-report-non-cran | |
deps-installation-method: setup-r-dependencies | |
lookup-refs: | | |
insightsengineering/teal.data | |
insightsengineering/teal.slice | |
insightsengineering/teal.code | |
insightsengineering/teal.logger | |
insightsengineering/teal.reporter | |
insightsengineering/teal.widgets |