Browse code

version bump in release

ramon diaz-uriarte (at Phelsuma) authored on 20/02/2023 19:06:33
Showing 2 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.1
4
+Version: 4.0.2
5 5
 Date: 2022-10-19
6 6
 Authors@R: c(
7 7
 	      person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"),	
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 4.0.2 (2023-02-20):
2
+	- no need to specify CXX_STD = CXX14 (the default since
3
+	  R-4.1.0).
4
+
1 5
 Changes in version 4.0.1 (2023-02-20):
2 6
 	- NAMESPACE: do not import .rbind.data.table (no longer exported
3 7
 	  from data.table 1.14.8, and not needed with R >= 4.0.0)