this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
Hi Vince,
this is most probably due to missing/incorrect pandoc installation.
Cheers,
Andrzej
On Fri, May 6, 2016 at 6:18 PM, Vincent Carey <stvjc at channing.harvard.edu>
wrote:
this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
Thanks Andrzej, can you give a bit more diagnosis? Is 1.13.1 too old?
%derby01> pandoc -v
pandoc 1.13.1
Compiled with texmath 0.8, highlighting-kate 0.5.11.
Syntax highlighting is supported for the following languages:
abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex,
boo, c,
changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css,
curry, d, diff, djangotemplate, dockerfile, dot, doxygen, doxygenlua,
dtd,
eiffel, email, erlang, fasm, fortran, fsharp, gcc, glsl, gnuassembler,
go,
haskell, haxe, html, ini, isocpp, java, javadoc, javascript, json, jsp,
julia, latex, lex, lilypond, literatecurry, literatehaskell, lua, m4,
makefile, mandoc, markdown, mathematica, matlab, maxima, mediawiki,
metafont, mips, modelines, modula2, modula3, monobasic, nasm, noweb,
objectivec, objectivecpp, ocaml, octave, opencl, pascal, perl, php,
pike,
postscript, prolog, pure, python, r, relaxng, relaxngcompact, rest,
rhtml,
roff, ruby, rust, scala, scheme, sci, sed, sgml, sql, sqlmysql,
sqlpostgresql, tcl, tcsh, texinfo, verilog, vhdl, xml, xorg, xslt, xul,
yacc, yaml, zsh
Default user data directory: /udd/stvjc/.pandoc
Copyright (C) 2006-2014 John MacFarlane
Web: http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
On Fri, May 6, 2016 at 12:30 PM, Andrzej Ole? <andrzej.oles at gmail.com>
wrote:
Hi Vince,
this is most probably due to missing/incorrect pandoc installation.
Cheers,
Andrzej
On Fri, May 6, 2016 at 6:18 PM, Vincent Carey <stvjc at channing.harvard.edu>
wrote:
this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
Is pandoc-citeproc installed?
----- Original Message -----
From: "Vincent Carey" <stvjc at channing.harvard.edu>
To: "Andrzej Ole?" <andrzej.oles at gmail.com>
Cc: "bioc-devel" <bioc-devel at r-project.org>
Sent: Friday, May 6, 2016 9:44:06 AM
Subject: Re: [Bioc-devel] how to declare vignette processing properly
Thanks Andrzej, can you give a bit more diagnosis? Is 1.13.1 too old?
%derby01> pandoc -v
pandoc 1.13.1
Compiled with texmath 0.8, highlighting-kate 0.5.11.
Syntax highlighting is supported for the following languages:
abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex,
boo, c,
changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css,
curry, d, diff, djangotemplate, dockerfile, dot, doxygen, doxygenlua,
dtd,
eiffel, email, erlang, fasm, fortran, fsharp, gcc, glsl, gnuassembler,
go,
haskell, haxe, html, ini, isocpp, java, javadoc, javascript, json, jsp,
julia, latex, lex, lilypond, literatecurry, literatehaskell, lua, m4,
makefile, mandoc, markdown, mathematica, matlab, maxima, mediawiki,
metafont, mips, modelines, modula2, modula3, monobasic, nasm, noweb,
objectivec, objectivecpp, ocaml, octave, opencl, pascal, perl, php,
pike,
postscript, prolog, pure, python, r, relaxng, relaxngcompact, rest,
rhtml,
roff, ruby, rust, scala, scheme, sci, sed, sgml, sql, sqlmysql,
sqlpostgresql, tcl, tcsh, texinfo, verilog, vhdl, xml, xorg, xslt, xul,
yacc, yaml, zsh
Default user data directory: /udd/stvjc/.pandoc
Copyright (C) 2006-2014 John MacFarlane
Web: http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
On Fri, May 6, 2016 at 12:30 PM, Andrzej Ole? <andrzej.oles at gmail.com>
wrote:
Hi Vince,
this is most probably due to missing/incorrect pandoc installation.
Cheers,
Andrzej
On Fri, May 6, 2016 at 6:18 PM, Vincent Carey <stvjc at channing.harvard.edu>
wrote:
this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
on a system with pandoc-citeproc, this error is avoided. good call dan!
On Fri, May 6, 2016 at 1:15 PM, Dan Tenenbaum <dtenenba at fredhutch.org>
wrote:
Is pandoc-citeproc installed?
----- Original Message -----
From: "Vincent Carey" <stvjc at channing.harvard.edu>
To: "Andrzej Ole?" <andrzej.oles at gmail.com>
Cc: "bioc-devel" <bioc-devel at r-project.org>
Sent: Friday, May 6, 2016 9:44:06 AM
Subject: Re: [Bioc-devel] how to declare vignette processing properly
Thanks Andrzej, can you give a bit more diagnosis? Is 1.13.1 too old?
%derby01> pandoc -v
pandoc 1.13.1
Compiled with texmath 0.8, highlighting-kate 0.5.11.
Syntax highlighting is supported for the following languages:
abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex,
boo, c,
changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs,
yacc, yaml, zsh
Default user data directory: /udd/stvjc/.pandoc
Copyright (C) 2006-2014 John MacFarlane
Web: http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
On Fri, May 6, 2016 at 12:30 PM, Andrzej Ole? <andrzej.oles at gmail.com>
wrote:
Hi Vince,
this is most probably due to missing/incorrect pandoc installation.
Cheers,
Andrzej
On Fri, May 6, 2016 at 6:18 PM, Vincent Carey <
stvjc at channing.harvard.edu>
wrote:
this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
Hi,
I had the same error at derfinder's devel build report yesterday
morning (v1.7.0), and it went away on the build from yesterday
afternoon (v1.7.1).
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
So I think that it'll go away on the build report for yriMulti. You
can see at the end of
http://bioconductor.org/packages/release/bioc/vignettes/regionReport/inst/doc/bumphunterExampleOutput.html#reproducibility
that BioC uses pandoc version 1.16.0.2
Best,
Leo
On Fri, May 6, 2016 at 1:15 PM, Dan Tenenbaum <dtenenba at fredhutch.org> wrote:
Is pandoc-citeproc installed?
----- Original Message -----
From: "Vincent Carey" <stvjc at channing.harvard.edu>
To: "Andrzej Ole?" <andrzej.oles at gmail.com>
Cc: "bioc-devel" <bioc-devel at r-project.org>
Sent: Friday, May 6, 2016 9:44:06 AM
Subject: Re: [Bioc-devel] how to declare vignette processing properly
Thanks Andrzej, can you give a bit more diagnosis? Is 1.13.1 too old?
%derby01> pandoc -v
pandoc 1.13.1
Compiled with texmath 0.8, highlighting-kate 0.5.11.
Syntax highlighting is supported for the following languages:
abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex,
boo, c,
changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css,
curry, d, diff, djangotemplate, dockerfile, dot, doxygen, doxygenlua,
dtd,
eiffel, email, erlang, fasm, fortran, fsharp, gcc, glsl, gnuassembler,
go,
haskell, haxe, html, ini, isocpp, java, javadoc, javascript, json, jsp,
julia, latex, lex, lilypond, literatecurry, literatehaskell, lua, m4,
makefile, mandoc, markdown, mathematica, matlab, maxima, mediawiki,
metafont, mips, modelines, modula2, modula3, monobasic, nasm, noweb,
objectivec, objectivecpp, ocaml, octave, opencl, pascal, perl, php,
pike,
postscript, prolog, pure, python, r, relaxng, relaxngcompact, rest,
rhtml,
roff, ruby, rust, scala, scheme, sci, sed, sgml, sql, sqlmysql,
sqlpostgresql, tcl, tcsh, texinfo, verilog, vhdl, xml, xorg, xslt, xul,
yacc, yaml, zsh
Default user data directory: /udd/stvjc/.pandoc
Copyright (C) 2006-2014 John MacFarlane
Web: http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
On Fri, May 6, 2016 at 12:30 PM, Andrzej Ole? <andrzej.oles at gmail.com>
wrote:
Hi Vince,
this is most probably due to missing/incorrect pandoc installation.
Cheers,
Andrzej
On Fri, May 6, 2016 at 6:18 PM, Vincent Carey <stvjc at channing.harvard.edu>
wrote:
this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
Yeah, this was because pandoc-citeproc was not installed. So it should go away....
Dan
----- Original Message -----
From: "lcollado" <lcollado at jhu.edu>
To: "Dan Tenenbaum" <dtenenba at fredhutch.org>
Cc: "Vincent Carey" <stvjc at channing.harvard.edu>, "bioc-devel" <bioc-devel at r-project.org>
Sent: Friday, May 6, 2016 11:21:33 AM
Subject: Re: [Bioc-devel] how to declare vignette processing properly
Hi,
I had the same error at derfinder's devel build report yesterday
morning (v1.7.0), and it went away on the build from yesterday
afternoon (v1.7.1).
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.
So I think that it'll go away on the build report for yriMulti. You
can see at the end of
http://bioconductor.org/packages/release/bioc/vignettes/regionReport/inst/doc/bumphunterExampleOutput.html#reproducibility
that BioC uses pandoc version 1.16.0.2
Best,
Leo
On Fri, May 6, 2016 at 1:15 PM, Dan Tenenbaum <dtenenba at fredhutch.org> wrote:
Is pandoc-citeproc installed?
----- Original Message -----
From: "Vincent Carey" <stvjc at channing.harvard.edu>
To: "Andrzej Ole?" <andrzej.oles at gmail.com>
Cc: "bioc-devel" <bioc-devel at r-project.org>
Sent: Friday, May 6, 2016 9:44:06 AM
Subject: Re: [Bioc-devel] how to declare vignette processing properly
Thanks Andrzej, can you give a bit more diagnosis? Is 1.13.1 too old?
%derby01> pandoc -v
pandoc 1.13.1
Compiled with texmath 0.8, highlighting-kate 0.5.11.
Syntax highlighting is supported for the following languages:
abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex,
boo, c,
changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css,
curry, d, diff, djangotemplate, dockerfile, dot, doxygen, doxygenlua,
dtd,
eiffel, email, erlang, fasm, fortran, fsharp, gcc, glsl, gnuassembler,
go,
haskell, haxe, html, ini, isocpp, java, javadoc, javascript, json, jsp,
julia, latex, lex, lilypond, literatecurry, literatehaskell, lua, m4,
makefile, mandoc, markdown, mathematica, matlab, maxima, mediawiki,
metafont, mips, modelines, modula2, modula3, monobasic, nasm, noweb,
objectivec, objectivecpp, ocaml, octave, opencl, pascal, perl, php,
pike,
postscript, prolog, pure, python, r, relaxng, relaxngcompact, rest,
rhtml,
roff, ruby, rust, scala, scheme, sci, sed, sgml, sql, sqlmysql,
sqlpostgresql, tcl, tcsh, texinfo, verilog, vhdl, xml, xorg, xslt, xul,
yacc, yaml, zsh
Default user data directory: /udd/stvjc/.pandoc
Copyright (C) 2006-2014 John MacFarlane
Web: http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
On Fri, May 6, 2016 at 12:30 PM, Andrzej Ole? <andrzej.oles at gmail.com>
wrote:
Hi Vince,
this is most probably due to missing/incorrect pandoc installation.
Cheers,
Andrzej
On Fri, May 6, 2016 at 6:18 PM, Vincent Carey <stvjc at channing.harvard.edu>
wrote:
this is for the current svn version of yriMulti, from 00check.log
* checking re-building of vignette outputs ... WARNING
Error in re-building vignettes:
...
Warning in (if (grepl("\\.[Rr]md$", file)) knit2html else if
(grepl("\\.[Rr]rst$", :
It seems you should call rmarkdown::render() instead of
knitr::knit2html() because yriMulti.Rmd appears to be an R Markdown v2
document.