You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if this is correctly checkes: input trainExplore is either 1) settings_path with or without train_data + with or without other parameters OR 2) mandatory train_data with or without other parameters
If input train_data = NULL -> should be checked if this file exists from settings_path
Fix difference input names snake_case and camelCase
Add extra parameters to R package: SENSITIVITY, PPV, NPV, F1SCORE
Specify which options for MAXIMIZE parameter = SENSITIVITY, SPECIFICITY, ACCURACY, PPV, NPV, BALANCEDACCURACY, F1SCORE
First release:
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
git pull
devtools::build_readme()
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = 'ubuntu-rchk')
rhub::check_with_sanitizers()
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
git push
usethis::use_github_release()
usethis::use_dev_version()
git push
The text was updated successfully, but these errors were encountered: