Skip to content

Commit 9af44bc

Browse files
committed
wrap text
1 parent 63c9a30 commit 9af44bc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ UTILITIES
77

88
o new argument 'start' in `seqResetVariantID()`
99

10-
o `seqAddValue()`: use bit1 for a logical vector; new argument 'use_float32' for
11-
storing double
10+
o `seqAddValue()`: use bit1 for a logical vector; new argument
11+
'use_float32' for storing double
1212

1313
o use `crayon::silver()` instead of `crayon::blurred()` in the display since
1414
RStudio blurs the screen output
@@ -20,7 +20,8 @@ UTILITIES
2020

2121
BUG FIXES
2222

23-
o `seqBlockApply()` should recover the filter when the user-specified function fails
23+
o `seqBlockApply()` should recover the filter when the user-specified
24+
function fails
2425

2526

2627
CHANGES IN VERSION 1.46.2

man/seqBlockApply.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ seqBlockApply(gdsfile, var.name, FUN, margin=c("by.variant"),
5555
\code{"annotation/format/@VARIABLE_NAME"} are used to obtain the index
5656
associated with these variables.
5757

58-
\code{"$chromosome"} returns chromosome codes in an object of \code{S4Vectors::Rle}.
58+
\code{"$chromosome"} returns chromosome codes in an object of
59+
\code{S4Vectors::Rle}.
5960

6061
\code{"$dosage"} is also allowed for the dosages of reference allele (integer:
6162
0, 1, 2 and NA for diploid genotypes).

man/seqGetData.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ components) with a class name \code{SeqVarDataList}.
3838
\code{"annotation/format/@VARIABLE_NAME"} are used to obtain the index
3939
associated with these variables.
4040

41-
\code{"$chromosome"} returns chromosome codes in an object of \code{S4Vectors::Rle}.
41+
\code{"$chromosome"} returns chromosome codes in an object of
42+
\code{S4Vectors::Rle}.
4243

4344
\code{"$dosage"} is also allowed for the dosages of reference allele (integer:
4445
0, 1, 2 and NA for diploid genotypes).

0 commit comments

Comments
 (0)