Skip to content

Commit 91b8770

Browse files
update highlight version
1 parent 5d97e31 commit 91b8770

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

vignettes/Rcpp-package.Rnw

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
\newcommand{\proglang}[1]{\textsf{#1}}
2020
\newcommand{\pkg}[1]{{\fontseries{b}\selectfont #1}}
2121

22-
%% defined as a stop-gap measure til interaction with highlight is sorted out
23-
\newcommand{\hlboxlessthan}{ \hlnormalsizeboxlessthan}
24-
\newcommand{\hlboxgreaterthan}{\hlnormalsizeboxgreaterthan}
25-
\newcommand{\hlboxopenbrace}{ \hlnormalsizeboxopenbrace}
26-
\newcommand{\hlboxclosebrace}{ \hlnormalsizeboxclosebrace}
27-
\newcommand{\hlboxbacktick}{ \hlnormalsizeboxbacktick}
28-
\newcommand{\hlboxunderscore}{ \hlnormalsizeboxunderscore}
29-
3022
<<version,echo=FALSE,print=FALSE>>=
3123
prettyVersion <- packageDescription("Rcpp")$Version
3224
prettyDate <- format(Sys.Date(), "%B %e, %Y")

vignettes/Rcpp.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ @Manual{CRAN:highlight
251251
title = {highlight: Syntax highlighter},
252252
author = {Romain Fran\c{c}ois},
253253
year = 2013,
254-
note = {R package with version 0.4.1},
254+
note = {R package with version 0.4.3},
255255
url = CRAN # "package=highlight"
256256
}
257257

0 commit comments

Comments
 (0)