Skip to content

Commit

Permalink
Deploying to gh-pages from @ 52c3b67 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lshep committed Dec 17, 2024
1 parent 96f82a0 commit dcd7c8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions r-code.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,13 @@ <h3>
numeric vector of the same length as the rows and is adhered to across classes
including the <code>DelayedMatrix</code> class. Re-using generics reduces the amount of
new generics by consolidating existing operations and avoids the mistake of
introducing a “new” generic with the same name. Generic name collisions may
mask or be masked by previous definitions in ways that are hard to diagnose.
More recently, we recommend the use of <em><a href="https://CRAN.R-project.org/package=conflicted">conflicted</a></em> to
identify namespace collisions.</p>
introducing a “new” generic with the same name. Note that in order to re-use
a generic, the behavior of the method should align with the originally
proposed behavior of the generic. Avoid creating generics from existing <code>base</code>
or <code>utils</code> functions as this can lead to confusion and conflicts with
existing functions and generics. Generic name collisions may mask previous
definitions in ways that are hard to debug and diagnose. We recommend the use of
<em><a href="https://CRAN.R-project.org/package=conflicted">conflicted</a></em> to identify namespace collisions.</p>
<p>If there are problems, e.g., in performance or parsing your particular
file type, ask for input from other developers on the
<a href="https://stat.ethz.ch/mailman/listinfo/bioc-devel">bioc-devel</a> mailing list. Common disadvantages to
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit dcd7c8d

Please sign in to comment.