tjarkvandemerwe / tidyprompt

Create LLM prompting pipelines
https://tjarkvandemerwe.github.io/tidyprompt/
Other
3 stars 1 forks source link

pkgdown #27

Open lukakoning opened 4 weeks ago

lukakoning commented 4 weeks ago

── Building articles ─────────────────────────────────────────────────────────── Writing articles/index.html Reading vignettes/example_usage.Rmd Error in .f(): ! Failed to render 'vignettes/example_usage.Rmd'. ✖ Quitting from lines 132-176 [tool_example] (example_usage.Rmd) Caused by error: ! arguments imply differing number of rows: 1, 0 Backtrace: ▆

  1. ├─base::tryCatch(...)
  2. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
  3. │ ├─base (local) tryCatchOne(...)
  4. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
  5. │ └─base (local) tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
  6. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
  7. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
  8. ├─base::withCallingHandlers(...)
  9. ├─base::saveRDS(...)

    1. ├─base::do.call(...)
    2. ├─base (local) <fn>(...)
    3. └─global <fn>(...)
    4. └─rmarkdown::render(envir = globalenv(), ...)
    5. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
    6. └─knitr:::process_file(text, output)
    7. ├─xfun:::handle_error(...)
    8. ├─base::withCallingHandlers(...)
    9. └─knitr:::process_group(group)
    10. └─knitr:::call_block(x)
    11. └─knitr:::block_exec(params)
    12. └─knitr:::eng_r(options)
    13. ├─knitr:::in_input_dir(...)
    14. │ └─knitr:::in_dir(input_dir(), expr)
    15. └─knitr (local) evaluate(...)
    16. └─evaluate::evaluate(...)
    17. └─base::withRestarts(...)
    18. └─base (local) withRestartList(expr, restarts)
    19. └─base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
    20. └─base (local) docall(restart$handler, restartArgs)
    21. ├─base::do.call("fun", lapply(args, enquote))
    22. └─evaluate (local) fun(base::quote(<smplErrr>))

    Vignette build elders wel zonder problemen en andere chunks lijken hier in github-environment ook prima te werken (er wordt overal een fake_llm_provider gebruikt, geen echte ollama meer). Mij niet duidelijk waarom hij alsnog vastloopt op deze chunk, error message maakt ook niet veel duidelijk

lukakoning commented 4 weeks ago

Temporarily fixed met https://github.com/tjarkvandemerwe/tidyprompt/commit/ede04d6e0e7ec7f79a8779adefd64daaa06f5a94

lukakoning commented 2 weeks ago

Mogelijke oplossing: https://ropensci.org/blog/2019/12/08/precompute-vignettes/

lukakoning commented 2 weeks ago

Deze heb ik gefixt op de main branch. Alleen is de gh pages vgm nog niet helemaal juist ingesteld, hij verwijst nu geloof ik naar de statische files in de repo i.p.v. naar de gh-pages branch; daardoor is de site nog wat verouderd