CRAN Package Check Results for Package ghee

Last updated on 2022-08-15 08:49:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.51 24.11 25.62 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 1.90 18.75 20.65 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 43.66 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 41.47 NOTE
r-devel-windows-x86_64 0.1.0 11.00 62.00 73.00 ERROR
r-patched-linux-x86_64 0.1.0 2.75 22.94 25.69 NOTE
r-release-linux-x86_64 0.1.0 2.15 22.82 24.97 NOTE
r-release-macos-arm64 0.1.0 16.00 NOTE
r-release-macos-x86_64 0.1.0 22.00 NOTE
r-release-windows-x86_64 0.1.0 9.00 56.00 65.00 NOTE
r-oldrel-macos-arm64 0.1.0 20.00 NOTE
r-oldrel-macos-x86_64 0.1.0 24.00 NOTE
r-oldrel-windows-ix86+x86_64 0.1.0 16.00 38.00 54.00 NOTE

Check Details

Version: 0.1.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘usethis’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in 'ghee-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: gh_repos_list
    > ### Title: List a user's github repository
    > ### Aliases: gh_repos_list
    >
    > ### ** Examples
    >
    > gh_repos_list("jdtrat")
    
    Error: <github_error in gh_process_response(raw):
    GitHub API error (403):
    Message: API rate limit exceeded for 129.217.207.166. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
    Read more at https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting>
    $calls
    $calls[[1]]
    gh_repos_list("jdtrat")
    
    $calls[[2]]
    gh::gh("GET /users/{username}/repos", username = user, ...)
    
    $calls[[3]]
    gh_process_response(raw)
    
    $calls[[4]]
    gh_error(response)
    
    $calls[[5]]
    throw(cond)
    
    
    $parents
    [1] 0 1 2 3 4
    
    $envs
    $envs[[1]]
    [1] "0x00000268011f2c58"
    
    $envs[[2]]
    [1] "0x0000026800186a80"
    
    $envs[[3]]
    [1] "0x000002687e8eb998"
    
    $envs[[4]]
    [1] "0x000002687e89a988"
    
    $envs[[5]]
    [1] "0x000002687e3bc570"
    
    
    $topenvs
    $topenvs[[1]]
    [1] "namespace:ghee"
    
    $topenvs[[2]]
    [1] "namespace:gh"
    
    $topenvs[[3]]
    [1] "namespace:gh"
    
    $topenvs[[4]]
    [1] "namespace:gh"
    
    $topenvs[[5]]
    [1] "0x000002687e629440"
    
    
    $indices
    [1] 1 2 3 4 5
    
    $nframes
    [1] 5
    
    $messages
    $messages[[1]]
    [1] "\nGitHub API error (403): \nMessage: API rate limit exceeded for 129.217.207.166. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\nRead more at https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"
    
    
    $ignore
    NULL
    
    $classes
    [1] "github_error" "http_error_403" "error" "condition"
    
    $pids
    [1] 2216 2216 2216 2216 2216
    
    attr(,"class")
    [1] "rlib_trace"
    Execution halted
Flavor: r-devel-windows-x86_64