Skip to content

Commit

Permalink
Roxygenize
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Jan 20, 2015
1 parent d3c28fe commit 6b14f14
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
5 changes: 4 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.0): 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(knitr,asis_output)
importFrom(knitr,kable)
importFrom(questionr,chisq.residuals)
importFrom(questionr,cprop)
Expand Down
3 changes: 2 additions & 1 deletion man/create.doc.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/create.doc.R
\name{create.doc}
\alias{create.doc}
\title{Create a new directory with a clean RMarkdown file}
Expand Down
3 changes: 2 additions & 1 deletion man/html_clean.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/html_clean.R
\name{html_clean}
\alias{html_clean}
\title{Convert to an HTML document}
Expand Down
3 changes: 2 additions & 1 deletion man/html_docco.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/html_docco.R
\name{html_docco}
\alias{html_docco}
\title{Convert to an HTML document}
Expand Down
3 changes: 2 additions & 1 deletion man/pilltabs.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/pilltabs.R
\name{pilltabs}
\alias{pilltabs}
\title{Given a cross-table, outputs HTML code to display several views of with a tabbed interface}
Expand Down
3 changes: 2 additions & 1 deletion man/rmdformats.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/rmdformats-package.R
\docType{package}
\name{rmdformats}
\alias{rmdformats}
Expand Down

0 comments on commit 6b14f14

Please sign in to comment.