From ec9c1f39f29dc046fa03c9e2d117af3b49b362ee Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Fri, 10 Jan 2025 06:26:11 +0000 Subject: [PATCH] update --- DESCRIPTION | 2 -- README.Rmd | 5 ++--- README.md | 7 +++---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b723e20..cbb453e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, diff --git a/README.Rmd b/README.Rmd index b7092a4..a52f494 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ suppressPackageStartupMessages(library(rtables)) suppressPackageStartupMessages(library(dplyr)) ``` -# rtables +# rtables.officer [![Check 🛠](https://github.com/insightsengineering/rtables.officer/actions/workflows/check.yaml/badge.svg)](https://github.com/insightsengineering/rtables.officer/actions/workflows/check.yaml) @@ -36,7 +36,6 @@ 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) @@ -44,7 +43,7 @@ suppressPackageStartupMessages(library(dplyr)) 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. diff --git a/README.md b/README.md index 8a56800..db9e42e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# rtables +# rtables.officer @@ -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) @@ -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