Browse code

Try out the R CMD check action.

Andrew McDavid authored on 29/09/2021 18:22:39
Showing 1 changed files
... ...
@@ -15,3 +15,4 @@ manuscript/
15 15
 R/immcantation-utils.R
16 16
 ^WORDLIST$
17 17
 ^doc$
18
+^\.github$
Browse code

Rename cluster_name to cluster_pk (since that's what it is).

Andrew McDavid authored on 15/10/2020 14:27:43
Showing 1 changed files
... ...
@@ -14,3 +14,4 @@ manuscript/
14 14
 .ignore
15 15
 R/immcantation-utils.R
16 16
 ^WORDLIST$
17
+^doc$
Browse code

LazyData: false hangover

Andrew McDavid authored on 30/09/2020 20:17:48
Showing 1 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3 3
 extdata/.*\.json$
4
-^inst/script/*.csv
5
-^inst/script/*.json
6
-^inst/script/*.h5
4
+script/.*\.csv$
5
+script/.*\.json$
6
+script/.*\.h5$
7 7
 extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/
8
-^doc$
8
+^docs$
9 9
 ^Meta$
10 10
 manuscript/
11 11
 ^_pkgdown\.yml$
... ...
@@ -13,4 +13,4 @@ manuscript/
13 13
 ^pkgdown$
14 14
 .ignore
15 15
 R/immcantation-utils.R
16
-^inst/WORDLIST
16
+^WORDLIST$
Browse code

move data-raw to inst/script

Andrew McDavid authored on 30/09/2020 18:47:33
Showing 1 changed files
... ...
@@ -1,7 +1,9 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3 3
 extdata/.*\.json$
4
-^data-raw$
4
+^inst/script/*.csv
5
+^inst/script/*.json
6
+^inst/script/*.h5
5 7
 extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/
6 8
 ^doc$
7 9
 ^Meta$
... ...
@@ -10,6 +12,5 @@ manuscript/
10 12
 ^docs$
11 13
 ^pkgdown$
12 14
 .ignore
13
-README.Rmd
14 15
 R/immcantation-utils.R
15
-inst/WORDLIST
16
+^inst/WORDLIST
Browse code

Rbuildignore WORDLIST Lazydata: FALSE Fix a few spelling errors

Andrew McDavid authored on 30/09/2020 18:11:48
Showing 1 changed files
... ...
@@ -12,3 +12,4 @@ manuscript/
12 12
 .ignore
13 13
 README.Rmd
14 14
 R/immcantation-utils.R
15
+inst/WORDLIST
Browse code

Move data/manuscript prep to CellaRepertoriumData

Andrew McDavid authored on 05/09/2019 17:53:25
Showing 1 changed files
... ...
@@ -11,5 +11,4 @@ manuscript/
11 11
 ^pkgdown$
12 12
 .ignore
13 13
 README.Rmd
14
-data/ccdb_bcell.rda
15 14
 R/immcantation-utils.R
Browse code

Hopefully much faster canonicalization And more BiocCheck attempts

Andrew McDavid authored on 02/09/2019 05:02:39
Showing 1 changed files
... ...
@@ -12,3 +12,4 @@ manuscript/
12 12
 .ignore
13 13
 README.Rmd
14 14
 data/ccdb_bcell.rda
15
+R/immcantation-utils.R
Browse code

Add full mouse BCR data

Andrew McDavid authored on 16/08/2019 20:01:05
Showing 1 changed files
... ...
@@ -11,3 +11,4 @@ manuscript/
11 11
 ^pkgdown$
12 12
 .ignore
13 13
 README.Rmd
14
+data/ccdb_bcell.rda
Browse code

Doc and vignette updates

Andrew McDavid authored on 21/06/2019 04:13:35
Showing 1 changed files
... ...
@@ -9,3 +9,5 @@ manuscript/
9 9
 ^_pkgdown\.yml$
10 10
 ^docs$
11 11
 ^pkgdown$
12
+.ignore
13
+README.Rmd
Browse code

Use pkgdown to make website

Andrew McDavid authored on 19/06/2019 14:15:03
Showing 1 changed files
... ...
@@ -6,3 +6,6 @@ extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/
6 6
 ^doc$
7 7
 ^Meta$
8 8
 manuscript/
9
+^_pkgdown\.yml$
10
+^docs$
11
+^pkgdown$
Browse code

Doc/example updates

Andrew McDavid authored on 19/06/2019 06:04:46
Showing 1 changed files
... ...
@@ -5,3 +5,4 @@ extdata/.*\.json$
5 5
 extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/
6 6
 ^doc$
7 7
 ^Meta$
8
+manuscript/
Browse code

Doc/data/NAMESPACE updates

Andrew McDavid authored on 11/06/2019 18:49:27
Showing 1 changed files
... ...
@@ -3,3 +3,5 @@
3 3
 extdata/.*\.json$
4 4
 ^data-raw$
5 5
 extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/
6
+^doc$
7
+^Meta$
Browse code

Update docs Bump version Require 3.5 (as data was serialized in v3)

Andrew McDavid authored on 02/06/2019 04:33:47
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3 3
 extdata/.*\.json$
4
+^data-raw$
5
+extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/
Browse code

Pairing / canonicalization methods now in separate file

Provide a chain-canonicalization method which is now used by default in pairing_tables

Some doc updates, too.

Andrew McDavid authored on 02/04/2019 16:08:49
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+^.*\.Rproj$
2
+^\.Rproj\.user$
3
+extdata/.*\.json$