Last updated on 2025-01-30 16:48:53 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
froggeR | 4 | 9 | |
nascaR.data | 5 | 8 |
Current CRAN status: ERROR: 4, OK: 9
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘froggeR-Ex.R’ failed
The error most likely occurred in:
> ### Name: quarto_project
> ### Title: Create a Custom 'Quarto' Project
> ### Aliases: quarto_project
>
> ### ** Examples
>
> if (quarto::quarto_version() >= "1.4") {
+ # Create a temporary directory for testing
+ tmp_dir <- tempdir()
+
+ # Create the Quarto project with custom YAML & associated files
+ quarto_project("frogs", path = tempdir(), custom_yaml = TRUE)
+
+ # Confirms files were created (optional, for user confirmation)
+ file.exists(file.path(tmp_dir, "frogs.rproj")) # Rproj file
+ file.exists(file.path(tmp_dir, "frog.qmd")) # Quarto doc
+ file.exists(file.path(tmp_dir, "_quarto.yml")) # project YAML file
+
+ # Create a new Quarto project with standard Quarto YAML
+ # quarto_project('frogs_standard', path = tempdir(), custom_yaml = FALSE)
+
+ # Clean up: Remove the created temp directory and all files
+ unlink(list.files(tempdir(), full.names = TRUE), recursive = TRUE)
+ }
Error in `find_quarto()`:
! Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the
QUARTO_PATH environment variable.
Backtrace:
▆
1. └─quarto::quarto_version()
2. └─quarto:::find_quarto()
3. └─cli::cli_abort(quarto_not_found_msg)
4. └─rlang::abort(...)
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 5, OK: 8
Version: 2.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘get_driver.R’ ‘get_manufacturer.R’ ‘get_team.R’ ‘utils.R’
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.