@@ -72,6 +72,15 @@ @Misc{Brokken:2011:Cpp
7272 url = { http://www.icce.rug.nl/documents/cplusplus/}
7373}
7474
75+ @Manual {CRAN:BH ,
76+ title = { BH: Boost C++ Header Files} ,
77+ author = { Dirk Eddelbuettel and John W. Emerson and Michael
78+ J. Kane} ,
79+ year = { 2019} ,
80+ note = { R package version 1.69.0-1} ,
81+ url = { https://CRAN.R-project.org/package=BH} ,
82+ }
83+
7584@Manual {CRAN:Matrix ,
7685 title = { \pkg{Matrix}: Sparse and Dense Matrix Classes and Methods} ,
7786 author = { Douglas Bates and Martin Maechler} ,
@@ -299,6 +308,15 @@ @Manual{CRAN:minqa
299308 url = CRAN # " package=minqa"
300309}
301310
311+ @Manual {CRAN:pkgKitten ,
312+ title = { pkgKitten: Create Simple Packages Which Do not Upset
313+ R Package Checks} ,
314+ author = { Dirk Eddelbuettel} ,
315+ year = { 2019} ,
316+ note = { R package version 0.1.5} ,
317+ url = CRAN # " package=pkgKitten"
318+ }
319+
302320@Manual {CRAN:profvis ,
303321 title = { profvis: Interactive Visualizations for Profiling R Code} ,
304322 author = { Winston Chang and Javier Luraschi} ,
@@ -412,6 +430,8 @@ @Book{Eddelbuettel:2013:Rcpp
412430 address = { New York} ,
413431 isbn = { 978-1-4614-6867-7}
414432}
433+ ; see http://eigen.tuxfamily.org/index.php?title=BibTeX
434+ ; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
415435
416436@article {Efron:1979:Bootstrap ,
417437 URL = { http://www.jstor.org/stable/2958830} ,
@@ -431,8 +451,6 @@ @MISC{Eigen:Web
431451 year = 2012 ,
432452 url = { http://eigen.tuxfamily.org} ,
433453}
434- ; see http://eigen.tuxfamily.org/index.php?title=BibTeX
435- ; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
436454
437455@Manual {GSL ,
438456 title = { {GNU} {S}cientific {L}ibrary {R}eference {M}anual} ,
@@ -836,6 +854,7 @@ @inproceedings{Veldhuizen:1998:Blitz
836854 address = { London} ,
837855}
838856
857+
839858@Book {Venables+Ripley:2000:SProgramming ,
840859 author = { Willian N. Venables and Brian D. Ripley} ,
841860 title = { S Programming} ,
@@ -845,6 +864,7 @@ @Book{Venables+Ripley:2000:SProgramming
845864 address = { New York}
846865}
847866
867+
848868@Book {Venables+Ripley:2002:MASS ,
849869 title = { Modern Applied Statistics with S} ,
850870 author = { W. N. Venables and B. D. Ripley} ,
@@ -855,3 +875,30 @@ @Book{Venables+Ripley:2002:MASS
855875 note = { ISBN 0-387-95457-0} ,
856876 url = { http://www.stats.ox.ac.uk/pub/MASS4} ,
857877}
878+
879+ @misc {arxiv:corels ,
880+ title = { Learning Certifiably Optimal Rule Lists for
881+ Categorical Data} ,
882+ author = { Elaine Angelino and Nicholas Larus-Stone and Daniel
883+ Alabi and Margo Seltzer and Cynthia Rudin} ,
884+ year = 2017 ,
885+ howpublished = { \href{http://www.arxiv.org/1704.01701}{arXiv:1704.01701}} ,
886+ archivePrefix ={ arXiv} ,
887+ primaryClass = { stat.ML}
888+ }
889+
890+ @Misc {github:corels ,
891+ author = { Nicholas Laurus-Stone} ,
892+ title = { corels: {Learning Certifiably Optimal Rule Lists}} ,
893+ howpublished = { \url{https://github.com/nlarusstone/corels}. Also online at \url{https://corels.eecs.harvard.edu/corels/}} ,
894+ month = 06 ,
895+ year = 2019
896+ }
897+
898+ @Misc {github:rcppcorels ,
899+ author = { Dirk Eddelbuettel} ,
900+ title = { RcppCorels: R binding for the 'Certifiably Optimal RulE ListS (Corels)' Learner} ,
901+ howpublished = { \url{https://github.com/eddelbuettel/rcppcorels}} ,
902+ month = 11 ,
903+ year = 2019
904+ }
0 commit comments