Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeyeongYang committed Oct 30, 2018
2 parents 46fc49d + 7089035 commit bbdaeca
Show file tree
Hide file tree
Showing 36 changed files with 12,135 additions and 12,116 deletions.
45 changes: 30 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,33 +1,48 @@
Package: hBayesDM
Title: Hierarchical Bayesian Modeling of Decision-Making Tasks
Version: 0.6.2
Date: 2018-10-09
Version: 0.6.3
Date: 2018-10-30
Author:
Woo-Young Ahn [aut, cre],
Nate Haines [aut],
Lei Zhang [aut],
Harhim Park [ctb],
Jaeyeong Yang [ctb],
Dayeong Min [ctb],
Jethro Lee [ctb]
Authors@R: c(
person("Woo-Young", "Ahn", email = "[email protected]", role = c("aut", "cre")),
person("Nate", "Haines", email = "[email protected]", role = c("aut")),
person("Lei", "Zhang", email = "[email protected]", role = c("aut")) )
person("Woo-Young", "Ahn", email = "[email protected]", role = c("aut", "cre")),
person("Nate", "Haines", email = "[email protected]", role = c("aut")),
person("Lei", "Zhang", email = "[email protected]", role = c("aut")),
person("Harhim", "Park", email = "[email protected]", role = c("ctb")),
person("Jaeyeong", "Yang", email = "[email protected]", role = c("ctb")),
person("Dayeong", "Min", email = "[email protected]", role = c("ctb")),
person("Jethro", "Lee", email = "[email protected]", role = c("ctb")))
Maintainer: Woo-Young Ahn <[email protected]>
Description: Fit an array of decision-making tasks with computational models in
Description:
Fit an array of decision-making tasks with computational models in
a hierarchical Bayesian framework. Can perform hierarchical Bayesian analysis of
various computational models with a single line of coding.
Depends:
R (>= 3.4.0),
Rcpp (>= 0.12.14),
Rcpp (>= 0.12.0),
methods
Imports:
rstan (>= 2.17.0),
rstantools (>= 1.4.0),
rstan (>= 2.18.1),
loo (>= 2.0),
grid,
parallel,
ggplot2
LinkingTo: StanHeaders (>= 2.17.0), rstan (>= 2.17.0), BH (>= 1.65.0.1), Rcpp
(>= 0.12.14), RcppEigen (>= 0.3.3.3.1)
LinkingTo:
StanHeaders (>= 2.18.0),
rstan (>= 2.18.1),
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0)
URL: http://rpubs.com/CCSL/hBayesDM
BugReports: https://github.com/CCS-Lab/hBayesDM/issues
License: GPL-3
LazyData: true
NeedsCompilation: yes
Author: Woo-Young Ahn [aut, cre],
Nate Haines [aut],
Lei Zhang [aut]
RoxygenNote: 6.0.1
Encoding: UTF-8
RoxygenNote: 6.1.0
1 change: 0 additions & 1 deletion cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ mkdir -p src/include
sed -i.bak '/current_statement_begin__ = [0-9]/d' src/include/models.hpp
cat src/*.cc > src/Modules.cpp
rm src/*.cc
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(clean = TRUE)'
exit $?
1 change: 0 additions & 1 deletion cleanup.win
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ mkdir -p src/include

cat src/*.cc > src/Modules.cpp
rm src/*.cc
"${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(clean = TRUE)'
exit $?
4 changes: 4 additions & 0 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Oct 30, 2018 (0.6.3)
* Update the dependencies on rstan (>= 2.18.1)
* No changes on model files, as same as the version 0.6.2

Oct 19, 2018 (0.6.2)
* Fix an error on choiceRT_ddm (#44)

Expand Down
6 changes: 3 additions & 3 deletions man/bandit2arm_delta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/bandit4arm_4par.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/bandit4arm_lapse.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/bart_par4.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/choiceRT_ddm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/choiceRT_ddm_single.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/choiceRT_lba.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/choiceRT_lba_single.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/cra_linear.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/dd_cs_single.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/dd_hyperbolic.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/dd_hyperbolic_single.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/igt_orl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/igt_pvl_decay.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/igt_pvl_delta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/igt_vpp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/plotDist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/plotHDI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/prl_fictitious.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/prl_fictitious_multipleB.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/prl_fictitious_rp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bbdaeca

Please sign in to comment.