Browse code

remove dependence on RConverters.h

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@72257 bc3139a8-67e5-0310-9ffc-ced21a209358

Dan Tenenbaum authored on 03/01/2013 07:10:19
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: Rtreemix
2 2
 Type: Package
3 3
 Title: Rtreemix: Mutagenetic trees mixture models.
4
-Version: 1.21.0
4
+Version: 1.21.1
5 5
 Author: Jasmina Bogojeska
6 6
 Maintainer: Jasmina Bogojeska <jasmina@mpi-inf.mpg.de>
7 7
 Description: Rtreemix is a package that offers an environment for estimating the mutagenetic trees mixture models from cross-sectional data and using them for various predictions. It includes functions for fitting the trees mixture models, likelihood computations, model comparisons, waiting time estimations, stability analysis, etc.
... ...
@@ -28,8 +28,6 @@
28 28
 
29 29
 #include <Rmath.h>
30 30
 
31
-#include <R_ext/RConverters.h>
32
-
33 31
 #include <R_ext/Rdynload.h>
34 32
 
35 33