Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Switch to using r-ci action with included bootstrap#80

Switch to using r-ci action with included bootstrap

Switch to using r-ci action with included bootstrap #80

Workflow file for this run

# Run CI for R using https://eddelbuettel.github.io/r-ci/
name:ci
on:
push:
pull_request:
env:
_R_CHECK_FORCE_SUGGESTS_:"false"
jobs:
ci:
strategy:
matrix:
include:
#- {os: macOS-latest}
-{os: ubuntu-latest}
runs-on:${{ matrix.os }}
steps:
-name:Checkout
uses:actions/checkout@v4
-name:Setup
uses:eddelbuettel/github-actions/r-ci@master
-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

[8]ページ先頭

©2009-2025 Movatter.jp