Package: struct
Type: Package
Title: Statistics in R Using Class-based Templates
Version: 1.0.0
Authors@R: c(
    person(
        c("Gavin","Rhys"),
          "Lloyd",
           role=c("aut","cre"),
           email="g.r.lloyd@bham.ac.uk"),
    person(
        c("Ralf","Johannes", "Maria"),
          "Weber",
           role=c("aut"),
           email="r.j.weber@bham.ac.uk")
           )
Description: Defines and includes a set of class-based templates for developing 
    and implementing data processing and analysis workflows, with a strong 
    emphasis on statistics and machine learning. The templates can be used and 
    where needed extended to 'wrap' tools and methods from other packages into a 
    common standardised structure to allow for effective and fast integration. 
    Model objects can be combined into sequences, and sequences nested in 
    iterators using overloaded operators to simplify and improve readability of 
    the code. STATistics Ontology (STATO) has been integrated and implemented 
    to provide standardised definitions for methods, inputs and outputs wrapped 
    using the class-based 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,
        ggplot2, magick
VignetteBuilder: knitr
Imports: methods, ontologyIndex, datasets, graphics, stats, utils,
        knitr, SummarizedExperiment, S4Vectors
biocViews: WorkflowStep
git_url: https://git.bioconductor.org/packages/struct
git_branch: RELEASE_3_11
git_last_commit: 1a9f831
git_last_commit_date: 2020-04-27
Date/Publication: 2020-04-27
NeedsCompilation: no
Packaged: 2020-04-28 07:27:19 UTC; biocbuild
Author: Gavin Rhys Lloyd [aut, cre],
  Ralf Johannes Maria Weber [aut]
Maintainer: Gavin Rhys Lloyd <g.r.lloyd@bham.ac.uk>
Built: R 4.0.0; ; 2020-04-28 18:18:08 UTC; windows
