llrs / llrs/BioCor

structure using deprecated special names

Open
#31 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.