-
Get "remotes" package:
install.packages("remotes") -
Install the package from GitHub:
remotes::install_github(repo="fhaive/FunMappOnePackage")
-
Create tar.gz file:
devtools::build()
-
Install the package:
install.packages("path_to_the_tar.gz.file", type = "source", repos = NULL)