Rackage ‘remotes’ is not available (for R version 4.0.2)

Hi, I get an error I don’t understand.
Link: Travis CI - Test and Deploy with Confidence

Installing package dependencies
Installing R packages: remotes
0.21s$ Rscript -e 'install.packages(c("remotes"));if (!all(c("remotes") %in% installed.packages())) { q(status = 1, save = "no")}'
Installing package into ‘/home/travis/R/Library’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository https://cloud.r-project.org/src/contrib:
  object 'status' not found
Warning message:
package ‘remotes’ is not available (for R version 4.0.2) 
The command "Rscript -e 'install.packages(c("remotes"));if (!all(c("remotes") %in% installed.packages())) { q(status = 1, save = "no")}'" failed and exited with 1 during .
Your build has been stopped.

Does this have to do with remotes fails R-CMD-check: GitHub - r-lib/remotes: Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs ?

@jeroen and @jimhester