Skip to content

Commit 9491c72

Browse files
committed
grey border around code; updated Changelog + NEWS
1 parent 988f17a commit 9491c72

8 files changed

+20
-8
lines changed

ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2015-09-09 Dirk Eddelbuettel <[email protected]>
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 <[email protected]>
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+
113
2015-09-08 Florian Plaza Onate <[email protected]>
214

315
* inst/include/Rcpp/Dimension.h: Correct creation and access of large

inst/NEWS.Rd

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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,

vignettes/Rcpp-FAQ.Rnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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

vignettes/Rcpp-attributes.Rnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

vignettes/Rcpp-extending.Rnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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

vignettes/Rcpp-modules.Rnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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

vignettes/Rcpp-package.Rnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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

vignettes/Rcpp-sugar.Rnw

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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

0 commit comments

Comments
 (0)