File tree 7 files changed +36
-7
lines changed
7 files changed +36
-7
lines changed Original file line number Diff line number Diff line change 3
3
^README\.Rmd$
4
4
^README-.*\.png$
5
5
^\.travis\.yml$
6
+ ^\.github$
Original file line number Diff line number Diff line change
1
+ * .html
Original file line number Diff line number Diff line change
1
+ # For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
2
+ # https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ - master
8
+ pull_request :
9
+ branches :
10
+ - main
11
+ - master
12
+
13
+ name : R-CMD-check
14
+
15
+ jobs :
16
+ R-CMD-check :
17
+ runs-on : macOS-latest
18
+ env :
19
+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
20
+ steps :
21
+ - uses : actions/checkout@v2
22
+ - uses : r-lib/actions/setup-r@v1
23
+ - name : Install dependencies
24
+ run : |
25
+ install.packages(c("remotes", "rcmdcheck"))
26
+ remotes::install_deps(dependencies = TRUE)
27
+ shell : Rscript {0}
28
+ - name : Check
29
+ run : rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
30
+ shell : Rscript {0}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Package: premiumPlots
2
2
Type: Package
3
3
Title: Plot PReMiuM results and diagnostics
4
- Version: 1.1.1
4
+ Version: 1.2.0
5
5
Authors@R: person("Simon", "Schoenbuchner",
6
6
7
7
role = c("aut", "cre"),
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
14
14
15
15
# premiumPlots
16
16
17
- [ ![ Build Status ] ( https://travis-ci .com/simisc/premiumPlots.svg?branch=master )] ( https://travis-ci .com/simisc/premiumPlots )
17
+ [ ![ R build status ] ( https://github .com/simisc/premiumPlots/workflows/R-CMD-check/badge .svg )] ( https://github .com/simisc/premiumPlots/actions )
18
18
[ ![ DOI] ( https://zenodo.org/badge/120929260.svg )] ( https://zenodo.org/badge/latestdoi/120929260 )
19
19
[ ![ Licence] ( https://img.shields.io/github/license/simisc/premiumPlots )] ( https://github.com/simisc/premiumPlots/blob/master/LICENSE )
20
20
[ ![ Lifecycle] ( https://img.shields.io/badge/lifecycle-dormant-blue.svg )] ( https://www.tidyverse.org/lifecycle/#dormant )
Original file line number Diff line number Diff line change 3
3
4
4
# premiumPlots
5
5
6
- [ ![ Build
7
- Status ] ( https://travis-ci .com/simisc/premiumPlots.svg?branch=master )] ( https://travis-ci .com/simisc/premiumPlots )
6
+ [ ![ R build
7
+ status ] ( https://github .com/simisc/premiumPlots/workflows/R-CMD-check/badge .svg )] ( https://github .com/simisc/premiumPlots/actions )
8
8
[ ![ DOI] ( https://zenodo.org/badge/120929260.svg )] ( https://zenodo.org/badge/latestdoi/120929260 )
9
9
[ ![ Licence] ( https://img.shields.io/github/license/simisc/premiumPlots )] ( https://github.com/simisc/premiumPlots/blob/master/LICENSE )
10
10
[ ![ Lifecycle] ( https://img.shields.io/badge/lifecycle-dormant-blue.svg )] ( https://www.tidyverse.org/lifecycle/#dormant )
You can’t perform that action at this time.
0 commit comments