Skip to content

Commit c79bf2f

Browse files
author
Rick Tankard
committed
Load data.table when loading exSTRa
rather than ask to load it before Former-commit-id: f47f3cb
1 parent a0a1a9f commit c79bf2f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Package: exSTRa
22
Type: Package
33
Title: Expanded STR algorithm: detecting expansions in Illumina sequencing data
4-
Version: 0.89.0
5-
Date: 2019-06-26
4+
Version: 0.89.1
5+
Date: 2019-07-10
66
Author: Rick Tankard
77
Maintainer: Rick Tankard <[email protected]>
88
Description: Detecting expansions with paired-end Illumina sequencing data.
99
License: GPL-2
10+
Depends:
11+
data.table (>= 1.10.4-3)
1012
Imports:
1113
testit (>= 0.7),
1214
checkmate,
13-
data.table (>= 1.10.4-3),
1415
stringr (>= 1.2.0),
1516
reshape2 (>= 1.4.3),
1617
magrittr (>= 1.5),

examples/exSTRa_score_analysis.R

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# An example of exSTRa usage, for known STR expansion disorder loci
22

33
## ---- strexpansion_prepare
4-
# best to load data.table before exSTRa if manipulation with data.table commands is required
5-
library(data.table)
64
library(exSTRa)
75

86
knitr::opts_chunk$set(fig.width=11, fig.height=11)

0 commit comments

Comments
 (0)