forked from juba/rmdformats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
56 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,19 @@ Package: rmdformats | |
Maintainer: Julien Barnier <[email protected]> | ||
Authors@R: c(person("Julien", "Barnier", email="[email protected]", | ||
role=c("aut","cre"))) | ||
Version: 0.1.1 | ||
Date: 2014-11-03 | ||
Version: 0.1 | ||
Date: 2015-12-04 | ||
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
Title: HTML output formats for RMarkdown documents | ||
Title: HTML Output Formats and Templates for RMarkdown Documents | ||
Description: HTML formats and templates for RMarkdown documents, with some extra | ||
features such as automatic table of contents and lightboxed figures. | ||
features such as automatic table of contents, lightboxed figures, dynamic | ||
crosstab helper. | ||
Imports: | ||
questionr, | ||
knitr, | ||
rmarkdown, | ||
htmltools | ||
Suggests: | ||
questionr | ||
URL: https://github.com/juba/rmdformats | ||
RoxygenNote: 5.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# Generated by roxygen2 (4.1.0): do not edit by hand | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(print,pilltabs) | ||
export(create.doc) | ||
export(html_clean) | ||
export(html_docco) | ||
export(knit_print.pilltabs) | ||
export(pilltabs) | ||
import(htmltools) | ||
import(rmarkdown) | ||
importFrom(htmltools,htmlDependency) | ||
importFrom(knitr,asis_output) | ||
importFrom(knitr,kable) | ||
importFrom(knitr,opts_knit) | ||
importFrom(questionr,chisq.residuals) | ||
importFrom(questionr,cprop) | ||
importFrom(questionr,rprop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.