Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmurphalot authored and cran-robot committed Nov 5, 2023
1 parent d6ca433 commit 273162f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Expand Up @@ -2,8 +2,8 @@ Package: bayesWatch
Type: Package
Title: Bayesian Change-Point Detection for Process Monitoring with
Fault Detection
Version: 0.1.0
Date: 2023-10-18
Version: 0.1.1
Date: 2023-10-29
Authors@R: c(person("Alexander C.", "Murph", email = "murph290@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7170-867X")),
Expand All @@ -26,9 +26,9 @@ Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-10-20 22:28:51 UTC; murph
Packaged: 2023-11-04 16:26:26 UTC; murph
Author: Alexander C. Murph [aut, cre] (<https://orcid.org/0000-0001-7170-867X>),
Reza Mohammadi [ctb, cph] (<https://orcid.org/0000-0001-9538-0648>),
Alex Lenkoski [ctb, cph] (<https://orcid.org/0000-0002-6664-0292>)
Repository: CRAN
Date/Publication: 2023-10-23 16:20:02 UTC
Date/Publication: 2023-11-05 06:30:06 UTC
12 changes: 6 additions & 6 deletions MD5
@@ -1,4 +1,4 @@
b92f8749d3be65a8c24a0bd82c3df1a1 *DESCRIPTION
3b31044bee59ae3d9c17adf9bc23bf73 *DESCRIPTION
3a49f439202aeb84ae2b2145e9c9f95b *NAMESPACE
2d937d50d6d06ad401bc9a4dc1a3fdab *NEWS.md
ea3de216c133818ce2975229a84efba3 *R/RcppExports.R
Expand All @@ -22,21 +22,21 @@ a21ab01a837e9d7a68455830876cd3a3 *man/figures/posterior_probs.png
6cde200045fd16f2e8d792d234a9ade5 *man/get_point_estimate.Rd
33deac8ab30af727c4bf5662509c54e9 *man/plot.bayesWatch.Rd
1bc9215addb3e290397bafc9796d5a81 *man/print.bayesWatch.Rd
635d2f0606d1c15e06fd1e54085a57d2 *src/DRJ_MCMC_Step.cpp
fdc5b004d4ba721d78c22a12a3311719 *src/DRJ_MCMC_Step.cpp
2a7f41972c6ac70ce85ccc073ed1d716 *src/MHratios.cpp
77af625c2df07258f16bf42deb8e9fb1 *src/Makevars
2695c1b58e7a77b390fa67de3be7358c *src/RcppExports.cpp
115bc15dc9a41ab29b9a8c818acfd2cd *src/RcppExports.cpp
184559b879211ebabef551388c60c422 *src/copula.cpp
de206ffa43b236d56f4f295754403db0 *src/copula.h
fc944bfc5c4ec95c63ac37bc11c8b535 *src/dmvnrm_arma_mc.cpp
356e660d07c3bedae74ed03d046acb1e *src/dmvnrm_arma_mc.h
699756492b71f5543bd755c0af7826a1 *src/draw_latent_data.cpp
033ecf835013520778a6a5b9ad04fb5a *src/draw_latent_data.cpp
1e08afad3060ebc561939435e96f94b0 *src/graph.h
bc452822dde3dcf51deccbb5a7a81162 *src/gwish.cpp
d76ca4d3ff56ebaf3cc2c4c102d71079 *src/matrix.cpp
56b1720de420d614337d27a24b75595a *src/matrix.h
c2c5e0db70ef9594106f6063b04a93c5 *src/mixture_redraw_functions.cpp
d86fc6e913a60787180b84ccb36bb8f1 *src/mixture_redraw_functions.cpp
9c0a35bacbd248f223ee5db70000c977 *src/newgraph.cpp
77d2b9f7896ef31d222826c33def4c37 *src/rgwish.cpp
8abfde82286bfb613d60bb83795d9f6c *src/rgwish.h
6928b8e4fc7c559c7ec8675650a648ce *src/util.h
784e736d08bf5de259f91d4a0e8fdd03 *src/util.h
1 change: 0 additions & 1 deletion src/DRJ_MCMC_Step.cpp
@@ -1,4 +1,3 @@
#include <omp.h>
#include <math.h>
#include <RcppArmadillo.h>
#include <boost/math/special_functions/erf.hpp>
Expand Down
1 change: 1 addition & 0 deletions src/RcppExports.cpp
Expand Up @@ -7,6 +7,7 @@
#include <Rcpp.h>

using namespace Rcpp;
using namespace arma;

#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Expand Down
1 change: 0 additions & 1 deletion src/draw_latent_data.cpp
@@ -1,4 +1,3 @@
// #include <omp.h>
#include <math.h>
#include <RcppArmadillo.h>
#include <boost/math/special_functions/erf.hpp>
Expand Down
1 change: 0 additions & 1 deletion src/mixture_redraw_functions.cpp
@@ -1,4 +1,3 @@
#include <omp.h>
#include <math.h>
#include <cmath>
#include <RcppArmadillo.h>
Expand Down
2 changes: 1 addition & 1 deletion src/util.h
Expand Up @@ -14,7 +14,7 @@
#define UTIL_H

#ifdef _OPENMP
#include <omp.h>
// #include <omp.h>
#endif

#define USE_FC_LEN_T // For Fortran character strings
Expand Down

0 comments on commit 273162f

Please sign in to comment.