Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Explore 0.4.0 #12

Open
29 tasks
cebarboza opened this issue Aug 20, 2023 · 1 comment
Open
29 tasks

Release Explore 0.4.0 #12

cebarboza opened this issue Aug 20, 2023 · 1 comment

Comments

@cebarboza
Copy link
Collaborator

First release:

Prepare for release:

  • git pull
  • Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • 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
  • Draft blog post

Submit to CRAN:

  • usethis::use_version('minor')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • git push
  • Finish blog post
  • Tweet
  • Add link to blog post in pkgdown news menu
@AniekMarkus
Copy link
Contributor

AniekMarkus commented Sep 4, 2023

  • 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
  • Maybe can remove dependency caret, pracma?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants