[help] tar_quarto
gives unsued arguments(profile = profile, quiet = quiet)
#219
Replies: 5 comments
-
Hello, works for me, pretty sure this is the |
Beta Was this translation helpful? Give feedback.
-
I've just updated Quarto to v1.8.4 and still get the same error: |
Beta Was this translation helpful? Give feedback.
-
weird, I have the CRAN version of Check out the HTML of report: For reference, here are my versions: > R.Version()$version.string
[1] "R version 4.5.0 (2025-04-11)"
> quarto::quarto_version()
[1] ‘1.8.2’
> packageVersion("targets")
[1] ‘1.11.3’
> packageVersion("tarchetypes")
[1] ‘0.13.1’ EDIT: just tested |
Beta Was this translation helpful? Give feedback.
-
@MikeLydeamore , you might also try upgrading the |
Beta Was this translation helpful? Give feedback.
-
Ah, turns out updating the That's even already in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Help
Description
I am following the example on the tarchetypes
tar_quarto
documentationI have a file called
report.qmd
:And this
_targets.R
file:The result is this error:
The pipeline runs successfully without the
tar_quarto
target, so I can only guess that must be where the error is from. I've triedNULL
ing both arguments to no avail.I have version 1.11.3 of
targets
and 0.13.1.9000 oftarchetypes
.Am I missing a step or has something changed inside
targets
to cause this error?Beta Was this translation helpful? Give feedback.
All reactions