Assigning elements to vector beyond its length does not have an effect
Open
meta-good first issue
type-bug
type-enhancement
- Dominant language
- Rust
- Stars
- 145
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```r
x <- true
x[2] <- NA
#> [1] true
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.