We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No substantive changes yet.
Mainly filing this as an earmark to revisit this commented code & whether it's needed as an ongoing matter / should be part of the release procedures:
require(rhub) rhub_bit_4.5.0 <- check_for_cran( path = "../bit_4.5.0.tar.gz" , email = "[email protected]" , check_args = "--as-cran" , env_vars = c('_R_CHECK_FORCE_SUGGESTS_'= "false",'_R_CHECK_CRAN_INCOMING_USE_ASPELL_'= "true", '_R_CHECK_XREFS_MIND_SUSPECT_ANCHORS_'="true") , platforms = NULL , show_status = FALSE ) require(rhub) rhub_setup() rhub_doctor() rhub_check(platforms = c("linux", "macos", "windows", "ubuntu-clang", "ubuntu-gcc12")) # ✔ Found git repository at /home/jo/SIK/truecluster/bit. # ✔ Found GitHub PAT. # ✔ Check started: linux, macos, windows, ubuntu-clang, ubuntu-gcc12 (aspherical-sphinx). # See <https://github.com/truecluster/bit/actions> for live output!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No substantive changes yet.
Mainly filing this as an earmark to revisit this commented code & whether it's needed as an ongoing matter / should be part of the release procedures:
The text was updated successfully, but these errors were encountered: