File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,20 @@ jobs:
13
13
- name : Install R
14
14
uses : r-lib/actions/setup-r@v1
15
15
16
- - name : Install dependencies
16
+ - name : Print wd
17
17
run : |
18
- install.packages(c("remotes", "rcmdcheck" ))
19
- remotes::install_deps(pkgdir = "./R-package", dependencies = TRUE )
18
+ print(getwd( ))
19
+ print(list.files() )
20
20
shell : Rscript {0}
21
21
22
- - name : Check
23
- run : |
24
- options(crayon.enabled = TRUE)
25
- rcmdcheck::rcmdcheck(path = "./R-package", args = "--no-manual", error_on = "error")
26
- shell : Rscript {0}
22
+ # - name: Install dependencies
23
+ # run: |
24
+ # install.packages(c("remotes", "rcmdcheck"))
25
+ # remotes::install_deps(pkgdir = "./R-package", dependencies = TRUE)
26
+ # shell: Rscript {0}
27
+ #
28
+ # - name: Check
29
+ # run: |
30
+ # options(crayon.enabled = TRUE)
31
+ # rcmdcheck::rcmdcheck(path = "./R-package", args = "--no-manual", error_on = "error")
32
+ # shell: Rscript {0}
You can’t perform that action at this time.
0 commit comments