starters icon indicating copy to clipboard operation
starters copied to clipboard

R Package 📦 for initializing projects for various R activities :nut_and_bolt:

Results 25 starters issues
Sort by recently updated
recently updated
newest added

@hrbrmstr started a project a while ago close to my heart [hrbrmstr/swagger](https://github.com/hrbrmstr/swagger). I'd like to revive that project to generate functions from API definitions produced in swagger - this would...

enhancement :sparkles:

Cf https://github.com/r-lib/usethis/issues/482

enhancement :sparkles:
help wanted :raised_hand:

I'm getting an error from the default `create_package_project()`: ``` library(starters) > create_package_project(name = "networkanalyst", title = "A visual analytics platform for comprehensive gene expression profiling & meta-analysis") ✔ Creating '/home/tsundoku/RProjects/networkanalyst/'...

I.e. remove tic/travis, instead write a few example YAML files for GH actions based on https://github.com/r-lib/actions & examples in https://github.com/ropenscilabs/actions_sandbox

Over on a Travis build of a PR, we're getting: >GitHub API error (403): 403 Forbidden > API rate limit exceeded for 35.202.145.110. (But here's the good news: Authenticated requests...

enhancement :sparkles:

Currently it doesn't say what happens.

documentation :page_with_curl:

Currently, `repo_exists` will return `FALSE` if there's no repo with the same name for the account... but also if there's something wrong with the API. ```r repo_exists

enhancement :sparkles:
help wanted :raised_hand:

The [`benmarwick/rrtools` package](https://github.com/benmarwick/rrtools) has a function (`rrtools::use_dockerfile`) which creates a dockerfile along with a project template. I'm wondering if a similar function for `starters` would be desired as a function...

enhancement :sparkles:
help wanted :raised_hand:

would it be desirable to not let usethis be chatty within the functions of this package?

enhancement :sparkles:

with slides rendered for instance.

documentation :page_with_curl: