File tree Expand file tree Collapse file tree 3 files changed +62
-11
lines changed Expand file tree Collapse file tree 3 files changed +62
-11
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Description: Various mRNA sequencing library preparation methods generate
77 pseudo-alignment stage, as well as in downstream analysis. This package
88 implements some convenience methods for readily generating such truncated
99 annotations and their corresponding sequences.
10- Version: 1.15.1
11- Date: 2024-04-18
10+ Version: 1.15.2
11+ Date: 2025-09-07
1212Authors@R:
1313 person(given = "Mervin",
1414 family = "Fansler",
1515 role = c("aut", "cre"),
16- 16+ 1717 comment = c(ORCID = "0000-0002-4108-4218"))
1818License: GPL-3
1919Encoding: UTF-8
@@ -49,7 +49,7 @@ Suggests:
4949 rmarkdown,
5050 testthat (>= 3.0.0),
5151 TxDb.Scerevisiae.UCSC.sacCer3.sgdGene,
52- BSgenome.Scerevisiae.UCSC.sacCer3
52+ BSgenome.Scerevisiae.UCSC.sacCer3,
53+ GenomeInfoDbData
5354VignetteBuilder: knitr
5455Config/testthat/edition: 3
55- PackageStatus: Deprecated
Original file line number Diff line number Diff line change 1+ # txcutr 1.15.2
2+
3+ NEW FEATURES
4+
5+ * None.
6+
7+ SIGNIFICANT USER-VISIBLE CHANGES
8+
9+ * Removed deprecation notice.
10+ * Updated author email.
11+
12+ BUG FIXES
13+
14+ * Added ` GenomeInfoDbData ` to Suggests ([ Issue #23 ] ( https://github.com/mfansler/txcutr/issues/23 ) ).
15+
16+ # txcutr 1.10.0
17+
18+ NEW FEATURES
19+
20+ * None.
21+
22+ SIGNIFICANT USER-VISIBLE CHANGES
23+
24+ * Updated author email.
25+
26+ BUG FIXES
27+
28+ * None.
29+
30+ # txcutr 1.9.1
31+
32+ NEW FEATURES
33+
34+ * None.
35+
36+ SIGNIFICANT USER-VISIBLE CHANGES
37+
38+ * Switched ` TxDb ` creation from ` GenomicFeatures ` to ` txdbmaker ` .
39+
40+ BUG FIXES
41+
42+ * Compatibility with Bioconductor 3.19 (devel).
43+
44+ # txcutr 1.0.0
45+
46+ NEW FEATURES
47+
48+ * None.
49+
50+ SIGNIFICANT USER-VISIBLE CHANGES
51+
52+ * Bioconductor 3.14 release
53+
54+ BUG FIXES
55+
56+ * None.
57+
158# txcutr 0.99.0
259
360NEW FEATURES
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments