Skip to content

Commit

Permalink
Perform checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Aug 25, 2024
1 parent 456b86e commit 249e4d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 8 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
citHeader("To cite ollamar in publications use:")

citEntry(
entry = "Article",
bibentry(
bibtype = "Article",
title = "ollamar: An R package for running large language models",
author = "Lin Hause and Tawab Safi",
author = c(
person("Hause", "Lin", , "hauselin@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4590-7039")),
person("Tawab", "Safi", , "asaficontact@gmail.com", role = c("aut", "ctb"),
comment = c(ORCID = "0009-0000-5659-9890"))
),
journal = "PsyArXiv",
year = "2024",
month = "aug",
Expand Down
11 changes: 6 additions & 5 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@

|field |value |
|:--------|:---------------------------------------------------------------------------------------------------|
|version |R version 4.4.0 (2024-04-24) |
|version |R version 4.4.1 (2024-06-14) |
|os |macOS Sonoma 14.4.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2024-08-17 |
|date |2024-08-24 |
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
|pandoc |3.1.11 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/aarch64/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|ollamar |1.1.1 |1.2.0 |* |
|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|ollamar |1.2.0 |1.2.0.9000 |* |
|httr2 |NA |1.0.3 |* |

# Revdeps

0 comments on commit 249e4d0

Please sign in to comment.