Last data update: 2014.03.03

highlight

Package: highlight
Type: Package
Title: Syntax Highlighter
Description: Syntax highlighter for R code based
on the results of the R parser. Rendering in HTML and latex
markup. Custom Sweave driver performing syntax highlighting
of R code chunks.
Version: 0.4.7
Authors@R: c(
person("Romain", "Francois",, "romain@r-enthusiasts.com", c("aut", "cre") ),
person("Andre", "Simon",, "andre.simon1@gmx.de", "ctb" )
)
License: GPL (>= 3)
Depends: R (>= 3.1.3)
Imports: grDevices, tools
URL: https://github.com/romainfrancois/highlight
BugReports: https://github.com/romainfrancois/highlight/issues
NeedsCompilation: yes
Packaged: 2015-04-19 15:31:50 UTC; romain
Author: Romain Francois [aut, cre],
Andre Simon [ctb]
Maintainer: Romain Francois <romain@r-enthusiasts.com>
Repository: CRAN
Date/Publication: 2015-04-20 07:26:22

● 0 images, 21 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'highlight' ...
** package 'highlight' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ASBeautifier.cpp -o ASBeautifier.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ASEnhancer.cpp -o ASEnhancer.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ASFormatter.cpp -o ASFormatter.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ASResource.cpp -o ASResource.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ASStreamIterator.cpp -o ASStreamIterator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c Matcher.cpp -o Matcher.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c Pattern.cpp -o Pattern.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ansigenerator.cpp -o ansigenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c bbcodegenerator.cpp -o bbcodegenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c codegenerator.cpp -o codegenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c configurationreader.cpp -o configurationreader.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c ctagsreader.cpp -o ctagsreader.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c datadir.cpp -o datadir.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c documentstyle.cpp -o documentstyle.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c elementstyle.cpp -o elementstyle.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c highlight_wrapper.cpp -o highlight_wrapper.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c htmlgenerator.cpp -o htmlgenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c languagedefinition.cpp -o languagedefinition.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c latexgenerator.cpp -o latexgenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c platform_fs.cpp -o platform_fs.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c preformatter.cpp -o preformatter.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c render.cpp -o render.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c rtfgenerator.cpp -o rtfgenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c stringtools.cpp -o stringtools.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c stylecolour.cpp -o stylecolour.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c svggenerator.cpp -o svggenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c texgenerator.cpp -o texgenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c xhtmlgenerator.cpp -o xhtmlgenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c xmlgenerator.cpp -o xmlgenerator.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I. -fpic  -g -O2  -c xterm256generator.cpp -o xterm256generator.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o highlight.so ASBeautifier.o ASEnhancer.o ASFormatter.o ASResource.o ASStreamIterator.o Matcher.o Pattern.o ansigenerator.o bbcodegenerator.o codegenerator.o configurationreader.o ctagsreader.o datadir.o documentstyle.o elementstyle.o highlight_wrapper.o htmlgenerator.o languagedefinition.o latexgenerator.o platform_fs.o preformatter.o render.o rtfgenerator.o stringtools.o stylecolour.o svggenerator.o texgenerator.o xhtmlgenerator.o xmlgenerator.o xterm256generator.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/highlight/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'highlight'
    finding HTML links ... done
    HighlightWeaveLatex                     html  
    Hweave                                  html  
    boxes_latex                             html  
    css.parser                              html  
    external_highlight                      html  
    formatter_html                          html  
    formatter_latex                         html  
    getStyleFile                            html  
    header_html                             html  
    header_latex                            html  
    highlight-package                       html  
    highlight                               html  
    highlight_output_types                  html  
    highlight_themes                        html  
    renderer                                html  
    renderer_html                           html  
    renderer_latex                          html  
    simple_detective                        html  
    styler                                  html  
    styler_assistant_latex                  html  
    translator_latex                        html  
** building package indices
** testing if installed package can be loaded
* DONE (highlight)
Making 'packages.html' ... done