I noticed the repository is somewhat large when cloning. It may be worth reviewing the biggest tracked files (especially binary/media elements), checking whether they need to be distributed with the package, and, if unnecessary, considering removing them and cleaning them from the git history.
kyber:main $ du -hd 1 .
19M ./inst
24K ./.github
96K ./R
152K ./pkgdown
28K ./vignettes
400K ./man
44M ./.git
12K ./.vscode
64K ./tests
63M .
I noticed the repository is somewhat large when cloning. It may be worth reviewing the biggest tracked files (especially binary/media elements), checking whether they need to be distributed with the package, and, if unnecessary, considering removing them and cleaning them from the git history.