[r-cran-mnp] 23/51: Import Upstream version 2.3-8

Andreas Tille tille at debian.org
Fri Sep 8 14:14:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-mnp.

commit 0520c49dfc8db4fee2a54ecb193ab05c19b1bc35
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 8 15:54:51 2017 +0200

    Import Upstream version 2.3-8
---
 DESCRIPTION       | 6 +++---
 src/MNP.c         | 3 ++-
 src/subroutines.c | 3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index e934fde..48cd9eb 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: MNP
-Version: 2.3-6
-Date: 2006-1-11
+Version: 2.3-8
+Date: 2006-4-26
 Title: R Package for Fitting the Multinomial Probit Model
 Author: Kosuke Imai <kimai at princeton.edu>, 
         David A. van Dyk <dvd at uci.edu>. 
@@ -24,4 +24,4 @@ LazyLoad: yes
 LazyData: yes
 License: GPL (version 2 or later)
 URL: http://imai.princeton.edu/research/MNP.html
-Packaged: Wed Jan 11 09:39:23 2006; kimai
+Packaged: Wed Apr 26 07:21:06 2006; kimai
diff --git a/src/MNP.c b/src/MNP.c
index d530780..8b3f389 100644
--- a/src/MNP.c
+++ b/src/MNP.c
@@ -4,11 +4,12 @@
   Copyright: GPL version 2 or later.
 *******************************************************************/
 
+#include <string.h>
 #include <stddef.h>
 #include <stdio.h>      
 #include <math.h>
 #include <Rmath.h>
-#include <R_ext/Utils.h>
+#include <R.h>
 #include "vector.h"
 #include "subroutines.h"
 #include "rand.h"
diff --git a/src/subroutines.c b/src/subroutines.c
index f5a886a..79abd4f 100644
--- a/src/subroutines.c
+++ b/src/subroutines.c
@@ -9,8 +9,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
-#include <R_ext/Utils.h>
+#include <Rmath.h>
 #include <R.h> 
+#include <R_ext/Lapack.h>
 #include "vector.h"
 #include "rand.h"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-mnp.git



More information about the debian-science-commits mailing list