-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use withr for tests & +/- unit tests
- Loading branch information
1 parent
88a72a4
commit 66da0fb
Showing
4 changed files
with
91 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 |
---|---|---|
|
@@ -5,9 +5,8 @@ Version: 0.1.0 | |
Author: person("Matthew", "de Queljoe", email = "[email protected]", role = c("aut", "cre") | ||
Maintainer: Matthew de Queljoe <[email protected]> | ||
Description: Extends `tools::Rd2txt` by adding customisable text and colour formatting to R documentation | ||
contents for terminal or console output. If used in a terminal, output will carried out via `file.show` | ||
otherwise contents will be printed in sections. Formatting is done via crayon<https://cran.r-project.org/web/packages/crayon/index.html> | ||
and prettycode<https://cran.r-project.org/web/packages/prettycode/index.html>. | ||
contents. If used from a terminal, output will be displayed via `file.show` otherwise contents | ||
will be printed in sections. Also provides stand-in replacements for `?` and `help`. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -21,4 +20,5 @@ Imports: | |
RoxygenNote: 6.1.1 | ||
Suggests: | ||
testthat, | ||
mockery | ||
mockery, | ||
withr |
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