add r-ankir: Anki database analysis and management R package#305
Open
chrislongros wants to merge 3 commits intoBioArchLinux:masterfrom
Open
add r-ankir: Anki database analysis and management R package#305chrislongros wants to merge 3 commits intoBioArchLinux:masterfrom
chrislongros wants to merge 3 commits intoBioArchLinux:masterfrom
Conversation
starsareintherose
requested changes
Feb 20, 2026
| @@ -0,0 +1,9 @@ | |||
| build_prefix: extra-x86_64 | |||
| maintainers: | |||
| - github: chrislongros | |||
Member
There was a problem hiding this comment.
Could you also provide a non-microsoft email to receive notification?
BioArchLinux/r-ankir/PKGBUILD
Outdated
| url="https://cran.r-project.org/package=$_pkgname" | ||
| license=('GPL-3.0-or-later') | ||
| depends=( | ||
| r |
Comment on lines
+13
to
+16
| r-rlang | ||
| r-jsonlite | ||
| r-dbi | ||
| r-rsqlite |
Member
There was a problem hiding this comment.
Also add those to repo_depends: in lilac.yaml
BioArchLinux/r-ankir/.gitignore
Outdated
| @@ -0,0 +1,5 @@ | |||
| src/ | |||
Member
There was a problem hiding this comment.
Delete the .gitignore. What you additionally need is the lilac.py, you can refer
https://github.com/BioArchLinux/Packages/tree/master/BioArchLinux/r-dartr
Author
|
Changes addressed:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am the upstream author and CRAN maintainer of ankiR (https://cran.r-project.org/package=ankiR) and the AUR maintainer of r-ankir (https://aur.archlinux.org/packages/r-ankir).
ankiR provides comprehensive Anki database analysis with 137 exported functions covering FSRS algorithm analysis, retention modeling, deck statistics, forgetting curves, and export to multiple formats. It is used in medical education and spaced repetition research workflows.
I am interested in joining BioArchLinux as a contributor and would also be happy to maintain r-rlang and r-fansi (currently orphaned on AUR, broken due to CRAN Archive URL changes) within the repository.