Skip to content

updated kremin_2021 README #5

updated kremin_2021 README

updated kremin_2021 README #5

Workflow file for this run

# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
name: test-import
jobs:
test-import:
runs-on: macOS-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v1
- name: Install dependencies
run: |
install.packages('remotes')
remotes::install_github("langcog/peekbankr", force=T)
- name: Run pipeline
run: R helper_functions/pipeline.R