Skip to content

Commit 0963c8c

Browse files
committed
Forgotten...
1 parent ef6e081 commit 0963c8c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

R/RcppExports.R

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
2+
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3+
4+
Counts <- function(tax, bin) {
5+
.Call(`_divDyn_Counts`, tax, bin)
6+
}
7+
8+
CRbinwise <- function(binVar, quota) {
9+
.Call(`_divDyn_CRbinwise`, binVar, quota)
10+
}
11+
12+
seqduplicated <- function(vect) {
13+
.Call(`_divDyn_seqduplicated`, vect)
14+
}
15+
16+
fillLogical <- function(logic, dir) {
17+
.Call(`_divDyn_fillLogical`, logic, dir)
18+
}
19+
20+
fillCharacter <- function(stri, dir) {
21+
.Call(`_divDyn_fillCharacter`, stri, dir)
22+
}
23+
24+
fillNumeric <- function(num, dir, inc) {
25+
.Call(`_divDyn_fillNumeric`, num, dir, inc)
26+
}
27+

0 commit comments

Comments
 (0)