Browse code

2.17.5

ramon diaz-uriarte (at Phelsuma) authored on 19/12/2019 20:22:38
Showing 4 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: 2.17.4
4
+Version: 2.17.5
5 5
 Date: 2019-12-19
6 6
 Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"),
7 7
 		     email = "rdiaz02@gmail.com"),
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.17.5 (2019-12-19):
2
+	- Oooops: forgot Makevars.win
3
+	
1 4
 Changes in version 2.17.4 (2019-12-19):
2 5
 	- fno-common: better way of dealing with verbose in magellan.
3 6
 
... ...
@@ -20,7 +20,8 @@ MAGELLAN_SRC = FitnessLandscape/gamma.c\
20 20
         FitnessLandscape/summary_statistics.c\
21 21
         FitnessLandscape/epistasis_type.c\
22 22
         FitnessLandscape/decomposition.c\
23
-        FitnessLandscape/models.c
23
+        FitnessLandscape/models.c\
24
+	FitnessLandscape/verbose.c
24 25
 #        FitnessLandscape/common_drawings.c\ ## I do not use it and gives a warning
25 26
 MAGELLAN_OBJECTS = $(MAGELLAN_SRC:.c=.o)
26 27
 
... ...
@@ -1,15 +1,15 @@
1 1
 \usepackage[%
2
-		shash={e7b549e},
3
-		lhash={e7b549e2d6e2de8a97e3169a5622b598dcfa7250},
2
+		shash={912503a},
3
+		lhash={912503a07aa95ca7ba70aa1022276cb71f1cab46},
4 4
 		authname={ramon diaz-uriarte (at Phelsuma)},
5 5
 		authemail={rdiaz02@gmail.com},
6 6
 		authsdate={2019-12-19},
7
-		authidate={2019-12-19 09:14:58 +0100},
8
-		authudate={1576743298},
7
+		authidate={2019-12-19 09:18:41 +0100},
8
+		authudate={1576743521},
9 9
 		commname={ramon diaz-uriarte (at Phelsuma)},
10 10
 		commemail={rdiaz02@gmail.com},
11 11
 		commsdate={2019-12-19},
12
-		commidate={2019-12-19 09:14:58 +0100},
13
-		commudate={1576743298},
14
-		refnames={ (HEAD -> master, verbose)}
12
+		commidate={2019-12-19 09:18:41 +0100},
13
+		commudate={1576743521},
14
+		refnames={ (HEAD -> master, origin/master, origin/HEAD)}
15 15
 	]{gitsetinfo}
16 16
\ No newline at end of file