PMassicotte / gtrendsR

R functions to perform and display Google Trends queries
352 stars 112 forks source link

# Run CI for R using https://eddelbuettel.github.io/r-ci/ name: ci on: push: pull_request: env: USE_BSPM: "true" _R_CHECK_FORCE_SUGGESTS_: "false" jobs:not requried ci: strategy:make sure tests matrix: include:1 - {os: macOS-latest} - {os: ubuntu-latest} runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Bootstrap run: | curl -OLs https://eddelbuettel.github.io/r-ci/run.sh chmod 0755 run.sh ./run.sh bootstrap - name: Dependencies run: ./run.sh install_all - name: Test run: ./run.sh run_tests #- name: Coverage # if: ${{ matrix.os == 'ubuntu-latest' }} # run: ./run.sh coverage #463

Closed Khopdi666 closed 1 month ago

Khopdi666 commented 1 month ago

This is good

eddelbuettel commented 1 month ago

Can you please edit your Subject: line?

The link Markdown is supported gives you a concise introduction to the available styling.

PMassicotte commented 1 month ago

???