Last data update: 2014.03.03

markdown

Package: markdown
Type: Package
Title: 'Markdown' Rendering for R
Version: 0.7.7
Date: 2015-04-23
Author: JJ Allaire, Jeffrey Horner, Vicent Marti, and Natacha Porte
Maintainer: Yihui Xie <xie@yihui.name>
Description: Provides R bindings to the 'Sundown' 'Markdown' rendering library
(https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting
syntax that can be converted to 'XHTML' or other formats. See
http://en.wikipedia.org/wiki/Markdown for more information about 'Markdown'.
Depends: R (>= 2.11.1)
Imports: mime (>= 0.3)
Suggests: knitr, RCurl
License: GPL-2
URL: https://github.com/rstudio/markdown
BugReports: https://github.com/rstudio/markdown/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2015-04-22 15:26:12 UTC; yihui
Repository: CRAN
Date/Publication: 2015-04-22 22:33:46

● Cran Task View: ReproducibleResearch
● 0 images, 10 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'markdown' ...
** package 'markdown' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rbase64.c -o Rbase64.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rinit.c -o Rinit.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rmarkdown.c -o Rmarkdown.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c autolink.c -o autolink.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c buffer.c -o buffer.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c houdini_href_e.c -o houdini_href_e.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c houdini_html_e.c -o houdini_html_e.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c html.c -o html.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c html_smartypants.c -o html_smartypants.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c markdown.c -o markdown.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c stack.c -o stack.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o markdown.so Rbase64.o Rinit.o Rmarkdown.o autolink.o buffer.o houdini_href_e.o houdini_html_e.o html.o html_smartypants.o markdown.o stack.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/markdown/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'markdown'
    finding HTML links ... done
    markdown                                html  
    markdownExtensions                      html  
    markdownHTMLOptions                     html  
    markdownToHTML                          html  
    registeredRenderers                     html  
    renderMarkdown                          html  
    rendererExists                          html  
    rendererOutputType                      html  
    rpubsUpload                             html  
    smartypants                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (markdown)
Making 'packages.html' ... done