Skip to content

R package that provides a data model and functionality for processing RWD

License

Notifications You must be signed in to change notification settings

UMC-Utrecht-RWE/T2-DataManagementModel

Repository files navigation

T2 - Data Management Model

R-CMD-check

T2.DMM is an R package that provides a data model and functionality for processing Real World Data (RWD).

Installation

You can install the current version of T2.DMM as follows:

  1. In your R console, ensure you have the package devtools installed:
    install.packages("devtools")
    
  2. Using devtools, install the package directly from GitHub
    devtools::install_github('UMC-Utrecht-RWE/T2-DataManagementModel', dependencies = TRUE)
    

Dependency data.table on mac

While the data.table library should install automatically upon package installation, it may not function optimally when installed through this automatic process on a Mac (which will be the case for most users of this package). It is recommended to take a look at the Mac-specific installation instructions for data.table and OpenMP support, as well as this issue with a detailed workaround for M1/2 chips.

You can verify data.table functionality with:

data.table::test.data.table()

Workflow

Overview data management

About

R package that provides a data model and functionality for processing RWD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages