Andrie de Vries
Andrie de Vries
This changes the help documentation to use roxygen markdown, since this is in general easier to write and maintain. In addition, moves documentation examples into inst/examples/___.R - this makes it...
With some work, we can potentially expose `blastula` as a back-end for the `mailmerge` package. https://github.com/andrie/mailmerge/issues/1
Continued from #17 . The current API is: ```r bucketable_list( text = "This is a bucketable list. You can drag items between the lists.", group_name = "bucketable", add_sortable_list( text =...
This is a feature that gets requested often Related to: - #23 new function to add a local package - #9 Add capability to read package data from local file...
If a new version of a package gets added to the repo, move the old version to the archive
Pull request #58 includes some sample code in the vignette to demonstrate how to use the `file:///` URI to point to a local miniCRAN repository. We should in general improve...
Don't redownload updated packages' dependencies See https://github.com/RevolutionAnalytics/miniCRAN/commit/bc00f7bac070b6bf112e31907a83633199f302fb#commitcomment-9463777
This may not be an R issues, but something on the CloudML end. I received a crash report in the terminal, despite the job still running on CloudML. This happens...
The documentation can be improved by having more links between topics. For example: * Link from `keras_compile()` to callbacks, and vice versa. * Link to `EarlyStopping()` from model param in...
_Suggested enhancement by Ulrik Stervbo_ --- Hi Andrie, Thanks for taking the time with the ggdendro package. I wanted to plot a circular dendrogram and was unhappy with the implementation...