Skip to content

Commit

Permalink
CRAN Version 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Apr 11, 2017
1 parent ae126a2 commit 4504a28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: VIM
Version: 4.6.8
Date: 2017-02-23
Version: 4.7.0
Date: 2017-04-11
Title: Visualization and Imputation of Missing Values
Author: Matthias Templ, Andreas Alfons, Alexander Kowarik, Bernd Prantner
Maintainer: Matthias Templ <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(vcd,labeling_border)
importFrom(vcd,mosaic)
useDynLib(VIM)
useDynLib(VIM, .registration = TRUE)
5 changes: 5 additions & 0 deletions src/gowerD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#include <string>
#include <cmath>

void R_init_VIM(DllInfo* info) {
R_registerRoutines(info, NULL, NULL, NULL, NULL);
R_useDynamicSymbols(info, TRUE);
}

using namespace std;
using namespace Rcpp;
double distW(double x,double y, int type, double weight=1, double weightsum=1,double levOrder=1,
Expand Down

0 comments on commit 4504a28

Please sign in to comment.