Skip to content

Commit

Permalink
Forgotten...
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkocsis committed Sep 7, 2022
1 parent ef6e081 commit 0963c8c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Counts <- function(tax, bin) {
.Call(`_divDyn_Counts`, tax, bin)
}

CRbinwise <- function(binVar, quota) {
.Call(`_divDyn_CRbinwise`, binVar, quota)
}

seqduplicated <- function(vect) {
.Call(`_divDyn_seqduplicated`, vect)
}

fillLogical <- function(logic, dir) {
.Call(`_divDyn_fillLogical`, logic, dir)
}

fillCharacter <- function(stri, dir) {
.Call(`_divDyn_fillCharacter`, stri, dir)
}

fillNumeric <- function(num, dir, inc) {
.Call(`_divDyn_fillNumeric`, num, dir, inc)
}

0 comments on commit 0963c8c

Please sign in to comment.