-
_From @druchnewitz on May 25, 2018 10:49_
Hi together,
Bioconductor has updated there Package and uses R version 3.5.0.
When will it be available via Anaconda?
Best
_Copied from original issu…
-
CRAN is a favorite topic at any R gathering; so perhaps we can channel it into something productive here.
Perhaps I'm grouping different issues under the same tent here, so feel free to propose to br…
-
currently zoon ignores the fact that packages change version between the time a workflow is written and when it is reproduced.
If we could store the versions for all packages being used when running …
-
It would be handy to have a single command that would collect all `library` statements in a single R script, and install any packages so referenced that are missing. Basically, a batch version of the …
-
Here we can continue the discussion about different interesting repositories out there. Here are some that were mentioned already during the coffee break:
- https://github.com/Open-Astrophysics-Boo…
-
I have create a Docker file for Binder with the command:
holepunch::write_dockerfile()
However, when running Binder, there are many errors. See the binder [here](https://mybinder.org/v2/gh/tracer-…
-
When I just tried to install a long list of packages with `pkg_install()`, I got an error:
```
Error: ! error in pak subprocess
Caused by error:
! invalid version specification 'NA'
```
Rep…
-
It would be good to mention that people can already run their work locally before making it public or when they need more resources by using https://repo2docker.readthedocs.io/ which is the tech used …
-
First of all, this tutorial is amazing. Content, pace, level of detail. I love it.
I encountered one issue with random forest when following the code of Chapter 1 locally. I'm on tidymodels 0.1.2 a…
-
Update the current method from gdistance to raster. Initially leastcostpath package was suggested, however this also relies on raster objects and is slow.
Code to be re-written in Terra package co…