Skip to content

Commit e3117bb

Browse files
committed
use onky one vignette
1 parent 75eef2e commit e3117bb

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
.*rawRcolor.*
1313
vignettes.MSV86542.Rmd
1414
vignettes.functional_test.Rmd
15+
^doc$
16+
^Meta$

.github/workflows/defaultLinux.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
&& sudo cp /tmp/rawR/exec/*.dll $MONO_PATH
3838
3939
- name: Cache MSV000086542 raw files
40-
id: cache-MSV000086542
40+
id: cache-MSV000086542-20181113_010_autoQC01
4141
uses: actions/cache@v2
4242
with:
4343
path: ~/Downloads/
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
mkdir -p ~/Downloads/ \
5050
&& cd ~/Downloads/ \
51-
&& wget ftp://massive.ucsd.edu/MSV000086542/raw/*.raw
51+
&& wget ftp://massive.ucsd.edu/MSV000086542/raw/20181113_010_autoQC01.raw
5252
5353
- name: Cache R packages
5454
id: cache-rpkgs
@@ -70,11 +70,6 @@ jobs:
7070
name: rawrr_vignette
7171
path: check/rawrr.Rcheck/rawrr/doc/JPR_TechnicalNote.pdf
7272
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
7873
- uses: actions/upload-artifact@v2
7974
with:
8075
name: rawrr_manual

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
src/*.o
66
src/*.so
77
src/*.dll
8+
doc
9+
Meta

vignettes/JPR_supplement.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ abstract: |
1313
using the latest stable `R` and [rawrr](https://github.com/fgcz/rawrr)
1414
package versions.
1515
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}
2116
urlcolor: blue
2217
toc: true
2318
header-includes:

0 commit comments

Comments
 (0)