Skip to content

Commit

Permalink
3.1-3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenturner committed Sep 27, 2024
1 parent 68007cb commit 3836d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/biorecap.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ tt_preprints <- function(preprints, cols=c("title", "summary"), width=c(1,3)) {
#' biorecap_report(subject=c("bioinformatics", "genomics", "synthetic_biology"),
#' output_dir=output_dir)
#' }
biorecap_report <- function(output_dir=".", subject=NULL, nsentences=2L, model="llama3.1", host = NULL, use_example_preprints=FALSE, ...) {
biorecap_report <- function(output_dir=".", subject=NULL, nsentences=2L, model="llama3.2", host = NULL, use_example_preprints=FALSE, ...) {
skeleton <- system.file("rmarkdown/templates/biorecap/skeleton/skeleton.Rmd", package="biorecap", mustWork = TRUE)
output_dir <- normalizePath(output_dir)
output_file <- paste0("biorecap-report-", format(Sys.time(), "%Y-%m-%d-%H%M%S"), ".html")
Expand Down
2 changes: 1 addition & 1 deletion man/biorecap_report.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3836d33

Please sign in to comment.