Noam Ross
Noam Ross
It'll take a bit, but I'll put it on the to-do!
I realize an issue with `local_file` being upstream is that one does not get the benefit of cloud-based versioning to retrieve versions of the target rather than re-computing. In our...
Thanks for investigating, @eitsupi! I have no knowledge of the origin of using `libgc1c2` or why we have `libgc*` in the Rstudio install scripts. I suggest removing it and checking...
I think that we could define a standard policy as "approximately 90 days, contingent on testing"
Only that I'm not sure these are updated since @RobJY found the issue in NVIDIA/nvidia-docker#342, so these should likely change to install something other than `nvidia-cuda-toolkit`, right @RobJY?
Also, these are interactive test scripts, not scripts that return a value or a specific error for failure. Wouldn't it be better to have something that can integrate into a...
It would be nice if we could cleanly switch from one set of installs to another at the same time as an R version change, which would let us switch...
While we haven't had a very formal process for determining package inclusion in the past, I think we are looking for a combination of (a) essentialness - via widespread use...
``` common_names(c("Oreochromis niloticus")) %>% filter(Language %in% c("Russian", "Tamil", "Thai", "Korean", "Mandarin Chinese", "Vietnamese")) %>% print(n=26) ``` ``` Source: local data frame [26 x 6] ComName Language C_Code SpecCode Genus Species...
Example 6 in `?deSolve::events` shows a stop function written in R used a compiled code ODE. It looks like you can have either. Yes, in my case, I'm looking for...