knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

greta.template

Build Status Codecov test coverage

This is an empty repository to help you build an extension to greta. It's a GitHub template repository, so you can make a copy to build your extension from by following these steps:

  1. Click Use this template to the left of Clone or download. template
  2. Give this repo a new name (preferably greta.<something>) and create a new repo in your account.
  3. Clone the repository and start filling out all the fields to make the package your own. See Jenny Bryan's Happy Git with R if you'd like some help with this.

Please don't hit the fork button, that would make a permanent link between your repository and this one!


to do list

Here's a list of things to do once you've made a copy of the template, to make sure the package is ship-shape. Maybe take a look at the corresponding parts of greta or tensorflow if you need inspiration or text to copy and adapt!


If you see something missing in this template or the to do list, please let us know via the issues, or send a pull request. We'd really appreciate it. This template comes with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. We also hope people using the template will keep the Code of Conduct with their package code.

p.s. thanks @karthik for the awesome template-template I shamelessly copied from karthik/binder-test



lionel68/greta.checks documentation built on July 30, 2022, 11:39 a.m.