CRAN Package Check Results for Maintainer ‘Koji Makiyama <hoxo.smile at gmail.com>’

Last updated on 2024-05-03 11:53:31 CEST.

Package ERROR NOTE OK
densratio 11
githubinstall 1 2 8
magicfor 11
sGMRFmix 11

Package densratio

Current CRAN status: OK: 11

Package githubinstall

Current CRAN status: ERROR: 1, NOTE: 2, OK: 8

Version: 0.2.2
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘mockery’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.2
Check: examples
Result: ERROR Running examples in 'githubinstall-Ex.R' failed The error most likely occurred in: > ### Name: gh_suggest > ### Title: Suggest Github Repository from a Incomplete Name > ### Aliases: gh_suggest > > ### ** Examples > > gh_suggest("AnomalyDetection") Warning in download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress) : URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt': status was 'SSL connect error' Error in download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress) : cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Calls: gh_suggest ... get_package_list -> gh_update_package_list -> fread -> download.file Execution halted Flavor: r-release-windows-x86_64

Version: 0.2.2
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(githubinstall) > > test_check("githubinstall", filter = "[^(really_install)]") [ FAIL 19 | WARN 21 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-gh_install_packages.R:10:3'): Install a single package ───────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_install_packages(repo, ask = FALSE) at test-gh_install_packages.R:10:3 2. └─base::lapply(packages, select_repository) 3. └─githubinstall (local) FUN(X[[i]], ...) 4. └─githubinstall::gh_suggest(package_name, keep_title = TRUE) 5. └─githubinstall:::suggest_no_fullname(...) 6. └─githubinstall:::get_package_list() 7. └─githubinstall::gh_update_package_list() 8. └─data.table::fread(...) 9. └─utils::download.file(...) ── Error ('test-gh_install_packages.R:17:3'): Install two package ────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_install_packages(repo, ask = FALSE) at test-gh_install_packages.R:17:3 2. └─base::lapply(packages, select_repository) 3. └─githubinstall (local) FUN(X[[i]], ...) 4. └─githubinstall::gh_suggest(package_name, keep_title = TRUE) 5. └─githubinstall:::suggest_no_fullname(...) 6. └─githubinstall:::get_package_list() 7. └─githubinstall::gh_update_package_list() 8. └─data.table::fread(...) 9. └─utils::download.file(...) ── Error ('test-gh_install_packages.R:33:3'): Install: ask yes ───────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_install_packages(repo, ask = TRUE) at test-gh_install_packages.R:33:3 2. └─base::lapply(packages, select_repository) 3. └─githubinstall (local) FUN(X[[i]], ...) 4. └─githubinstall::gh_suggest(package_name, keep_title = TRUE) 5. └─githubinstall:::suggest_no_fullname(...) 6. └─githubinstall:::get_package_list() 7. └─githubinstall::gh_update_package_list() 8. └─data.table::fread(...) 9. └─utils::download.file(...) ── Error ('test-gh_list_packages.R:4:3'): gh_list_packages ───────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_list_packages(username = "hadley") at test-gh_list_packages.R:4:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_search_packages.R:4:3'): gh_search_packages ───────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_search_packages("lasso") at test-gh_search_packages.R:4:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_suggest.R:5:3'): full name ────────────────────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_suggest(repo_name = repo, keep_title = FALSE) at test-gh_suggest.R:5:3 2. └─githubinstall:::suggest_fullname(repo_name = repo_name, keep_title = keep_title) 3. └─githubinstall:::get_package_list() 4. └─githubinstall::gh_update_package_list() 5. └─data.table::fread(...) 6. └─utils::download.file(...) ── Error ('test-gh_suggest.R:11:3'): full name: has title ────────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_suggest(repo_name = repo, keep_title = TRUE) at test-gh_suggest.R:11:3 2. └─githubinstall:::suggest_fullname(repo_name = repo_name, keep_title = keep_title) 3. └─githubinstall:::get_package_list() 4. └─githubinstall::gh_update_package_list() 5. └─data.table::fread(...) 6. └─utils::download.file(...) ── Error ('test-gh_suggest.R:17:3'): no full name: single result ─────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_suggest(repo_name = repo, keep_title = FALSE) at test-gh_suggest.R:17:3 2. └─githubinstall:::suggest_no_fullname(...) 3. └─githubinstall:::get_package_list() 4. └─githubinstall::gh_update_package_list() 5. └─data.table::fread(...) 6. └─utils::download.file(...) ── Error ('test-gh_suggest.R:23:3'): no full name: multi result ──────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_suggest(repo_name = repo, keep_title = FALSE) at test-gh_suggest.R:23:3 2. └─githubinstall:::suggest_no_fullname(...) 3. └─githubinstall:::get_package_list() 4. └─githubinstall::gh_update_package_list() 5. └─data.table::fread(...) 6. └─utils::download.file(...) ── Error ('test-gh_suggest.R:29:3'): no full name: has title ─────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_suggest(repo_name = repo, keep_title = TRUE) at test-gh_suggest.R:29:3 2. └─githubinstall:::suggest_no_fullname(...) 3. └─githubinstall:::get_package_list() 4. └─githubinstall::gh_update_package_list() 5. └─data.table::fread(...) 6. └─utils::download.file(...) ── Error ('test-gh_suggest.R:37:3'): to_candidates: no inds ──────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::to_candidates(package_name = package_name) at test-gh_suggest.R:37:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_suggest.R:43:3'): to_candidates: single result ────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::to_candidates(package_name = package_name, keep_title = FALSE) at test-gh_suggest.R:43:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_suggest.R:49:3'): to_candidates: multi result ─────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::to_candidates(package_name = package_name, keep_title = FALSE) at test-gh_suggest.R:49:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_suggest.R:55:3'): to_candidates: has title ────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::to_candidates(package_name = package_name, keep_title = TRUE) at test-gh_suggest.R:55:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_suggest_username.R:4:3'): gh_suggest_username ─────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall::gh_suggest_username("yuhui") at test-gh_suggest_username.R:4:3 2. └─githubinstall:::get_package_list() 3. └─githubinstall::gh_update_package_list() 4. └─data.table::fread(...) 5. └─utils::download.file(...) ── Error ('test-gh_suggest_username.R:10:3'): yutannihilation ────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. ├─testthat::expect_equal(gh_suggest_username("yutani"), "yutannihilation") at test-gh_suggest_username.R:10:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─githubinstall::gh_suggest_username("yutani") 5. └─githubinstall:::get_package_list() 6. └─githubinstall::gh_update_package_list() 7. └─data.table::fread(...) 8. └─utils::download.file(...) ── Error ('test-utils.R:4:3'): get_package_list ──────────────────────────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::get_package_list() at test-utils.R:4:3 2. └─githubinstall::gh_update_package_list() 3. └─data.table::fread(...) 4. └─utils::download.file(...) ── Error ('test-utils_for_install.R:120:3'): select_repository: single candidate ── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::select_repository(package_name = package_name) at test-utils_for_install.R:120:3 2. └─githubinstall::gh_suggest(package_name, keep_title = TRUE) 3. └─githubinstall:::suggest_no_fullname(...) 4. └─githubinstall:::get_package_list() 5. └─githubinstall::gh_update_package_list() 6. └─data.table::fread(...) 7. └─utils::download.file(...) ── Error ('test-utils_for_install.R:130:3'): select_repository: multi candidates ── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' Backtrace: ▆ 1. └─githubinstall:::select_repository(package_name = package_name) at test-utils_for_install.R:130:3 2. └─githubinstall::gh_suggest(package_name, keep_title = TRUE) 3. └─githubinstall:::suggest_no_fullname(...) 4. └─githubinstall:::get_package_list() 5. └─githubinstall::gh_update_package_list() 6. └─data.table::fread(...) 7. └─utils::download.file(...) [ FAIL 19 | WARN 21 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'githubinstall.Rmd' using rmarkdown Quitting from lines at lines 230-231 [unnamed-chunk-18] (githubinstall.Rmd) Error: processing vignette 'githubinstall.Rmd' failed with diagnostics: cannot open URL 'https://raw.githubusercontent.com/hoxo-m/gepuro-task-views-copy/master/package_list.txt' --- failed re-building 'githubinstall.Rmd' SUMMARY: processing the following file failed: 'githubinstall.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-release-windows-x86_64

Package magicfor

Current CRAN status: OK: 11

Package sGMRFmix

Current CRAN status: NOTE: 11

Version: 0.3.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-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-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64