structure using deprecated special names
Open
@llrs is already working on this.
Since Sep 2, 2026.
bug
- Dominant language
- R
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
Found calls to structure() using deprecated special names:
BioCor/tests/testthat/helper_data.R (.Dim: 1, .Dimnames: 1)
BioCor/tests/testthat/test_combineScores.R (.Dim: 5, .Dimnames: 5)
BioCor/man/combineScores.Rd (.Dim: 1, .Dimnames: 1)
BioCor/man/mgeneSim.Rd (.Names: 1)
BioCor/man/mpathSim.Rd (.Names: 1)
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
'.Names' should be changed to 'names'.
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.