h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.87k stars 2k forks source link

Change R package maintainer #15482

Closed ledell closed 1 year ago

ledell commented 1 year ago
ledell commented 1 year ago

New DESCRIPTION file:

▶ cat DESCRIPTION
Package: h2o
Version: 3.40.0.4
Type: Package
Title: R Interface for the 'H2O' Scalable Machine Learning Platform
Date: 2023-04-28
Authors@R: c(
    person("Tomas", "Fryda", role = c("aut", "cre"), email = "tomas.fryda@h2o.ai"),
    person("Erin", "LeDell", role = c("aut")),
    person("Navdeep", "Gill", role = c("aut")),
    person("Spencer", "Aiello", role = c("aut")),
    person("Anqi", "Fu", role = c("aut")),
    person("Arno", "Candel", role = c("aut")),
    person("Cliff", "Click", role = c("aut")),
    person("Tom", "Kraljevic", role = c("aut")),
    person("Tomas", "Nykodym", role = c("aut")),
    person("Patrick", "Aboyoun", role = c("aut")),
    person("Michal", "Kurka", role = c("aut")),
    person("Michal", "Malohlava", role = c("aut")),
    person("Ludi", "Rehak", role = c("ctb")),
    person("Eric", "Eckstrand", role = c("ctb")),
    person("Brandon", "Hill", role = c("ctb")),
    person("Sebastian", "Vidrio", role = c("ctb")),
    person("Surekha", "Jadhawani", role = c("ctb")),
    person("Amy", "Wang", role = c("ctb")),
    person("Raymond", "Peck", role = c("ctb")),
    person("Wendy", "Wong", role = c("ctb")),
    person("Jan", "Gorecki", role = c("ctb")),
    person("Matt", "Dowle", role = c("ctb")),
    person("Yuan", "Tang", role = c("ctb")),
    person("Lauren", "DiPerna", role = c("ctb")),
    person("Veronika", "Maurerova", role=c("ctb")),
    person("Sebastien", "Poirier", role=c("aut")),
    person("H2O.ai", role = c("cph", "fnd"))
    )
Description: R interface for 'H2O', the scalable open source machine learning
    platform that offers parallelized implementations of many supervised and
    unsupervised machine learning algorithms such as Generalized Linear
    Models (GLM), Gradient Boosting Machines (including XGBoost), Random Forests,
    Deep Neural Networks (Deep Learning), Stacked Ensembles, Naive Bayes,
    Generalized Additive Models (GAM), ANOVA GLM, Cox Proportional Hazards, K-Means, PCA, ModelSelection,
    Word2Vec, as well as a fully automatic machine learning algorithm (H2O AutoML).
License: Apache License (== 2.0)
URL: https://github.com/h2oai/h2o-3
BugReports: https://github.com/h2oai/h2o-3/issues
NeedsCompilation: no
SystemRequirements: Java (>= 8, <= 17)
Depends: R (>= 2.13.0), methods, stats
Imports: graphics, tools, utils, RCurl, jsonlite
Suggests: ggplot2 (>= 3.3.0), mlbench, Matrix, slam, bit64 (>= 0.9.7),
        data.table (>= 1.9.8), rgl (>= 0.100.19), plot3Drgl (>= 1.0.1),
        survival, DT, IRdisplay, htmltools, plotly, repr, curl, scales
RoxygenNote: 7.1.2
Collate: 'admissibleml.R' 'aggregator.R' 'anovaglm.R' 'astfun.R'
        'automl.R' 'classes.R' 'communication.R' 'config.R'
        'connection.R' 'constants.R' 'coxph.R' 'coxphutils.R'
        'datasets.R' 'deeplearning.R' 'edicts.R' 'explain.R' 'export.R'
        'extendedisolationforest.R' 'frame.R' 'gam.R' 'gbm.R'
        'generic.R' 'glm.R' 'glrm.R' 'grid.R' 'import.R' 'infogram.R'
        'isolationforest.R' 'isotonicregression.R' 'kmeans.R'
        'kvstore.R' 'locate.R' 'logging.R' 'models.R'
        'modelselection.R' 'naivebayes.R' 'parse.R' 'pca.R'
        'permutation_varimp.R' 'predict.R' 'psvm.R' 'randomforest.R'
        'rulefit.R' 'segment.R' 'stackedensemble.R' 'svd.R'
        'targetencoder.R' 'tf-idf.R' 'upliftrandomforest.R'
        'w2vutils.R' 'word2vec.R' 'xgboost.R' 'zzz.R'
Packaged: 2023-04-28 12:11:46 UTC; jenkins
Author: Tomas Fryda [aut, cre],
  Erin LeDell [aut],
  Navdeep Gill [aut],
  Spencer Aiello [aut],
  Anqi Fu [aut],
  Arno Candel [aut],
  Cliff Click [aut],
  Tom Kraljevic [aut],
  Tomas Nykodym [aut],
  Patrick Aboyoun [aut],
  Michal Kurka [aut],
  Michal Malohlava [aut],
  Ludi Rehak [ctb],
  Eric Eckstrand [ctb],
  Brandon Hill [ctb],
  Sebastian Vidrio [ctb],
  Surekha Jadhawani [ctb],
  Amy Wang [ctb],
  Raymond Peck [ctb],
  Wendy Wong [ctb],
  Jan Gorecki [ctb],
  Matt Dowle [ctb],
  Yuan Tang [ctb],
  Lauren DiPerna [ctb],
  Veronika Maurerova [ctb],
  Sebastien Poirier [aut],
  H2O.ai [cph, fnd]
Maintainer: Tomas Fryda <tomas.fryda@h2o.ai>