JBGruber / atrrr

AT Protocol (Authenticated Transfer Protocol behind Bluesky) R package
https://jbgruber.github.io/atrrr
Other
11 stars 2 forks source link

Rename package #12

Closed JBGruber closed 10 months ago

JBGruber commented 10 months ago

Since there was at some point a package called ATR on CRAN, the name is blocked and we can't submit the package under this name. We thus decided to rename the package to atrrr. You can easily move your old tokens to work in the new package with:

R.utils::copyDirectory(tools::R_user_dir("atr", "cache"), 
                       tools::R_user_dir("atrrr", "cache"))

Nothing else changes, except that you have to change library(atr) and atr:: call to the new atrrr.