The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

ankiR

R-CMD-check

R package for reading Anki flashcard databases with FSRS parameter support.

Installation

# From GitHub
remotes::install_github("chrislongros/ankiR")

# Arch Linux (AUR)
# yay -S r-ankir

Usage

library(ankiR)

# Read collection
col <- anki_read("collection.anki2")

# Get cards, decks, reviews
cards <- anki_cards(col)
decks <- anki_decks(col)
reviews <- anki_reviews(col)

# Extract FSRS parameters
fsrs_params <- anki_fsrs_params(col)

License

MIT © 2026

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.