PRL-PRG / PRL-PRG/sxpdb

Improve the merge

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

@programLyrique is already working on this.

Since Aug 25, 2022.

enhancement
Dominant language
C
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Ideally, there should be the following facing function:

# Merges dbs from `paths` into `db`.
#
#' @type (sxpdb | chr, chr[], lgl, lgl) -> sxpdb
merge_dbs <- function(db, paths, parallel, quiet = TRUE) { ... }
# Merges `source` into `target` return the remapping of all source indices into their new target indices as data frames.
#
# @type (sxpdb, sxpdb) -> data.frame<source_idx, target_idx>
merge_into <- function(target, source, quiet=TRUE) { ... }

Contributor guide

No contributing guide indexed for this repository

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.