Skip to content

Commit 249e4d0

Browse files
committed
Perform checks
1 parent 456b86e commit 249e4d0

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

inst/CITATION

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
citHeader("To cite ollamar in publications use:")
22

3-
citEntry(
4-
entry = "Article",
3+
bibentry(
4+
bibtype = "Article",
55
title = "ollamar: An R package for running large language models",
6-
author = "Lin Hause and Tawab Safi",
6+
author = c(
7+
person("Hause", "Lin", , "[email protected]", role = c("aut", "cre", "cph"),
8+
comment = c(ORCID = "0000-0003-4590-7039")),
9+
person("Tawab", "Safi", , "[email protected]", role = c("aut", "ctb"),
10+
comment = c(ORCID = "0009-0000-5659-9890"))
11+
),
712
journal = "PsyArXiv",
813
year = "2024",
914
month = "aug",

revdep/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22

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

1717
# Dependencies
1818

19-
|package |old |new |Δ |
20-
|:-------|:-----|:-----|:--|
21-
|ollamar |1.1.1 |1.2.0 |* |
19+
|package |old |new |Δ |
20+
|:-------|:-----|:----------|:--|
21+
|ollamar |1.2.0 |1.2.0.9000 |* |
22+
|httr2 |NA |1.0.3 |* |
2223

2324
# Revdeps
2425

0 commit comments

Comments
 (0)