tidymodels / hardhat

Construct Modeling Packages
https://hardhat.tidymodels.org
Other
101 stars 16 forks source link

Release hardhat 1.1.0 #204

Closed DavisVaughan closed 2 years ago

DavisVaughan commented 2 years ago

Prepare for release:

Submit to CRAN:

Wait for CRAN...

DavisVaughan commented 2 years ago

Checking revdeps against:

pkgs <- unique(c(
  revdepcheck::cran_revdeps("hardhat"),
  revdepcheck::cran_revdeps("workflows"),
  revdepcheck::cran_revdeps("tune")
))

pkgs <- setdiff(pkgs, "hardhat")
pkgs <- sort(pkgs)

pkgs
#>  [1] "additive"           "agua"               "applicable"        
#>  [4] "autostats"          "baguette"           "bayesian"          
#>  [7] "bayesmodels"        "brulee"             "card"              
#> [10] "coefplot"           "cuda.ml"            "dials"             
#> [13] "easyalluvial"       "finetune"           "finnts"            
#> [16] "gtsummary"          "healthyR.ai"        "healthyR.ts"       
#> [19] "MLDataR"            "modeltime"          "modeltime.ensemble"
#> [22] "modeltime.h2o"      "modeltime.resample" "parsnip"           
#> [25] "rebook"             "recipes"            "shinymodels"       
#> [28] "sknifedatar"        "stacks"             "tabnet"            
#> [31] "text"               "tidycmprsk"         "tidymodels"        
#> [34] "tidyposterior"      "timetk"             "tune"              
#> [37] "usemodels"          "vetiver"            "workboots"         
#> [40] "workflows"          "workflowsets"       "yardstick"

# revdepcheck::cloud_check(revdep_packages = pkgs)

Created on 2022-06-09 by the reprex package (v2.0.1)

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.