Skip to content

Commit

Permalink
Updated cre status in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Campbell committed Dec 5, 2024
1 parent 755e4a3 commit 1c9ba96
Show file tree
Hide file tree
Showing 3 changed files with 668 additions and 872 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Package: decontX
Title: Decontamination of single cell genomics data
Version: 1.4.0
Authors@R:
c(person("Yuan", "Yin", , "yuan_yin@outlook.com", role = c("aut" "cre"),
c(person("Yuan", "Yin", , "yuan_yin@outlook.com", role = c("aut"),
comment = c(ORCID = "0000-0001-9261-6061")),
person("Masanao", "Yajima", , "yajima@bu.edu", role = c("aut"),
comment = c(ORCID = "0000-0002-7583-3707")),
person("Joshua", "Campbell", , "camp@bu.edu", role = c("aut"),
person("Joshua", "Campbell", , "camp@bu.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0780-8662")))
Description: This package contains implementation of DecontX (Yang et al. 2020),
a decontamination algorithm for single-cell RNA-seq, and DecontPro (Yin et al.
Expand Down
4 changes: 2 additions & 2 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ BEGIN_RCPP
END_RCPP
}

RcppExport SEXP _colSumByGroup(void *, void *);
RcppExport SEXP _colSumByGroup_numeric(void *, void *);
RcppExport SEXP _colSumByGroup(SEXP, SEXP);
RcppExport SEXP _colSumByGroup_numeric(SEXP, SEXP);
RcppExport SEXP _rcpp_module_boot_stan_fit4shrinkage_mod();

static const R_CallMethodDef CallEntries[] = {
Expand Down
Loading

0 comments on commit 1c9ba96

Please sign in to comment.