R/global.R

# These global variables are declared to eliminate associated R cmd check warnings.
# There is no other identified functional impact of these global declarations.

utils::globalVariables(
  c('atrisk',
    'Count',
    'cte',
    'dropoutRate',
    'dropoutTime',
    'enrollTime',
    'eventCount',
    'events',
    'Ex1delayedEffect',
    'fail',
    'fail_rate',
    'fail_time',
    'hr',
    'duration',
    'enrollTime',
    'event',
    'finish',
    'lambda',
    'mtte',
    'N',
    'OminusE',
    'one',
    'origin',
    'period',
    'rate',
    's',
    'S',
    'status',
    'Stratum',
    'time',
    'Treatment',
    'tte',
    'txevents',
    'Var',
    'w',
    'wOminusE',
    'wVar',
    'txatrisk'
  )
)
keaven/simtrial documentation built on April 17, 2023, 4:03 a.m.