... | ... |
@@ -48,7 +48,7 @@ import(ggplot2) |
48 | 48 |
importFrom("ggrepel", geom_text_repel, geom_label_repel) |
49 | 49 |
importFrom("utils", "read.table", "write.table") |
50 | 50 |
importFrom("stats", "rnorm") |
51 |
-importFrom("data.table", rbindlist, .rbind.data.table) |
|
51 |
+importFrom("data.table", rbindlist) |
|
52 | 52 |
importFrom(Rcpp, evalCpp) |
53 | 53 |
importFrom("igraph", igraph.to.graphNEL, graph.data.frame, V, E, |
54 | 54 |
"V<-", "E<-", plot.igraph, layout.reingold.tilford, |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 4.0.1 (2023-02-20): |
|
2 |
+ - NAMESPACE: do not import .rbind.data.table (no longer exported |
|
3 |
+ from data.table 1.14.8, and not needed with R >= 4.0.0) |
|
4 |
+ |
|
1 | 5 |
Changes in version 4.0 (for BioC 3.16): |
2 | 6 |
- MAJOR change: users can simulate interventions and adaptive therapy, |
3 | 7 |
as well as define, track, and use in fitness-dependent specifications |