Hi,
If I create a package and put the source code on github.
A typical installation process would look like
remotes::install_github("username/repo")
This installs the package from source.
Say I have built binaries for this package using devtools::build()
.
Is there a way to host package binaries on github such that an end-user could install the package from binaries, rather than compile from source?