Skip to content

Fix tooltip_() API, crosshairs, dual-axis mark_ctx bug, and reorganize example Rmds #25

Fix tooltip_() API, crosshairs, dual-axis mark_ctx bug, and reorganize example Rmds

Fix tooltip_() API, crosshairs, dual-axis mark_ctx bug, and reorganize example Rmds #25

name: Copilot Setup Steps
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@HEAD
- name: Checkout G2
uses: actions/checkout@HEAD
with:
repository: antvis/G2
path: G2
- name: Install R
uses: r-lib/actions/setup-r@HEAD
with:
use-public-rspm: true
- uses: yihui/actions/setup-r-dependencies@HEAD
with:
extra-packages: roxygen2
- name: Set options in .Rprofile
run: |
echo "options(litedown.html.options = list(embed_resources = 'all'))" >> ~/.Rprofile