Skip to content

Commit 0a895bb

Browse files
committed
Fixed errors in the files as well as warnings. fix vignette issues and updated the R-CMD-check file
1 parent 651b7fe commit 0a895bb

74 files changed

Lines changed: 17 additions & 24797 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/R-CMD-check.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,22 @@ jobs:
3636
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ matrix.python }}
39-
- name: Install Python ACRO
40-
run: python -m pip install acro
4139
- name: Setup pandoc
4240
uses: r-lib/actions/setup-pandoc@v2
4341
- name: Setup R
4442
uses: r-lib/actions/setup-r@v2
4543
with:
4644
r-version: ${{ matrix.r }}
45+
46+
- name: Install Python ACRO
47+
run: python -m pip install acro
48+
49+
- name: Configure reticulate Python
50+
run: |
51+
echo "RETICULATE_PYTHON=$(which python)" >> $GITHUB_ENV
52+
echo "RETICULATE_PYTHON_ENV=$(which python)" >> $GITHUB_ENV
53+
shell: bash
54+
4755
- name: Install R dependencies
4856
uses: r-lib/actions/setup-r-dependencies@v2
4957
with:
@@ -53,3 +61,4 @@ jobs:
5361
uses: r-lib/actions/check-r-package@v2
5462
with:
5563
upload-snapshots: true
64+
build-vignettes: true

docs/404.html

Lines changed: 0 additions & 77 deletions
This file was deleted.

docs/CONTRIBUTING.html

Lines changed: 0 additions & 103 deletions
This file was deleted.

docs/LICENSE-text.html

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)