File: RcppExports.R

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

gowerd <- function(dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants) {
    .Call('_VIM_gowerd', PACKAGE = 'VIM', dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants)
}

whichminN <- function(xR, nR, returnValue) {
    .Call('_VIM_whichminN', PACKAGE = 'VIM', xR, nR, returnValue)
}

gowerDind <- function(dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants, nR, returnMinR) {
    .Call('_VIM_gowerDind', PACKAGE = 'VIM', dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants, nR, returnMinR)
}