I suppose you are referring to this package
If that is the case then for installing packages from github you first need to have the remotes
package installed.
install.packages("remotes")
Then you can install the package from github with this command
remotes::install_github("mobilizingcs/mobilizr")