Skip to content

Commit

Permalink
Merge pull request #1 from Merck/v0.1.1
Browse files Browse the repository at this point in the history
version v0.1.1
  • Loading branch information
elong0527 authored Apr 16, 2020
2 parents 8d0d34c + d4fc39d commit 4be61da
Show file tree
Hide file tree
Showing 49 changed files with 2,251 additions and 1,926 deletions.
Binary file removed .DS_Store
Binary file not shown.
15 changes: 13 additions & 2 deletions .Rbuildignore
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$

1 change: 0 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
config:
- {os: windows-latest, r: '3.6'}
- {os: macOS-latest, r: '3.6'}
- {os: macOS-latest, r: 'devel'}
- {os: ubuntu-16.04, r: '3.6', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}

env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ docs
.Rproj.user
.Rhistory
.RData
doc
Meta
15 changes: 8 additions & 7 deletions DESCRIPTION
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:
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
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
Loading

0 comments on commit 4be61da

Please sign in to comment.