File tree 4 files changed +6
-12
lines changed
4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 12
12
.*rawRcolor.*
13
13
vignettes.MSV86542.Rmd
14
14
vignettes.functional_test.Rmd
15
+ ^doc$
16
+ ^Meta$
Original file line number Diff line number Diff line change 37
37
&& sudo cp /tmp/rawR/exec/*.dll $MONO_PATH
38
38
39
39
- name : Cache MSV000086542 raw files
40
- id : cache-MSV000086542
40
+ id : cache-MSV000086542-20181113_010_autoQC01
41
41
uses : actions/cache@v2
42
42
with :
43
43
path : ~/Downloads/
48
48
run : |
49
49
mkdir -p ~/Downloads/ \
50
50
&& cd ~/Downloads/ \
51
- && wget ftp://massive.ucsd.edu/MSV000086542/raw/* .raw
51
+ && wget ftp://massive.ucsd.edu/MSV000086542/raw/20181113_010_autoQC01 .raw
52
52
53
53
- name : Cache R packages
54
54
id : cache-rpkgs
70
70
name : rawrr_vignette
71
71
path : check/rawrr.Rcheck/rawrr/doc/JPR_TechnicalNote.pdf
72
72
if-no-files-found : warn
73
- - uses : actions/upload-artifact@v2
74
- with :
75
- name : rawrr_MSV000086542
76
- path : check/rawrr.Rcheck/rawrr/doc/JPR_supplement.pdf
77
- if-no-files-found : warn
78
73
- uses : actions/upload-artifact@v2
79
74
with :
80
75
name : rawrr_manual
Original file line number Diff line number Diff line change 5
5
src /* .o
6
6
src /* .so
7
7
src /* .dll
8
+ doc
9
+ Meta
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ abstract: |
13
13
using the latest stable `R` and [rawrr](https://github.com/fgcz/rawrr)
14
14
package versions.
15
15
A Rmarkdown [script](https://github.com/fgcz/rawrr/blob/master/vignettes/JPR_supplement.Rmd) process generates this report.
16
- vignette : |
17
- %\usepackage[utf8]{inputenc}
18
- %\VignetteEncoding{UTF-8}
19
- %\VignetteIndexEntry{rawrr - process MSV000086542}
20
- %\VignetteEngine{knitr::rmarkdown}
21
16
urlcolor : blue
22
17
toc : true
23
18
header-includes :
You can’t perform that action at this time.
0 commit comments