-
Prepare for release:
* [x] `git pull`
* [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_ps.html)
* [x] ~~Bump required R version in DESCRIPTION to 4.0~~
…
-
This will make the intro vignette appear in the pkgdown site navbar automatically as "Get started".
[link](https://pkgdown.r-lib.org/reference/build_articles.html#get-started)
Otherwise I think …
-
Direct follow-on from last year's [two](https://github.com/ropensci/unconf17/issues/78) related [issues](https://github.com/ropensci/unconf17/issues/49) issues thanks to @sfirke. The [`flipper` packag…
-
Plan for newcastle satrdays abstract:
Code analysis tools:
- static stuff: code-quality, code-style {goodpractice, lintr, cloc, }
- dynamic stuff: benchmarking,
- archaeological stuff: gitsum
…
-
```bibtex
@misc{key,
title = "Something\slash Something",
author = "John Smith",
}
````
It seems `rbibutils` does not convert `\slash` to `/` when translating from BibTeX to Rd. The main diffe…
-
@willwerscheid I'm going to start a thread here on the plot functions.
1. For the documentation to be consistent across plot functions, I think the first argument to all functions needs to be "x"; …
-
The implementations of `maxDose` (the only method defined for subclasses of `Increments`) for `IncrementsRelative` and `IncrementsRelativeDLT` share much code in common. The same will be true of the …
-
First release
- [x] Proof read `Title:` and `Description:` and ensure they are informative
- [x] Check that all exported functions have `@returns` and `@examples`
- [x] Check that `Authors@R:` in…
-
Hey @larnsce,
For a more consistent look for the packages I mentioned templates/themes for plots today in the morning.
I now went through the issues. If possible, we could integrate the plot an…
-
To improve function findability I suggest we try to group functions by theme. This should be achievable by adding the following code to pkdown.yml.
```
reference:
- title: Thema A functions
c…