Skip to content

Commit

Permalink
update citation information
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Wright committed Apr 7, 2016
1 parent 84f8212 commit 1ff6246
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ranger-r-package/ranger/R/ranger.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
##'
##' @author Marvin N. Wright
##' @references
##' Wright, M. N., & Ziegler, A. (2015). ranger: A fast implementation of random forests for high dimensional data in C++ and R. arXiv preprint \url{http://arxiv.org/abs/1508.04409}.
##' Wright, M. N. & Ziegler, A. (2016). ranger: A Fast Implementation of Random Forests for High Dimensional Data in C++ and R. Journal of Statistical Software, in press. \url{http://arxiv.org/abs/1508.04409}.
##'
##' Breiman, L. (2001). Random forests. Mach Learn, 45(1), 5-32. \cr
##' Ishwaran, H., Kogalur, U. B., Blackstone, E. H., & Lauer, M. S. (2008). Random survival forests. Ann Appl Stat, 841-860. \cr
Expand Down
2 changes: 1 addition & 1 deletion ranger-r-package/ranger/man/ranger.Rd

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

10 changes: 5 additions & 5 deletions source/src/utility/ArgumentHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,13 @@ void ArgumentHandler::displayVersion() {
std::cout << "Ranger version: " << RANGER_VERSION << std::endl;
std::cout << std::endl;
std::cout << "Please cite Ranger: " << std::endl;
std::cout << "Marvin N. Wright and .. (2014). Ranger. Journal." << std::endl;
std::cout << "Wright, M. N. & Ziegler, A. (2016). ranger: A Fast Implementation of Random Forests for High Dimensional Data in C++ and R. Journal of Statistical Software, in press." << std::endl;
std::cout << std::endl;
std::cout << "BibTeX:" << std::endl;
std::cout << "@Article{," << std::endl;
std::cout << " title = {Ranger}" << std::endl;
std::cout << " author = {Marvin N. Wright and ..}," << std::endl;
std::cout << " journal = {Journal}," << std::endl;
std::cout << " year = {2014}," << std::endl;
std::cout << " title = {ranger: {{A}} fast implementation of random forests for high dimensional data in {{C}}++ and {{R}}}," << std::endl;
std::cout << " author = {Wright, Marvin N. and Ziegler, Andreas}," << std::endl;
std::cout << " journal = {Journal of Statistical Software}," << std::endl;
std::cout << " year = {2016}," << std::endl;
std::cout << "}" << std::endl;
}

0 comments on commit 1ff6246

Please sign in to comment.