Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split package #15

Merged
merged 36 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8e53458
split package
shajoezhu Nov 8, 2024
6b84f97
Merge branch 'main' into split_package
shajoezhu Nov 8, 2024
177f7e9
adding pkgdown
shajoezhu Nov 9, 2024
b06c019
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 9, 2024
89a0d04
update news
shajoezhu Nov 9, 2024
5e95415
Merge branch 'split_package' of github.com:insightsengineering/rtable…
shajoezhu Nov 9, 2024
6bdd89d
update wordldist
shajoezhu Nov 9, 2024
b091c06
update
shajoezhu Nov 9, 2024
148d868
fix spell
shajoezhu Nov 9, 2024
1f3bada
update descirption
shajoezhu Nov 10, 2024
603c066
rm tests
shajoezhu Nov 10, 2024
5af8e79
update description
shajoezhu Nov 10, 2024
ecd0d56
update tests
shajoezhu Nov 10, 2024
6ba27fd
update tests
shajoezhu Nov 10, 2024
db5e48f
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 10, 2024
fb7ad82
comment out test
shajoezhu Nov 10, 2024
ccbfa31
Merge branch 'split_package' of github.com:insightsengineering/rtable…
shajoezhu Nov 10, 2024
8afb8c7
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 10, 2024
669dbf2
update document
shajoezhu Nov 12, 2024
d85f857
Merge branch 'split_package' of github.com:insightsengineering/rtable…
shajoezhu Nov 12, 2024
ece0d9c
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 12, 2024
3b8ed27
add vignette
shajoezhu Nov 12, 2024
535faf4
Merge branch 'split_package' of github.com:insightsengineering/rtable…
shajoezhu Nov 12, 2024
2de3849
update namespace
shajoezhu Nov 12, 2024
f94220f
update description
shajoezhu Nov 12, 2024
b820c17
update adding rtables internal function
shajoezhu Nov 12, 2024
b85c834
do not use staged deps for docs
shajoezhu Nov 12, 2024
c6f13a7
update pkgdown
shajoezhu Nov 12, 2024
4171c97
adding topic
shajoezhu Nov 12, 2024
3b811ed
updateing wordlist
shajoezhu Nov 12, 2024
82b1a92
Update DESCRIPTION
shajoezhu Nov 14, 2024
9536d7f
Update tt_as_flextable.R
shajoezhu Nov 14, 2024
875545e
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] Nov 14, 2024
6366697
Empty-Commit
shajoezhu Nov 14, 2024
aadbda2
Empty-Commit
shajoezhu Nov 14, 2024
eabf2d3
updatE
shajoezhu Nov 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
sd-direction: upstream
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
insightsengineering/rtables
default-landing-page: latest-tag
additional-unit-test-report-directories: unit-test-report-non-cran
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Rtables to officer
Description: This package is dedicated to convert `rtables` object to tables in use in `pptx` and `docx` files.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/rtables.officer,
https://insightsengineering.github.io/rtables.officer/
Expand All @@ -20,20 +20,19 @@ Depends:
magrittr (>= 1.5),
methods,
R (>= 2.10),
rtables (>= 0.6.9)
rtables (>= 0.6.10.9003)
Imports:
checkmate (>= 2.1.0),
htmltools (>= 0.5.4),
flextable (>= 0.9.6),
lifecycle (>= 0.2.0),
officer (>= 0.6.6),
stats,
stringi (>= 1.6)
Suggests:
broom (>= 1.0.6),
car (>= 3.0-13),
dplyr (>= 1.0.5),
flextable (>= 0.9.6),
knitr (>= 1.42),
officer (>= 0.6.6),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.23),
survival (>= 3.3-1),
Expand All @@ -60,3 +59,5 @@ RoxygenNote: 7.3.2
Collate:
'package.R'
'tt_export.R'
'tt_as_flextable.R'
'tt_to_paginate_office.R'
23 changes: 8 additions & 15 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,23 @@

export(export_as_docx)
export(export_as_pdf)
export(export_as_tsv)
export(export_as_txt)
export(import_from_tsv)
export(margins_landscape)
export(margins_potrait)
export(section_properties_default)
export(theme_docx_default)
export(theme_html_default)
export(tt_to_flextable)
export(word_mm_to_pt)
import(flextable)
import(formatters)
import(methods)
import(officer)
import(rtables)
importFrom(formatters,export_as_pdf)
importFrom(formatters,export_as_txt)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(stats,binom.test)
importFrom(stats,na.omit)
importFrom(stats,prop.test)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(rtables,import_from_tsv)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,head.matrix)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,tail.matrix)
importFrom(utils,write.table)
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## rtables.officer 0.0.1.9003

### New Features
* First version.
5 changes: 5 additions & 0 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

#' @importFrom lifecycle deprecated
#' @importFrom magrittr %>%
#' @importFrom stats setNames
#' @import methods
#' @import formatters
#' @import rtables
#' @importFrom rtables import_from_tsv
#' @import officer
#' @import flextable
NULL
Loading
Loading