-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 and bump to 0.3.1
- Loading branch information
Showing
44 changed files
with
5,660 additions
and
77 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 |
---|---|---|
|
@@ -8,3 +8,6 @@ docs/.* | |
^\.github$ | ||
^\.covrignore$ | ||
prepare_development_branch.sh | ||
cran-comments.md | ||
^doc$ | ||
^Meta$ |
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,3 +2,6 @@ | |
devel/* | ||
.Rhistory | ||
*.Rproj | ||
inst/doc | ||
doc | ||
Meta |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
Package: heddlr | ||
Title: Dynamic R Markdown Document Generation | ||
Version: 0.3.0 | ||
Version: 0.3.1 | ||
Authors@R: | ||
person(given = "Michael", | ||
family = "Mahoney", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "https://orcid.org/0000-0003-2402-304X")) | ||
Description: heddlr is a package designed to make | ||
dynamically generating R Markdown documents easier, by providing an | ||
easy way to create section patterns, define how those patterns work | ||
together to form a template, and then using data to generate a report | ||
that fits your templating needs. | ||
Description: Helper functions designed to make | ||
dynamically generating R Markdown documents easier by providing a | ||
simple and tidy way to create report pieces, shape them to your data, | ||
and combine them for exporting into a single R Markdown document. | ||
License: MIT + file LICENSE | ||
Depends: | ||
R (>= 3.2.5) | ||
|
@@ -26,7 +25,12 @@ Suggests: | |
roxygen2, | ||
testthat (>= 2.1.0), | ||
dplyr, | ||
tidyr | ||
tidyr, | ||
nycflights13, | ||
ggplot2, | ||
knitr, | ||
purrr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
VignetteBuilder: knitr |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Test environments | ||
* Local Ubuntu 19.04 install, R 3.6.2 | ||
* Linux 16.04 (travis-ci), R devel, 3.6.2, 3.5.3, 3.4.4 | ||
* Mac OSX (travis-ci), R 3.6.2, 3.5.3, 3.4.4 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
There were no ERRORs or WARNINGs. | ||
|
||
There was one NOTE: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Michael Mahoney <[email protected]>' | ||
|
||
New submission | ||
|
||
This is my first submission of this or any package. | ||
|
||
## Downstream Dependencies | ||
|
||
There are currently no downstream dependencies for this package. |
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.
Oops, something went wrong.