I’ve had to change my R package names a few times. ggmissing became naniar. naniar became narnia. narnia went back to naniar. Every time I’ve had to do this, there were a few things I had to remember to do. Here’s a blog post that describes how to do that. There are two parts, changing the R package name, and changing the git/github settings. Part 1: Changing the R package name When you change your package name, here is a list of things you need to …