Selection (comma separated numbers, 0 to cancel): paste0(1:26, collapse = ",")
Error in `select_platforms(platforms)`:
! Invalid platform numbers: "paste0(1:26", "collapse = \"", and "\")".
Type .Last.error to see the more details.
> paste0(1:5, collapse = ",")
[1] "1,2,3,4,5"
> paste0(1:26, collapse = ",")
[1] "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26"
> rhub::rhub_check()
✔ Found git repository at /Users/rmsharp/Documents/Development/R/r_workspace/nprcgenekeepr.
✔ Found GitHub PAT.                                 

Available platforms (see `rhub::rhub_platforms()` for details):

 1 🖥  linux          R-* (any version)                     ubuntu-latest on GitHub
 2 🖥  macos          R-* (any version)                     macos-13 on GitHub
 3 🖥  macos-arm64    R-* (any version)                     macos-latest on GitHub
 4 🖥  windows        R-* (any version)                     windows-latest on GitHub
 5 🐋 atlas          R-devel (2025-01-26 r87642)           Fedora Linux 38 (Container Image)
 6 🐋 c23            R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
 7 🐋 clang-asan     R-devel (2025-01-26 r87642)           Ubuntu 22.04.5 LTS
 8 🐋 clang16        R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
 9 🐋 clang17        R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
10 🐋 clang18        R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
11 🐋 clang19        R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
12 🐋 clang20        R-devel (2024-10-09 r87215)           Ubuntu 22.04.5 LTS
13 🐋 donttest       R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
14 🐋 gcc13          R-devel (2025-01-26 r87642)           Fedora Linux 38 (Container Image)
15 🐋 gcc14          R-devel (2025-01-26 r87642)           Fedora Linux 40 (Container Image)
16 🐋 intel          R-devel (2025-01-26 r87642)           Fedora Linux 38 (Container Image)
17 🐋 mkl            R-devel (2025-01-26 r87642)           Fedora Linux 38 (Container Image)
18 🐋 nold           R-devel (2025-01-26 r87642)           Ubuntu 22.04.5 LTS
19 🐋 noremap        R-devel (2025-01-25 r87633)           Ubuntu 22.04.5 LTS
20 🐋 nosuggests     R-devel (2025-01-26 r87642)           Fedora Linux 38 (Container Image)
21 🐋 rchk           R-devel (2025-01-26 r87642)           Ubuntu 22.04.5 LTS
22 🐋 ubuntu-clang   R-devel (2025-01-26 r87642)           Ubuntu 22.04.5 LTS
23 🐋 ubuntu-gcc12   R-devel (2025-01-26 r87642)           Ubuntu 22.04.5 LTS
24 🐋 ubuntu-next    R-4.4.2 (patched) (2025-01-26 r87642) Ubuntu 22.04.5 LTS
25 🐋 ubuntu-release R-4.4.2 (2024-10-31)                  Ubuntu 22.04.5 LTS
26 🐋 valgrind       R-devel (2025-01-26 r87642)           Fedora Linux 38 (Container Image)

Selection (comma separated numbers, 0 to cancel): 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26

✔ Check started: linux, macos, macos-arm64, windows, atlas, c23, clang-asan, clang16,
  clang17, clang18, clang19, clang20, donttest, gcc13, gcc14, intel, mkl, nold, noremap,
  nosuggests, rchk, ubuntu-clang, ubuntu-gcc12, ubuntu-next, ubuntu-release, valgrind
  (metallographical-affenpinscher).
  See <https://github.com/rmsharp/nprcgenekeepr/actions> for live output!
> devtools::check_win_devel()
Building windows version of nprcgenekeepr (1.0.7)
ℹ Using R-devel with win-builder.r-project.org.
Email results to rmsharp@me.com?

1: Yup
2: Uhhhh... Maybe?
3: No

Selection: 1
── R CMD build ──────────────────────────────────────────────────────────────────────────────
✔  checking for file ‘/Users/rmsharp/Documents/Development/R/r_workspace/nprcgenekeepr/DESCRIPTION’ ...
─  preparing ‘nprcgenekeepr’: (910ms)
✔  checking DESCRIPTION meta-information ...
─  installing the package to build vignettes
✔  creating vignettes (18s)
─  checking for LF line-endings in source and make files and shell scripts (585ms)
─  checking for empty or unneeded directories
─  building ‘nprcgenekeepr_1.0.7.tar.gz’
   
─────────────────────────────────────────────────────────────────────────────────────────────
ℹ Check <rmsharp@me.com> for the results in 15-30 mins (~12:52 AM).
> devtools::check_win_release()
Building windows version of nprcgenekeepr (1.0.7)
ℹ Using R-release with win-builder.r-project.org.
Email results to rmsharp@me.com?

1: Not yet
2: Nope
3: Absolutely

Selection: 3
── R CMD build ──────────────────────────────────────────────────────────────────────────────
✔  checking for file ‘/Users/rmsharp/Documents/Development/R/r_workspace/nprcgenekeepr/DESCRIPTION’ ...
─  preparing ‘nprcgenekeepr’: (637ms)
✔  checking DESCRIPTION meta-information
─  installing the package to build vignettes
✔  creating vignettes (17.1s)
─  checking for LF line-endings in source and make files and shell scripts (555ms)
─  checking for empty or unneeded directories
─  building ‘nprcgenekeepr_1.0.7.tar.gz’
   
─────────────────────────────────────────────────────────────────────────────────────────────
ℹ Check <rmsharp@me.com> for the results in 15-30 mins (~12:52 AM).
> devtools::check_mac_release()
Building macOS version of nprcgenekeepr (1.0.7)
ℹ Using https://mac.r-project.org/macbuilder/submit.html.
── R CMD build ──────────────────────────────────────────────────────────────────────────────
✔  checking for file ‘/Users/rmsharp/Documents/Development/R/r_workspace/nprcgenekeepr/DESCRIPTION’ ...
─  preparing ‘nprcgenekeepr’: (574ms)
✔  checking DESCRIPTION meta-information ...
─  installing the package to build vignettes
✔  creating vignettes (17.5s)
─  checking for LF line-endings in source and make files and shell scripts (569ms)
─  checking for empty or unneeded directories
─  building ‘nprcgenekeepr_1.0.7.tar.gz’
   
─────────────────────────────────────────────────────────────────────────────────────────────
ℹ Check <https://mac.R-project.org/macbuilder/results/1738045405-63d2fa7440b7eff8/> the
  results in 5-10 mins (~12:33 AM).
> remotes::install_github("r-lib/revdepcheck")
Using GitHub PAT from the git credential store.
Skipping install of 'revdepcheck' from a github remote, the SHA1 (5a0c1381) has not changed since last install.
  Use `force = TRUE` to force installation
> remotes::install_github("r-lib/revdepcheck")
Using GitHub PAT from the git credential store.
Skipping install of 'revdepcheck' from a github remote, the SHA1 (5a0c1381) has not changed since last install.
  Use `force = TRUE` to force installation
> devtools::revdep()
