rmdfiltr | R package that provides a collection of Lua filters
kandi X-RAY | rmdfiltr Summary
kandi X-RAY | rmdfiltr Summary
rmdfiltr is a R library. rmdfiltr has no bugs, it has no vulnerabilities and it has low support. However rmdfiltr has a Non-SPDX License. You can download it from GitHub.
rmdfiltr provides a collection of Lua-filters that extend the functionality of R Markdown templates.
rmdfiltr provides a collection of Lua-filters that extend the functionality of R Markdown templates.
Support
Quality
Security
License
Reuse
Support
rmdfiltr has a low active ecosystem.
It has 36 star(s) with 1 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 4 open issues and 3 have been closed. On average issues are closed in 2 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of rmdfiltr is v0.1.2
Quality
rmdfiltr has no bugs reported.
Security
rmdfiltr has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
rmdfiltr has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
rmdfiltr releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rmdfiltr
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rmdfiltr
rmdfiltr Key Features
No Key Features are available at this moment for rmdfiltr.
rmdfiltr Examples and Code Snippets
Copy
---
title: "Word count test"
output:
html_document:
pandoc_args: !expr rmdfiltr::add_wordcount_filter()
---
wordcount_html_document = function(...) {
format <- rmarkdown::html_document(...)
format$pre_processor <- rmdfiltr::add_wordc
Community Discussions
Trending Discussions on rmdfiltr
QUESTION
RMarkdown knitting error papaja apa6 - rmdfiltr add wordcount filter
Asked 2020-Feb-18 at 09:38
I get the following error when knitting papaja::apa6_pdf docs. I'm running R version 3.6.2 with macOS Mojave (10.14.6) on my MacBook Pro. Any ideas?
...ANSWER
Answered 2020-Feb-18 at 08:43This error is caused by incompatible versions of papaja
and rmdfiltr
. Updating papaja
(e.g. devtools::install_github("crsh/papaja@devel")
) should fix this issue.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rmdfiltr
You can install the development version from this GitHub repository with:.
Support
Contributions of new filters are welcome. Pleas refer to the contributing guidelines before you start working or open a pull request. Also, please note that the rmdfiltr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page