-
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.
Merge pull request #21 from PetterHopp/main
NVIpretty v0.4.0
- Loading branch information
Showing
32 changed files
with
860 additions
and
519 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
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,40 +1,46 @@ | ||
Package: NVIpretty | ||
Title: Tools for making R-output pretty in accord with NVI's graphical profile | ||
Version: 0.3.2 | ||
Date: 2021-11-05 | ||
Version: 0.4.0 | ||
Date: 2022-12-02 | ||
Authors@R: | ||
c(person(given = "Petter", | ||
family = "Hopp", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Norwegian Veterinary Institute", | ||
role = "cph")) | ||
Description: Tools for styling output from R in accord with NVI's graphical profile. The package is under development. | ||
Description: Provides tools for styling output from R in accord with NVI's graphical | ||
profile. Included are colour palettes and a NVI-theme for ggplot2 as well as | ||
tools to format and style output in Excel. | ||
URL: https://github.com/NorwegianVeterinaryInstitute/NVIpretty | ||
BugReports: https://github.com/NorwegianVeterinaryInstitute/NVIpretty/issues | ||
Depends: R (>= 4.0.0) | ||
License: BSD_3_clause + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
NVIdb (>= 0.3.0), | ||
checkmate, | ||
checkmate (>= 2.1.0), | ||
ggplot2, | ||
knitr, | ||
openxlsx, | ||
NVIcheckmate (>= 0.3.0) | ||
rmarkdown, | ||
NVIcheckmate (>= 0.5.0), | ||
NVIdb (>= 0.3.0), | ||
NVIrpackages | ||
Suggests: | ||
datasets, | ||
knitr, | ||
devtools, | ||
remotes, | ||
rmarkdown, | ||
testthat (>= 3.0.0), | ||
roxygen2, | ||
devtools | ||
testthat (>= 3.0.0), | ||
NVIpackager | ||
Remotes: | ||
NorwegianVeterinaryInstitute/NVIcheckmate, | ||
NorwegianVeterinaryInstitute/NVIdb, | ||
NorwegianVeterinaryInstitute/NVIcheckmate | ||
NorwegianVeterinaryInstitute/NVIpackager, | ||
NorwegianVeterinaryInstitute/NVIrpackages | ||
VignetteBuilder: knitr | ||
Language: en-GB | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
Roxygen: list(markdown = FALSE) | ||
RoxygenNote: 7.2.1 | ||
Config/testthat/edition: 3 |
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,6 +1,8 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(add_formatted_worksheet) | ||
export(append_text_line) | ||
export(style_background_per_column) | ||
export(style_text_line) | ||
export(theme_NVI) | ||
importFrom(ggplot2,"%+replace%") |
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
Oops, something went wrong.