-
Last TODOs before release:
* [ ] Finish up final package functions (e.g `flatten_to_shape()` - #5 )
* [ ] Fix all R CMD check warnings() (mainly from unfinished documentation)
* [ ] Remove `error…
-
First release:
* [ ] `usethis::use_cran_comments()`
* [x] Proof read `Title:` and `Description:`
* [ ] Check that all exported functions have `@returns` and `@examples`
* [x] Check that `Authors@R:` …
-
The R Packages book got a major overhaul, and so did the usethis package - this requires a similar update to our curriculum, to make sure we're teaching people up-to-date processes (certain things in …
-
Prepare for release:
* [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_tfprobability.html)
* [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-rele…
-
I.e. from `usethis::use_git()` produce
```
[`usethis::use_git()`](https://usethis.r-lib.org/reference/use_git.html "Initialise a git repository")
```
(Hugo recognizes it :-) ) or the equiv…
-
Working on a cli cheatsheet with a tidy dev day participant and we were trying to figure out how `cli_alert*()` functions should be situated in the cheatsheet. It was my sense that they are essentiall…
-
Would be awesome to add some unit testing at some point. See this for a start:
http://usethis.r-lib.org/
install.packages("usethis")
use_testthat()
And travis.ci:
use_travis()
And vignett…
-
Prepare for release:
* [x] Check that description is informative
* [x] Check licensing of included files
* [x] `usethis::use_cran_comments()`
* [x] `devtools::check()`
* [x] `devtools::ch…
-
* I think `usethis::use_pkgdown_github_pages()` will automatically set up everything including the relevant Github Actions needed to automatically build such a website after repo pushes using a `githu…
-
First release:
* [x] `usethis::use_cran_comments()`
* [x] Update (aspirational) install instructions in README
* [x] Proofread `Title:` and `Description:`
* [x] Check that all exported functions have…