-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Merck/r2rtf
- Loading branch information
Showing
49 changed files
with
2,251 additions
and
1,926 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 |
---|---|---|
@@ -1,11 +1,22 @@ | ||
..Rcheck | ||
^docs$ | ||
^_pkgdown\.yml$ | ||
^r2rtf\.Rproj$ | ||
^\.Rproj\.user$ | ||
^pkgdown$ | ||
^pipelines-definition.groovy$ | ||
^\vignettes\figure$ | ||
^README.Rmd$ | ||
^README\.Rmd$ | ||
^LICENSES_THIRD_PARTY$ | ||
^LICENSE$ | ||
^inst\Rbadges$ | ||
^\.gitignore$ | ||
^\.DS_Store$ | ||
^\.git\$ | ||
^\vignettes\rtf$ | ||
^\vignettes\fig$ | ||
^\vignettes\example-figure.Rmd$ | ||
^\vignettes\example-pipeline.Rmd$ | ||
^\vignettes\rtf-row.Rmd$ | ||
^\vignettes\rtf-text.Rmd$ | ||
^\.github$ | ||
|
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ docs | |
.Rproj.user | ||
.Rhistory | ||
.RData | ||
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
Package: r2rtf | ||
Title: Easily Create Presentation-Ready RTF Table and Figure | ||
Version: 0.1.0 | ||
Title: Easily Create Presentation-Ready Rich Text Format (RTF) Table and Figure | ||
Version: 0.1.1 | ||
Authors@R: c( | ||
person("Yilong", "Zhang", email = "[email protected]", role = c("aut", "cre")), | ||
person("Siruo", "Wang", email = "[email protected]", role = c("aut")), | ||
person("Simiao", "Ye", email = "[email protected]", role = c("aut")) | ||
person("Siruo", "Wang", email = "[email protected]", role = "aut"), | ||
person("Simiao", "Ye", email = "[email protected]", role = "aut"), | ||
person("Merck Sharp & Dohme Corp", role = "cph") | ||
) | ||
Description: Create RTF table and figure with flexible format. | ||
Depends: R (>= 3.4.0) | ||
Description: Create presentation-ready Rich Text Format (RTF) table and figure with flexible and customized format. | ||
Depends: R (>= 3.5.0) | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
RoxygenNote: 7.0.2 | ||
VignetteBuilder: knitr | ||
Roxygen: list(markdown = TRUE) | ||
Suggests: | ||
|
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,9 @@ | ||
# r2rtf 0.1.1 | ||
|
||
* standardize input from `gt_tbl` to `tbl` | ||
* resolving UTF-8 encoding | ||
|
||
# r2rtf 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Initial Version |
Oops, something went wrong.