Package: struct
Type: Package
Title: Statistics in R Using Class Templates
Version: 0.99.9
Author: Gavin Rhys Lloyd and Ralf Weber
Maintainer: Gavin Rhys Lloyd <g.r.lloyd@bham.ac.uk>
Description: Defines a set of class templates for developing statistical 
    workflows. The templates can be extended to 'wrap' tools from other packages 
    into a common structure that allows them to work together more easily.
    Models can be combined into sequences, and sequences nested in iterators 
    using overloaded operators to simplify code. A version of the STATO ontology
    is included to provide standardised definitions for methods wrapped using 
    the templates.
License: GPL-3
Encoding: UTF-8
LazyData: true
Collate: 'generics.R' 'struct_class.R' 'parameter_class.R'
        'chart_class.R' 'stato_class.R' 'DatasetExperiment_class.R'
        'entity_class.R' 'entity_stato_class.R' 'enum_class.R'
        'enum_stato_class.R' 'output_class.R' 'model_class.R'
        'example_objects.R' 'model_list_class.R' 'metric_class.R'
        'iterator_class.R' 'optimiser_class.R' 'preprocess_class.R'
        'resampler_class.R' 'struct.R' 'struct_templates.R'
RoxygenNote: 7.1.0
Depends: R (>= 4.0)
Suggests: testthat, rstudioapi, rmarkdown, covr, BiocStyle, openxlsx
VignetteBuilder: knitr
Imports: methods, ontologyIndex, datasets, graphics, stats, utils,
        knitr, SummarizedExperiment, S4Vectors
biocViews: WorkflowStep
git_url: https://git.bioconductor.org/packages/struct
git_branch: master
git_last_commit: b5280df
git_last_commit_date: 2020-04-07
Date/Publication: 2020-04-07
NeedsCompilation: no
Packaged: 2020-04-08 07:39:54 UTC; biocbuild
Built: R 4.0.0; ; 2020-04-08 17:28:52 UTC; windows
