Closed elinw closed 3 years ago
I'd suggest that you use
remotes::install_github("seankross/postcards", ref = "main")
In the readme since in older versions of remotes the default is to "master" and those users will get an error if they try to install without the ref.
Great idea, fixed in 7186f35. Thank you.
I'd suggest that you use
In the readme since in older versions of remotes the default is to "master" and those users will get an error if they try to install without the ref.