Skip to content

d-morrison/rmb

{rmb} datasets for Regression Methods in Biostatistics

Lifecycle: experimental R-CMD-check Codecov test coverage CodeFactor CRAN status License: MIT

The goal of {rmb} is to …

Installation

You can install the development version of {rmb} from GitHub with:

# install.packages("pak")
pak::pak("d-morrison/rmb")

Example

This is a basic example which shows you how to solve a common problem:

suppressPackageStartupMessages(library(rmb))
## basic example code

Development

Building the Documentation Site

This package uses altdoc with Quarto to build its documentation site. To build and preview the documentation locally:

# Load the package
pkgload::load_all()

# Render the documentation
altdoc::render_docs()

# Preview the site
altdoc::preview_docs()

The documentation is automatically built and deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.

Other R Package Template Options

If you’re looking for alternative R package templates, you may also want to consider:

  • r.pkg.template - A comprehensive R package template from Insights Engineering

Code of Conduct

Please note that the {rmb} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Data sets from Regression Methods in Biostatistics, Second Edition by Vittinghoff et al

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from d-morrison/rpt