diff --git a/NEWS.md b/NEWS.md index 3b1adee..715c0ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # tidytlg 0.1.2 +* Updated tidytlg-package overall documentation to resolve a CRAN issue. (#21) * Fixed bug where the use of the 'wcol' argument in `gentlg()` would error when no formatting variables were present (#14) * `gentlg()` now supports multiple plots passed in the 'plotnames' argument (#13) * Fixed `check_args()` function to remove some tests that were too strict (#12) diff --git a/R/tidytlg.R b/R/tidytlg-package.R similarity index 99% rename from R/tidytlg.R rename to R/tidytlg-package.R index 2b3a9b7..f2fea62 100644 --- a/R/tidytlg.R +++ b/R/tidytlg-package.R @@ -108,6 +108,8 @@ #' #' @docType package #' @name tidytlg +#' @keywords internal +"_PACKAGE" globalVariables(c("anbr", "label", "rowvar", "rowcondition", "row_type", "rowtext", "tableby", "by", "func", "colvar", "header_order", diff --git a/man/tidytlg.Rd b/man/tidytlg.Rd index 5c56472..744d957 100644 --- a/man/tidytlg.Rd +++ b/man/tidytlg.Rd @@ -1,8 +1,9 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/tidytlg.R +% Please edit documentation in R/tidytlg-package.R \docType{package} \name{tidytlg} \alias{tidytlg} +\alias{tidytlg-package} \title{tidytlg: A package for producing tables, listings, and graphs (TLGs) using tidyverse packages.} \description{ @@ -112,3 +113,32 @@ options update in the \code{.Rprofile.site} file in the R home directory.} See \href{https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf}{Managing R with .Rprofile, .Renviron, Rprofile.site, Renviron.site, rsession.conf, and repos.conf} } +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/pharmaverse/tidytlg} + \item Report bugs at \url{https://github.com/pharmaverse/tidytlg/issues} +} + +} +\author{ +\strong{Maintainer}: Eli Miller \email{eli.miller@atorusresearch.com} (\href{https://orcid.org/0000-0002-2127-9456}{ORCID}) + +Authors: +\itemize{ + \item Nicholas Masel \email{nmasel@its.jnj.com} + \item Steven Haesendonckx \email{shaesen2@its.jnj.com} + \item Pelagia Alexandra Papadopoulou \email{ppapadop@its.jnj.com} + \item Sheng-Wei Wang \email{swang69@its.jnj.com} + \item Nathan Kosiba \email{nkosiba@its.jnj.com} (\href{https://orcid.org/0000-0001-5359-4234}{ORCID}) + \item Aidan Ceney \email{aceney@its.jnj.com} (\href{https://orcid.org/0000-0001-8313-487X}{ORCID}) +} + +Other contributors: +\itemize{ + \item Janssen R&D [copyright holder, funder] + \item David Hugh-Jones (Author of included huxtable library) [copyright holder] +} + +} +\keyword{internal}