Changelog
Source:NEWS.md
AIscreenR 0.3.2.9000
Minor improvements
- Adding the n_screened and n_missing variables to the key results in
screen_analyzer().
AIscreenR 0.3.2
CRAN release: 2026-04-20
Minor improvements
- Updating the default inclusion threshold and documentation hereof when conducting replicate screenings to be aligned with the finding from Vembye et al. (2025).
- Updating the handling of coding missing abstracts in the vignette now when using
read_ris_to_dataframe(). - Better error messages for unknown GPT models when using newer or fine-tuned models.
Bug fixes
- Fixed bug in
report()when rendering large amounts of text. - Fixed bug in
tabscreen_gpt()when using multiple reps and gpt-5 models. - Fixed bug in
screen_analyzer()when working with multiple prompts, models, and reps. - Correcting path in generating-disagreement-reports article.
- Set max_tries in
rate_limits_per_minute()to avoid message from httr2.
AIscreenR 0.3.0
CRAN release: 2026-04-13
New features
- Adding
tabscreen_groq()function to screen titles and abstracts using Groq AI. - Adding
tabscreen_ollama()function to screen titles and abstracts using local ollama models. - Adding functions to read and write RIS files:
read_ris_to_dataframe()andsave_dataframe_to_ris(). - Adding function to generate disagreement reports:
generate_disagreement_report(). - Making new refinements to the tabscreen_* functions. Making it possible to steer the model’s (over)inclusion behavior via the
overinclusive = TRUEargument in tabscreen_* functions.
AIscreenR 0.2.0
CRAN release: 2025-08-18
- Adding Thomas Olsen as co-author.
New features
- Adding
create_fine_tune_data()andwrite_fine_tune_data()to generate data for fine tuning OpenAI’s models.
AIscreenR 0.1.1
CRAN release: 2024-11-26
- A typo in the vignette has been corrected.
- The vignette now draws on functions from synthesisr instead of revtools to handle RIS files.
-
tabscreen_gpt()now treats the study ID variable as a factor to keep original order of the dataset with titles and abstracts.