Jay Qi
Jay Qi
- Project goals: - As close to pathlib as possible; extra properties/methods for critical cloud-specific functions - Support for different backends is easy to implement - Only download files locally...
I've begun working on a Python implementation of pkgnet. 🎉 Branch is here: https://github.com/jayqi/pkgnet/tree/py-pkg/py-pkg This issue will track progress and discussion on design decisions. Some code standards decisions to make:...
We've gotten burned a few times in the vignette when we introduce breaking changes that breaks code examples that aren't executed. One recent example is #271. We should refactor some...
There should be a way to show things flowing in one direction, but as one can see, there is stuff going multiple ways.
pkgdown supports having both a release copy of documentation (in `docs/`) and a development version of documentation (in `docs/dev/`). We can even have it infer automatically which to build based...
One possible thing that can happen is that class `A` in package `aaa` is a child class of `B` from package `bbb`. This is something that we don't currently test....
Options > Code > Saving - Ensure that source files end with newline - Strip trailing horizontal whitespace when saving
R6 classes let you define a custom `$print` method. Right now we're using the default R6 printing which just dumps a list of public and private members. I think it...
We should write a vignette for `InheritanceReporter`, since it's not mentioned in the intro vignette nor part of `DefaultReporters`
Currently, Function Reporter will find R6 class methods, but nothing special is being done for S4 or Reference classes. We need to figure out: 1. Do we need to do...