File tree Expand file tree Collapse file tree 8 files changed +20
-8
lines changed Expand file tree Collapse file tree 8 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1+ 2015-09-09 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * vignettes/Rcpp-attributes.Rnw: Less harsh grey border around code
4+ * vignettes/Rcpp-*.Rnw: Ditto
5+
6+ * inst/include/Rcpp/String.h: More comparison operators
7+
8+ 2015-09-08 Daniel C. Dillon <dcdillon@gmail.com>
9+
10+ * inst/include/Rcpp/vector/string_proxy.h: More comparison operators
11+ * inst/include/Rcpp/vector/const_string_proxy.h: More comparison operators
12+
1132015-09-08 Florian Plaza Onate <florian.plaza@jouy.inra.fr>
214
315 * inst/include/Rcpp/Dimension.h: Correct creation and access of large
Original file line number Diff line number Diff line change 2222 Dirk , issue # 356)
2323 \item Add \code {operator << ()} for vectors and matrices (PR # 361 by Dan
2424 fixing issue # 239)
25- \item Make \code {String } and \code {String_Proxy } objects comparable (PR # 366 by Dan
26- fixing issue # 191)
25+ \item Make \code {String } and \code {String_Proxy } objects comparable (PR
26+ # 366 and PR #372 by Dan, fixing issue #191)
2727 \item Add a new class \code {Nullable } for objects which may be \code {NULL }
2828 (PR # 368 by Dirk and Dan, fixing issue #363)
2929 \item Correct creation and access of large matrices (PR # 370 by Florian,
Original file line number Diff line number Diff line change 4040% % This corresponds to setting boxes=TRUE for highlight
4141\newsavebox {\hlbox }
4242\definecolor {hlBg}{rgb}{0.949019607843137,0.949019607843137,0.949019607843137}
43- \definecolor {hlBd}{rgb}{0,0,0}
43+ \definecolor {hlBd}{rgb}{0.9,0.9,0.9} % border
4444\renewenvironment {Hchunk}{\vspace {0.5em}\noindent \begin {lrbox }{\hlbox }\begin {minipage }[b]{.9\textwidth }}%
4545 {\end {minipage}\end {lrbox}\fcolorbox {hlBd}{hlBg}{\usebox {\hlbox }}\vspace {0.5em}}
4646
Original file line number Diff line number Diff line change 3333% % This corresponds to setting boxes=TRUE for highlight
3434\newsavebox {\hlbox }
3535\definecolor {hlBg}{rgb}{0.949019607843137,0.949019607843137,0.949019607843137}
36- \definecolor {hlBd}{rgb}{0,0,0}
36+ \definecolor {hlBd}{rgb}{0.9,0.9,0.9} % border
3737\renewenvironment {Hchunk}{\vspace {0.5em}\noindent \begin {lrbox }{\hlbox }\begin {minipage }[b]{.98\linewidth }}%
3838 {\end {minipage}\end {lrbox}\fcolorbox {hlBd}{hlBg}{\usebox {\hlbox }}\vspace {0.5em}}
3939
Original file line number Diff line number Diff line change 3838% % This corresponds to setting boxes=TRUE for highlight
3939\newsavebox {\hlbox }
4040\definecolor {hlBg}{rgb}{0.949019607843137,0.949019607843137,0.949019607843137}
41- \definecolor {hlBd}{rgb}{0,0,0}
41+ \definecolor {hlBd}{rgb}{0.9,0.9,0.9} % border
4242\renewenvironment {Hchunk}{\vspace {0.5em}\noindent \begin {lrbox }{\hlbox }\begin {minipage }[b]{.9\textwidth }}%
4343 {\end {minipage}\end {lrbox}\fcolorbox {hlBd}{hlBg}{\usebox {\hlbox }}\vspace {0.5em}}
4444
Original file line number Diff line number Diff line change 3131% % This corresponds to setting boxes=TRUE for highlight
3232\newsavebox {\hlbox }
3333\definecolor {hlBg}{rgb}{0.949019607843137,0.949019607843137,0.949019607843137}
34- \definecolor {hlBd}{rgb}{0,0,0}
34+ \definecolor {hlBd}{rgb}{0.9,0.9,0.9} % border
3535\renewenvironment {Hchunk}{\vspace {0.5em}\noindent \begin {lrbox }{\hlbox }\begin {minipage }[b]{.9\textwidth }}%
3636 {\end {minipage}\end {lrbox}\fcolorbox {hlBd}{hlBg}{\usebox {\hlbox }}\vspace {0.5em}}
3737
Original file line number Diff line number Diff line change 3232% % This corresponds to setting boxes=TRUE for highlight
3333\newsavebox {\hlbox }
3434\definecolor {hlBg}{rgb}{0.949019607843137,0.949019607843137,0.949019607843137}
35- \definecolor {hlBd}{rgb}{0,0,0}
35+ \definecolor {hlBd}{rgb}{0.9,0.9,0.9} % border
3636\renewenvironment {Hchunk}{\vspace {0.5em}\noindent \begin {lrbox }{\hlbox }\begin {minipage }[b]{.9\textwidth }}%
3737 {\end {minipage}\end {lrbox}\fcolorbox {hlBd}{hlBg}{\usebox {\hlbox }}\vspace {0.5em}}
3838
Original file line number Diff line number Diff line change 3434% % This corresponds to setting boxes=TRUE for highlight
3535\newsavebox {\hlbox }
3636\definecolor {hlBg}{rgb}{0.949019607843137,0.949019607843137,0.949019607843137}
37- \definecolor {hlBd}{rgb}{0,0,0}
37+ \definecolor {hlBd}{rgb}{0.9,0.9,0.9} % border
3838\renewenvironment {Hchunk}{\vspace {0.5em}\noindent \begin {lrbox }{\hlbox }\begin {minipage }[b]{.9\textwidth }}%
3939 {\end {minipage}\end {lrbox}\fcolorbox {hlBd}{hlBg}{\usebox {\hlbox }}\vspace {0.5em}}
4040
You can’t perform that action at this time.
0 commit comments