Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCD[E]FGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-09-27 12:06 -0400 (Sat, 27 Sep 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" 4832
lconwaymacOS 12.7.1 Montereyx86_644.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" 4620
kjohnson3macOS 13.7.7 Venturaarm644.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" 4565
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4563
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 633/2334HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
EasyCellType 1.11.0  (landing page)
Ruoxing Li
Snapshot Date: 2025-09-26 13:45 -0400 (Fri, 26 Sep 2025)
git_url: https://git.bioconductor.org/packages/EasyCellType
git_branch: devel
git_last_commit: de3e2fd
git_last_commit_date: 2025-04-15 12:55:10 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    ERROR  skippedskipped
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


BUILD results for EasyCellType on kjohnson3

To the developers/maintainers of the EasyCellType package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/EasyCellType.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: EasyCellType
Version: 1.11.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data EasyCellType
StartedAt: 2025-09-26 16:14:24 -0400 (Fri, 26 Sep 2025)
EndedAt: 2025-09-26 16:14:36 -0400 (Fri, 26 Sep 2025)
EllapsedTime: 12.1 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data EasyCellType
###
##############################################################################
##############################################################################


* checking for file ‘EasyCellType/DESCRIPTION’ ... OK
* preparing ‘EasyCellType’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘my-vignette.Rmd’ using rmarkdown

Quitting from my-vignette.Rmd:44-47 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Failed to install 'EasyCellType' from GitHub:
  HTTP error 403.
  API rate limit exceeded for 170.223.207.78. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

  Rate limit remaining: 0/60
  Rate limit reset at: 2025-09-26 20:28:14 UTC

  To increase your GitHub API rate limit
  - Use `usethis::create_github_token()` to create a Personal Access Token.
  - Use `gitcreds::gitcreds_set()` to add the token.
---
Backtrace:
    ▆
 1. └─remotes::install_github("rx-li/EasyCellType")
 2.   ├─pkgbuild::with_build_tools(...)
 3.   └─remotes:::install_remotes(...)
 4.     └─base::tryCatch(...)
 5.       └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 6.         └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 7.           └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'my-vignette.Rmd' failed with diagnostics:
Failed to install 'EasyCellType' from GitHub:
  HTTP error 403.
  API rate limit exceeded for 170.223.207.78. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

  Rate limit remaining: 0/60
  Rate limit reset at: 2025-09-26 20:28:14 UTC

  To increase your GitHub API rate limit
  - Use `usethis::create_github_token()` to create a Personal Access Token.
  - Use `gitcreds::gitcreds_set()` to add the token.
--- failed re-building ‘my-vignette.Rmd’

SUMMARY: processing the following file failed:
  ‘my-vignette.Rmd’

Error: Vignette re-building failed.
Execution halted