dgkf / dgkf/R

Stricter recycling rules

Open
#98 5 comments 0 reactions 0 assignees View on GitHub
meta-proposal status-feedback-needed theme-internals type-design
Dominant language
Rust
Stars
145
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Currently, the code below works:

```r
> c(1, 2) * c(1, 2, 3)
[1] 1 4 3
```

I think this should be stricter and at least throw a warning (but I would probably even tend to an error) when the shorter length does not divide the longer length.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.