Noam Ross
Noam Ross
Any chance this is going to be updated to work under Adium 1.5?
Is it possible to inked to an exercise in expanded state? For instance, if I link to https://noamross.github.io/gams-in-r-course/chapter1#6, it will go to that part of the chapter page, but Exercise...
This is great! I suggest, in addition to looking for packages that are called via `library(packagename)`, you also look for: - `require(packagename)` - `packagename::function` - `import::from("packagename", ...)`
Creating all of the frames for an animation can take a while. Perhaps there could be an option to use parallel execution to generate the frame if option("mc.cores") is set?
One area sorely lacking in non-Excel CSV tools is the ability to directly edit records, which means most users then need to go to Excel to do this or do...
Thanks for this program! I'm always looking for lightweight CSV programs. One feature that would be very helpful is a (fuzzy) search, such as found in the JS DataTables library,...
I realize that various forms of this have been requested going back to at least https://github.com/paul-buerkner/brms/issues/338 and https://github.com/paul-buerkner/brms/issues/323 , but I was wondering if brms could implement the Seemingly Unrelated...
Curious if we could have (partial) derivatives for s(x,y) or similar interaction terms.
- [ ] Lines rasterization - [ ] Points rasterization - [ ] Auto detection of shape type - [ ] Method or detection for GEOMETRYCOLLECTIONS of mutiple shape types
Per https://github.com/r-spatial/stars/issues/2, We do want **stars** object outputs. This shouldn't take too much work, as I said over in that issue, we need to: >- Add code to transfer CRS...