CRAN Package Check Results for Package starter

Last updated on 2025-12-06 00:49:02 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.16 4.60 51.30 55.90 OK
r-devel-linux-x86_64-debian-gcc 0.1.16 2.82 25.51 28.33 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.16 21.00 63.37 84.37 OK
r-devel-linux-x86_64-fedora-gcc 0.1.16 90.67 OK
r-devel-windows-x86_64 0.1.16 7.00 70.00 77.00 OK
r-patched-linux-x86_64 0.1.16 3.61 45.01 48.62 OK
r-release-linux-x86_64 0.1.16 3.54 46.33 49.87 OK
r-release-macos-arm64 0.1.16 OK
r-release-macos-x86_64 0.1.16 4.00 60.00 64.00 OK
r-release-windows-x86_64 0.1.16 8.00 68.00 76.00 OK
r-oldrel-macos-arm64 0.1.16 OK
r-oldrel-macos-x86_64 0.1.16 4.00 55.00 59.00 OK
r-oldrel-windows-x86_64 0.1.16 7.00 82.00 89.00 OK

Check Details

Version: 0.1.16
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'covr', 'knitr', 'pkgdown', 'rmarkdown', 'spelling' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.16
Check: examples
Result: ERROR Running examples in ‘starter-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: create_project > ### Title: Start a new project > ### Aliases: create_project > > ### ** Examples > > ## Don't show: > if (pkgdown::in_pkgdown()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # specifying project folder location (folder does not yet exist) + project_path <- file.path(tempdir(), "My Project Folder") + + # creating folder where secure data would be stored (typically will be a network drive) + secure_data_path <- file.path(tempdir(), "secure_data") + dir.create(secure_data_path) + + # creating new project folder + create_project(project_path, path_data = secure_data_path) + ## Don't show: + }) # examplesIf Error in loadNamespace(x) : there is no package called ‘pkgdown’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.16
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc