Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Jan 10, 2025
1 parent d7c54c0 commit ec9c1f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/rtables@981_cran_v0.6.11
Config/Needs/verdepcheck: insightsengineering/formatters,
insightsengineering/rtables, tidyverse/magrittr, mllg/checkmate,
rstudio/htmltools, gagolews/stringi, tidymodels/broom, cran/car,
Expand Down
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ suppressPackageStartupMessages(library(rtables))
suppressPackageStartupMessages(library(dplyr))
```

# rtables <a href='https://github.com/insightsengineering/rtables'><img src="man/figures/logo.png" align="right" height="200" width="200"/></a>
# rtables.officer <a href='https://github.com/insightsengineering/rtables'><img src="man/figures/logo.png" align="right" height="200" width="200"/></a>

<!-- start badges -->
[![Check 🛠](https://github.com/insightsengineering/rtables.officer/actions/workflows/check.yaml/badge.svg)](https://github.com/insightsengineering/rtables.officer/actions/workflows/check.yaml)
Expand All @@ -36,15 +36,14 @@ suppressPackageStartupMessages(library(dplyr))
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Open Issues](https://img.shields.io/github/issues-raw/insightsengineering/rtables.officer?color=red\&label=open%20issues)](https://github.com/insightsengineering/rtables.officer/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

[![CRAN Version](https://www.r-pkg.org/badges/version/rtables.officer)](https://CRAN.R-project.org/package=rtables.officer)
[![Current Version](https://img.shields.io/github/r-package/v/insightsengineering/rtables.officer/main?color=purple\&label=Development%20Version)](https://github.com/insightsengineering/rtables.officer/tree/main)
<!-- end badges -->

## Reporting Tables with R

The `rtables` R package was designed to create and display complex tables with R. The cells in an `rtable` may contain
any high-dimensional data structure which can then be displayed with cell-specific formatting instructions. Currently,
`rtables` can be outputted in `ascii` `html`, and `pdf`, as well Power Point (via conversion to `flextable` objects). This package `rtables.officer` is designed to support the exporting outputs relate Microsoft office softwares such as word and powerpoint.
`rtables` can be outputted in `ascii` `html`, and `pdf`, as well Power Point (via conversion to `flextable` objects). This package `rtables.officer` is designed to support the exporting outputs relate Microsoft office software such as `word` and `powerpoint`.

`rtables` and `rtables.officer` is developed and copy written by `F. Hoffmann-La Roche` and it is released open source under Apache
License Version 2.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# rtables <a href='https://github.com/insightsengineering/rtables'><img src="man/figures/logo.png" align="right" height="200" width="200"/></a>
# rtables.officer <a href='https://github.com/insightsengineering/rtables'><img src="man/figures/logo.png" align="right" height="200" width="200"/></a>

<!-- start badges -->

Expand Down Expand Up @@ -35,8 +35,6 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[![Open
Issues](https://img.shields.io/github/issues-raw/insightsengineering/rtables.officer?color=red&label=open%20issues)](https://github.com/insightsengineering/rtables.officer/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

[![CRAN
Version](https://www.r-pkg.org/badges/version/rtables.officer)](https://CRAN.R-project.org/package=rtables.officer)
[![Current
Version](https://img.shields.io/github/r-package/v/insightsengineering/rtables.officer/main?color=purple&label=Development%20Version)](https://github.com/insightsengineering/rtables.officer/tree/main)
<!-- end badges -->
Expand All @@ -49,7 +47,8 @@ data structure which can then be displayed with cell-specific formatting
instructions. Currently, `rtables` can be outputted in `ascii` `html`,
and `pdf`, as well Power Point (via conversion to `flextable` objects).
This package `rtables.officer` is designed to support the exporting
outputs relate Microsoft office softwares such as word and powerpoint.
outputs relate Microsoft office software such as `word` and
`powerpoint`.

`rtables` and `rtables.officer` is developed and copy written by
`F. Hoffmann-La Roche` and it is released open source under Apache
Expand Down

0 comments on commit ec9c1f3

Please sign in to comment.