Erez
Erez
I think as a standard all scripts should be completely independent and reproducible. I.e. people should be able to copy and paste code in their R REPL session without errors....
Once we figure exactly what the standard should be and overhaul all algorithms according to this standard.
At some point qualityMetrics changed its format from 18 columns to 23. Once there is updated information on this dataset, the corresponding metadata the package uses to read files will...
Once there is information on the format of this dataset, it will be added as an option to download.
Hi everyone, Thought I'd ask for help here. I've finally been working on automating the collection of death counts on Israel's side. Now, the only way to get complete death...
It would be very useful to add an argument to either `osf_retrieve_file()` or `osf_download()` to choose a specific file version to download. Currently I had to resort to manually downloading...
The hack of trying to replace all asserts with a global macro to something that R will handle does not work. The following R code will crash, instead of throwing...
`GetDroppedFiles()` changed to `LoadDroppedFiles()` `ClearDroppedFiles()` changed to `UnloadDroppedFiles()` It's not only a name change, the interface is different. It works with a `FilePathList` structure now, instead of raw strings.
1. Need to make a check either at R or C level, to make sure a window is active before drawing. 2. At the C-level, check arguments are the correct...
### Zig Version 0.12.0-dev.2341+92211135f ### Zig Language Server Version 0.12.0-dev.365+a8a83b6 ### Client / Code Editor / Extensions emacs 29.1 (eglot) ### Steps to Reproduce and Observed Behavior With variable type...