-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Description
Assuming it’s possible that someone would want to use use_tidy_contributing()
for a non-tidyverse package (e.g. r-lib
), it would make more sense to build the Travis URL in the same way it’s done for use_travis()
url <- file.path("https://travis-ci.org", gh$username, gh$repo)
As opposed to hardcoding it as http://travis-ci.org/tidyverse, name
(where name is the package name, and I just skip using the gh
package altogether.
But, it would be gh$org
in the case of tidyverse and/or r-lib, right?
Alternately, I could use remotes
from desc::desc_get_remotes
, but, since I'm developing off of a fork, I can't tell whether or not that would actually work 😬!
Metadata
Metadata
Assignees
Labels
No labels