Skip to content

Commit c986c74

Browse files
committed
citation
1 parent 3df9805 commit c986c74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ To install the latest developer version of TreeBUGS from GitHub, run:
3434
### Dependencies:
3535
install.packages(c("devtools", "runjags", "hypergeo",
3636
"rjags", "RcppArmadillo", "logspline"))
37-
library("devtools")
38-
install_github("denis-arnold/TreeBUGS", build_vignettes = TRUE)
37+
devtools::install_github("denis-arnold/TreeBUGS", build_vignettes = TRUE)
3938
```
4039

4140
To compile C++ code, Windows and Mac require [Rtools](https://cran.r-project.org/bin/windows/Rtools/) and [Xcode Command Line Tools](https://www.maketecheasier.com/install-command-line-tools-without-xcode/), respectively. Moreover, on Mac, it might be necessary to install the library `gfortran` manually by typing the following into the console ([required to compile the package `RcppArmadillo`](http://thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortran-and-lquadmath-error/)):
@@ -49,7 +48,7 @@ sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /
4948

5049
If you use TreeBUGS, please cite the software as follows:
5150

52-
Heck\*, D. W., Arnold\*, N. R., & Arnold, D. (in press). TreeBUGS: An R package for hierarchical multinomial-processing-tree modeling. *Behavior Research Methods*. https://doi.org/10.3758/s13428-017-0869-7
51+
Heck\*, D. W., Arnold\*, N. R., & Arnold, D. (2018). TreeBUGS: An R package for hierarchical multinomial-processing-tree modeling. *Behavior Research Methods, 50*, 264-284. https://doi.org/10.3758/s13428-017-0869-7
5352

5453

5554
### References

0 commit comments

Comments
 (0)