-
```
Compiling with clang++ and the `-fsanitize=unsigned-integer-overflow` flag
(http://clang.llvm.org/docs/UsersManual.html) exposes a few unsigned overflow
issues:
../src/miniz.c:1929:7: runtime e…
-
```
Compiling with clang++ and the `-fsanitize=unsigned-integer-overflow` flag
(http://clang.llvm.org/docs/UsersManual.html) exposes a few unsigned overflow
issues:
../src/miniz.c:1929:7: runtime e…
-
I am confused on how ´renv´ deals with packages stored in remote repositories (e.g., Github).
I use Git with SSH keys, but I also have my credentials stored in the [`git-credential-manager`](https…
-
Running the full test suite with `gctorture()` is prohibitive. I think it might be possible to devise a minimal set of tests, and in these tests to run only the `tibblify()` call in `gctorture()` . Th…
-
not sure how to error. some methods
- if method gives back single output numeric/int/etc. then can error straight away
- when method gives back data.frame: error straight away when found? or thro…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR30656](https://bugs.llvm.org/show_bug.cgi?id=30656) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR25796](https://bugs.llvm.org/show_bug.cgi?id=25796) |
| Status | NEW |
| Importance | P normal |
|…
-
When running the following code, I should get a smooth line starting from `x=.5` tracing to `x=0`, monotonically increasing.
```r
library(ggplot2)
library(gganimate)
library(ragg)
library(gif…
-
Hi @langtonhugh,
I'm very new to R (today is the first time I've even opened Rstudio), and I was hoping for an easy access to your IRR-project. But I'm running into problems, and I'm hoping you can…
-
# to reproduce
`.clang-format`
```yaml
AlignAfterOpenBracket: BlockIndent
AllowAllArgumentsOnNextLine: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
BinPackArguments: 'false'
Bin…