File tree 8 files changed +314
-105
lines changed
8 files changed +314
-105
lines changed 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
+ steps :
19
+ - uses : actions/checkout@v2
20
+ - uses : r-lib/actions/setup-r@v1
21
+ - name : Install dependencies
22
+ run : |
23
+ install.packages(c("remotes", "rcmdcheck"))
24
+ remotes::install_deps(dependencies = TRUE)
25
+ shell : Rscript {0}
26
+ - name : Check
27
+ run : rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
28
+ shell : Rscript {0}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # ' @keywords internal
2
+ " _PACKAGE"
3
+
4
+ # The following block is used by usethis to automatically manage
5
+ # roxygen namespace tags. Modify with care!
6
+ # # usethis namespace: start
7
+ # # usethis namespace: end
8
+ NULL
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
16
16
# evaluator <a href =" https://evaluator.tidyrisk.org " ><img alt =" evaluator Logo " title =" evaluator " align =" right " src =" man/figures/logo.png " height =" 139 " /></a >
17
17
18
18
<!-- badges: start -->
19
- [ ![ Build Status ] ( https://travis-ci.org /davidski/evaluator.svg?branch=master )] ( https://travis-ci.org /davidski/evaluator )
19
+ [ ![ R build status ] ( https://github.com /davidski/evaluator/workflows/R-CMD-check/badge .svg )] ( https://github.com /davidski/evaluator/actions )
20
20
[ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/davidski/evaluator?branch=master&svg=true )] ( https://ci.appveyor.com/project/davidski/evaluator )
21
21
[ ![ Coverage Status] ( https://codecov.io/gh/davidski/evaluator/branch/master/graph/badge.svg )] ( https://codecov.io/github/davidski/evaluator?branch=master )
22
22
[ ![ CRAN_Status_Badge] ( https://www.r-pkg.org/badges/version/evaluator )] ( https://cran.r-project.org/package=evaluator )
Original file line number Diff line number Diff line change 1
1
{
2
2
"R": {
3
- "Version": "3.6.2 ",
3
+ "Version": "4.0.3 ",
4
4
"Repositories": [
5
5
{
6
6
"Name": "CRAN",
835
835
},
836
836
"renv": {
837
837
"Package": "renv",
838
- "Version": "0.9.3 ",
838
+ "Version": "0.12.2 ",
839
839
"Source": "Repository",
840
840
"Repository": "CRAN",
841
- "Hash": "c1a367437d8a8a44bec4b9d4974cb20c "
841
+ "Hash": "398cc1ea892e1aade66d1ecbb2874d24 "
842
842
},
843
843
"reshape2": {
844
844
"Package": "reshape2",
Original file line number Diff line number Diff line change
1
+ lock /
1
2
library /
2
3
python /
3
4
staging /
You can’t perform that action at this time.
0 commit comments