-
(I'm creating this issue to track a discussion that started elsewhere.) In general, it's a bad idea to run code from another package at build time, because it can bake-in some dependencies such that t…
-
``` r
> quote(1 == 2 == 3)
Error: unexpected '==' in "quote(1 == 2 =="
```
R parser does not permit chaining like that - effectively, the operator is non-associative. This seems to be the case for al…
-
```
# Google Services
60.199.175.53 google.com
60.199.175.88
203.208.36.18 www.google.com
203.208.36.18 www.google.com.hk
203.208.36.18 www.l.google.com
203.208.36.18 www2.l.google.com
203.208.…
-
```
# Google Services
60.199.175.53 google.com
60.199.175.88
203.208.36.18 www.google.com
203.208.36.18 www.google.com.hk
203.208.36.18 www.l.google.com
203.208.36.18 www2.l.google.com
203.208.…
-
Hello,
is there a simple USB-CDC Example outputing "hello world" and returning the recieved string?
That would be very handy!
Michael
-
The following app crashes on start because of the `con.register()` at the top level. [Live app](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMAMwCdiYACAZwAsBLCbDOAD1R0…
-
Is it possible to detect/infer, during `.Rprofile`, whether `R CMD check` is running or not? (I'd expect `commandArgs()` would reflect this)
If so, we could add an element to `startup::sysinfo()` …
-
您好,目前在按照大佬提供的模板已经编译成功;想请教一下在vscode下该如何配置调试与下载
-
Hi @leeper , Cloudyr team,
Would you be interested in a package wrapping the docker-machine interface?
`docker-machine` is essentially just a simple wrapper around the APIs of many common clou…
-
Version: llvmorg-16.0.6
While porting a project from libstdc++ to libc++ I encountered that `std::stringbuf::setbuf` is not doing anything in libc++. While this is within the requirements of the st…