-
In case helpful - apologies if you've already thought about or are already doing this.
The following is what alot of the GitHub Actions for R packages are using to install binary (instead of source…
-
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-…
-
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…
-
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source: **21.1.0**
- CE or EE: **CE**
- JDK version: **OpenJDK 1.8.0_292**
- OS and OS Version: **Ubunt…
ggmoy updated
3 years ago
-
At least two issues to resolve (see wa/undx2015/results/undx2015.pdf versus undx2015_short.pdf, which is the older file:
- [ ] the ggtitles are not centered
- [ ] the bar plots have a reversed d…
-
I basically use sublimeREPL for python, and it is just perfect. I also code in R using either emacs or RStudio, and I though it would be nice to have all my code within the same text editor. Also, I …
-
Please provide a recent release of rocker.
And can we figure out how to keep a newish version always available as updates are made to rocker?
-
I was trying to query the CRAN archive.rds metadata as follows:
`meta
-
I can't install sodium when using rstudio installed from miniconda.
Can you help? I have installed libsodium-dev (sudo apt install libsodium-dev)
R version 3.5.1 (2018-07-02) -- "Feather Spray"…
-
Hi,原来代码里是否使用自定义Toast,是根据MIUI系统判断的。实际上在 Android 的设置里关闭应用通知,就不能弹出Toast。
Android Support v4 24.0.0 包里提供了是否允许通知的检测(Android 4.4 以上能使用)。考虑到现在小米、魅族、华为的系统基本都是 4.4 以上了。 用这个判断兼容范围更广泛。
另外发现,MIUI 8开发版,如果禁用通知,…