* using log directory 'd:/Rcompile/CRANpkg/local/3.4/pacman.Rcheck' * using R version 3.4.4 (2018-03-15) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'pacman/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'pacman' version '0.4.6' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'pacman' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [5s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [14s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [8s] ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("pacman") > options(repos="http://cran.rstudio.com/") > > > test_check("pacman") -- 1. Error: p_install_gh works (@test-p_install_gh.R#5) ---------------------- HTTP error 404. Not Found Rate limit remaining: 59/60 Rate limit reset at: 2018-10-22 00:51:57 UTC 1: expect_false(p_install_gh("greg/iDontExistAnywhere")) at testthat/test-p_install_gh.R:5 2: quasi_label(enquo(object), label) 3: eval_bare(get_expr(quo), get_env(quo)) 4: p_install_gh("greg/iDontExistAnywhere") 5: lapply(package, function(x) { devtools::install_github(x, dependencies = dependencies, ...) }) 6: FUN(X[[i]], ...) 7: devtools::install_github(x, dependencies = dependencies, ...) 8: install_remotes(remotes, auth_token = auth_token, host = host, dependencies = dependencies, upgrade = upgrade, force = force, quiet = quiet, build = build, build_opts = build_opts, repos = repos, type = type, ...) 9: vapply(remotes, install_remote, ..., FUN.VALUE = character(1)) 10: FUN(X[[i]], ...) 11: remote_package_name(remote) 12: remote_package_name.github_remote(remote) 13: github_DESCRIPTION(username = remote$username, repo = remote$repo, subdir = remote$subdir, host = remote$host, ref = remote$ref, pat = remote$auth_token %||% github_pat(), use_curl = use_curl) == testthat results =========================================================== OK: 54 SKIPPED: 3 FAILED: 1 1. Error: p_install_gh works (@test-p_install_gh.R#5) Error: testthat unit tests failed Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [12s] OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR