diff --git a/DESCRIPTION b/DESCRIPTION index 936fa64..1c5edaa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,8 +16,7 @@ LinkingTo: bsvars, Rcpp, RcppArmadillo, - RcppProgress, - ramcmc + RcppProgress Depends: R (>= 2.10), bsvars diff --git a/src/mcmc.cpp b/src/mcmc.cpp index decbbcc..5a91291 100644 --- a/src/mcmc.cpp +++ b/src/mcmc.cpp @@ -4,7 +4,6 @@ #include #include "Rcpp/Rmath.h" #include "progress.hpp" -#include "ramcmc.h" using namespace arma;