Skip to content

Commit

Permalink
chore: Install system dependencies in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Nov 11, 2021
1 parent 517155d commit a2346fb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 151 deletions.
72 changes: 0 additions & 72 deletions .appveyor.yml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
Expand All @@ -33,6 +31,15 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- name: Install ledger/hledger/beancount
if: always()
run: |
sudo apt-get install -y ledger
sudo apt-get install -y hledger
sudo apt-get install -y python3 python3-pip python3-setuptools
pip3 install beancount
shell: bash

- uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ matrix.config.r }}
Expand Down
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .travis/install_system_dependencies.sh

This file was deleted.

7 changes: 2 additions & 5 deletions cran-comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ Depending on the type of plaintext accounting file to be imported this package h

**Test environments**

* local (linux, R 3.6.3) with all of the system dependencies installed
* local (linux, R 4.1.1) with all of the system dependencies installed
* win-builder (windows, R devel) with none of the system dependencies installed
* travis-ci (linux, R devel) with ledger and beancount installed
* appveyor (windows, R release) with all of the system dependencies installed
* travis-ci (OSX, R release) with ledger and beancount installed
* travis-ci (linux, R release) with ledger and beancount installed
* Github Actions (linux, R devel, R release, R oldrel) with all dependencies installed

**R CMD check --as-cran results**

Expand Down

0 comments on commit a2346fb

Please sign in to comment.