junco

Check 🛠 Docs 📚 Code Coverage 📔

GitHub forks GitHub repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

Overview

The junco R package contains analysis functions to create tables and listings used for clinical trial reporting. It complements the tern package by providing additional statistical analysis capabilities.

The package provides a range of functionality, such as:

Installation

Either you can install the stable CRAN version

install.packages("junco") #CRAN Release

Or you can install the development version from GitHub:

require('remotes')
remotes::install_github("johnsonandjohnson/junco", ref = "dev") #for the rolling dev release

Usage

To understand how to use this package, please refer to the vignettes (also available on the pkgdown site). You can list them locally with:

browseVignettes(package = "junco")

Key vignettes and what they cover:

TLG Catalog — browse examples and outputs

Explore a curated catalog of Tables, Listings, and Graphs (TLGs) generated with junco and companion tooling:

What you’ll find there:

Tip: Use the catalog alongside the vignettes above and the function reference to quickly identify the right helper for your analysis, then adapt the showcased code to your study’s data and conventions.