@@ -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} ,
@@ -430,9 +450,9 @@ @MISC{Eigen:Web
430450 title = { Eigen v3} ,
431451 year = 2012 ,
432452 url = { http://eigen.tuxfamily.org} ,
453+ ; see http://eigen.tuxfamily.org/index.php?title =BibTeX
454+ ; replaced 'howpublished' with 'url' and updated year to 2011 , and again to 2012
433455}
434- ; see http://eigen.tuxfamily.org/index.php?title=BibTeX
435- ; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
436456
437457@Manual {GSL ,
438458 title = { {GNU} {S}cientific {L}ibrary {R}eference {M}anual} ,
@@ -836,6 +856,7 @@ @inproceedings{Veldhuizen:1998:Blitz
836856 address = { London} ,
837857}
838858
859+
839860@Book {Venables+Ripley:2000:SProgramming ,
840861 author = { Willian N. Venables and Brian D. Ripley} ,
841862 title = { S Programming} ,
@@ -845,6 +866,7 @@ @Book{Venables+Ripley:2000:SProgramming
845866 address = { New York}
846867}
847868
869+
848870@Book {Venables+Ripley:2002:MASS ,
849871 title = { Modern Applied Statistics with S} ,
850872 author = { W. N. Venables and B. D. Ripley} ,
@@ -855,3 +877,30 @@ @Book{Venables+Ripley:2002:MASS
855877 note = { ISBN 0-387-95457-0} ,
856878 url = { http://www.stats.ox.ac.uk/pub/MASS4} ,
857879}
880+
881+ @misc {arxiv:corels ,
882+ title = { Learning Certifiably Optimal Rule Lists for
883+ Categorical Data} ,
884+ author = { Elaine Angelino and Nicholas Larus-Stone and Daniel
885+ Alabi and Margo Seltzer and Cynthia Rudin} ,
886+ year = 2017 ,
887+ howpublished = { \href{http://www.arxiv.org/1704.01701}{arXiv:1704.01701}} ,
888+ archivePrefix ={ arXiv} ,
889+ primaryClass = { stat.ML}
890+ }
891+
892+ @Misc {github:corels ,
893+ author = { Nicholas Laurus-Stone} ,
894+ title = { corels: {Learning Certifiably Optimal Rule Lists}} ,
895+ howpublished = { \url{https://github.com/nlarusstone/corels}. Also online at \url{https://corels.eecs.harvard.edu/corels/}} ,
896+ month = 06 ,
897+ year = 2019
898+ }
899+
900+ @Misc {github:rcppcorels ,
901+ author = { Dirk Eddelbuettel} ,
902+ title = { RcppCorels: R binding for the 'Certifiably Optimal RulE ListS (Corels)' Learner} ,
903+ howpublished = { \url{https://github.com/eddelbuettel/rcppcorels}} ,
904+ month = 11 ,
905+ year = 2019
906+ }
0 commit comments