Skip to content
Prev 3771 / 12125 Next

[R-pkg-devel] Package suggested but not available for checking: 'rPeaks'; Additional_repositories

You could convince the original author to submit rPeaks to CRAN, or
volunteer to be the maintainer and do it yourself if he doesn't want
to maintain it. That would be easier for you and better for everyone,
because the package would be well-checked under the watchful eye of
CRAN maintainers. Otherwise, see below.
On Tue, 16 Apr 2019 at 03:15, Tan Zhou <tankchow12 at gmail.com> wrote:
I see nothing in https://jrminter.github.io/drat or
https://tankwin08.github.io/drat. First of all, someone (the author or
you in his behalf) has to setup a drat repo, so please read and follow
the guide for package authors:

https://cran.r-project.org/web/packages/drat/vignettes/DratForPackageAuthors.html

After you setup such a repo (if the original author didn't want to do
it by himself and gave his permission) in your GitHub account and push
jrminter's package, you should be able to do the following:

drat::addRepo("tankwin08")
install.packages("rPeaks")

and that's it. So finally, you can add

Additional_repositories: https://tankwin08.github.io/drat

to your DESCRIPTION file.