Skip to content

Commit

Permalink
rm deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Nov 25, 2023
1 parent 1b4b25d commit 4e6989c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions R/RcppExports.R

This file was deleted.

4 changes: 0 additions & 4 deletions src/cpp11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ extern "C" SEXP _cytoUtils_tsGates(SEXP xVec, SEXP modePrior) {
}

extern "C" {
/* .Call calls */
extern SEXP _cytoUtils_getDescendants(SEXP, SEXP, SEXP);

static const R_CallMethodDef CallEntries[] = {
{"_cytoUtils_getDescendants", (DL_FUNC) &_cytoUtils_getDescendants, 3},
{"_cytoUtils_getTautStringApprox", (DL_FUNC) &_cytoUtils_getTautStringApprox, 1},
{"_cytoUtils_singleDip", (DL_FUNC) &_cytoUtils_singleDip, 1},
{"_cytoUtils_tsGates", (DL_FUNC) &_cytoUtils_tsGates, 2},
Expand Down

0 comments on commit 4e6989c

Please sign in to comment.