Browse code

v.4.0.1: do not import .rbind.data.table

ramon diaz-uriarte (at Phelsuma) authored on 20/02/2023 17:56:24
Showing 3 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: OncoSimulR
2 2
 Type: Package
3 3
 Title: Forward Genetic Simulation of Cancer Progression with Epistasis 
4
-Version: 4.0.0
4
+Version: 4.0.1
5 5
 Date: 2022-10-19
6 6
 Authors@R: c(
7 7
 	      person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"),	
... ...
@@ -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