Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ericward-noaa committed Oct 11, 2023
1 parent 6a6bf9d commit 4d91db1
Show file tree
Hide file tree
Showing 9 changed files with 8,457 additions and 6,610 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ cleanup*
^vignettes\compositional.Rmd
^vignettes\covariates.Rmd
^vignettes\estimate_process_sigma.Rmd
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.3.1
Date: 2023-10-11 13:49:02 UTC
SHA: 6a6bf9d71e962434b17045286c42cd14a74062ce
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bayesdfa
Type: Package
Title: Bayesian Dynamic Factor Analysis (DFA) with 'Stan'
Version: 1.3.0
Version: 1.3.1
Authors@R: c(
person(c("Eric", "J."), "Ward", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@
Add penalized spline models, so that the 'trend_model' argument may take on
"rw" for conventional random walks, "bs" for B-splines, "ps" for "P-splines",
or "gp" for Gaussian processes

# bayesdfa 1.3.0

Change to new Stan syntax

# bayesdfa 1.3.1

Versioning
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")

STANC_FLAGS = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "cat(ifelse(utils::packageVersion('rstan') >= 2.26, '-DUSE_STANC3',''))")
STANC_FLAGS = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "cat(ifelse(utils::packageVersion('rstan') >= '2.26', '-DUSE_STANC3',''))")
PKG_CPPFLAGS = -I"../inst/include" -I"$(STANHEADERS_SRC)" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error $(STANC_FLAGS) -D_HAS_AUTO_PTR_ETC=0
PKG_CXXFLAGS = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "RcppParallel::CxxFlags()") $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "StanHeaders:::CxxFlags()")
PKG_LIBS = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "RcppParallel::RcppParallelLibs()") $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "StanHeaders:::LdFlags()")
Expand Down
687 changes: 418 additions & 269 deletions src/stanExports_corr.h

Large diffs are not rendered by default.

11,043 changes: 6,206 additions & 4,837 deletions src/stanExports_dfa.h

Large diffs are not rendered by default.

2,415 changes: 1,329 additions & 1,086 deletions src/stanExports_hmm_gaussian.h

Large diffs are not rendered by default.

906 changes: 490 additions & 416 deletions src/stanExports_regime_1.h

Large diffs are not rendered by default.

0 comments on commit 4d91db1

Please sign in to comment.