Displaying 7 results from an estimated 7 matches for "rsos_articl".
Did you mean:
rsos_article
2017 Sep 07
3
post_processor in rmarkdown not working
Dear Duncan,
Thanks for chiming in. Could you explain how you set debug() on
post_processor()? I've tried adding debug(post_processor) to rsos_article()
or adding debug(post_processor) when after post_processor was defined in
the debugger. Neither work for me.
All supporting files are available within the package. The code below
should be reproducible on your machine.
remove.packages("INBOmd")
devtools::install_github("inbo/INBO...
2017 Sep 07
2
post_processor in rmarkdown not working
On 07/09/2017 2:04 PM, Duncan Murdoch wrote:
> On 07/09/2017 10:11 AM, Thierry Onkelinx wrote:
>> Dear Duncan,
>>
>> Thanks for chiming in. Could you explain how you set debug() on
>> post_processor()? I've tried adding debug(post_processor) to
>> rsos_article() or adding debug(post_processor) when after post_processor
>> was defined in the debugger. Neither work for me.
>
> Not working for me either right now for some reason or other. What I
> was doing was manually running debug(post_processor) in the debugger
> after single steppi...
2017 Sep 07
0
post_processor in rmarkdown not working
On 07/09/2017 10:11 AM, Thierry Onkelinx wrote:
> Dear Duncan,
>
> Thanks for chiming in. Could you explain how you set debug() on
> post_processor()? I've tried adding debug(post_processor) to
> rsos_article() or adding debug(post_processor) when after post_processor
> was defined in the debugger. Neither work for me.
Not working for me either right now for some reason or other. What I
was doing was manually running debug(post_processor) in the debugger
after single stepping past its definitio...
2017 Sep 08
0
post_processor in rmarkdown not working
...Duncan Murdoch wrote:
>
>> On 07/09/2017 10:11 AM, Thierry Onkelinx wrote:
>>
>>> Dear Duncan,
>>>
>>> Thanks for chiming in. Could you explain how you set debug() on
>>> post_processor()? I've tried adding debug(post_processor) to
>>> rsos_article() or adding debug(post_processor) when after post_processor
>>> was defined in the debugger. Neither work for me.
>>>
>>
>> Not working for me either right now for some reason or other. What I
>> was doing was manually running debug(post_processor) in the debug...
2017 Sep 07
0
post_processor in rmarkdown not working
...he post_processor() is not run. The
> post_processor() does work when I run it manually on the tex file.
>
> Any suggestions on what I'm doing wrong? Below is the relevant snippet of
> the code. The full code is available at
> https://github.com/inbo/INBOmd/blob/post_processor/R/rsos_article.R
> https://github.com/inbo/INBOmd/blob/post_processor/inst/rmarkdown/templates/rsos_article/skeleton/skeleton.Rmd
> is an Rmd is a MWE that fails compile because the post_processor() is not
> run.
>
I installed it and tried running it using
debug(INBOmd::rsos_article)
rmarkdown::re...
2017 Sep 06
4
post_processor in rmarkdown not working
...mpiled. For some reason the post_processor() is not run. The
post_processor() does work when I run it manually on the tex file.
Any suggestions on what I'm doing wrong? Below is the relevant snippet of
the code. The full code is available at
https://github.com/inbo/INBOmd/blob/post_processor/R/rsos_article.R
https://github.com/inbo/INBOmd/blob/post_processor/inst/rmarkdown/templates/rsos_article/skeleton/skeleton.Rmd
is an Rmd is a MWE that fails compile because the post_processor() is not
run.
Best regards,
Thierry
post_processor <- function(
metadata, input_file, output_file, clean, ve...
2017 Sep 07
0
post_processor in rmarkdown not working
...the post_processor() is not run. The
> post_processor() does work when I run it manually on the tex file.
>
> Any suggestions on what I'm doing wrong? Below is the relevant snippet of
> the code. The full code is available at
> https://github.com/inbo/INBOmd/blob/post_processor/R/rsos_article.R
> https://github.com/inbo/INBOmd/blob/post_processor/inst/rmarkdown/templates/rsos_article/skeleton/skeleton.Rmd
> is an Rmd is a MWE that fails compile because the post_processor() is not
> run.
>
> Best regards,
>
> Thierry
>
> post_processor <- function(
>...