13 changed files with 44 additions and 31 deletions
@ -1,11 +1,11 @@ |
|||
# This file was generated by Rcpp::compileAttributes |
|||
# Generated by using Rcpp::compileAttributes() -> do not edit by hand |
|||
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 |
|||
|
|||
incant_ <- function(path, magic_db = "system") { |
|||
.Call('wand_incant_', PACKAGE = 'wand', path, magic_db) |
|||
.Call(`_wand_incant_`, path, magic_db) |
|||
} |
|||
|
|||
lib_version <- function() { |
|||
.Call('wand_lib_version', PACKAGE = 'wand') |
|||
.Call(`_wand_lib_version`) |
|||
} |
|||
|
|||
|
@ -1 +1 @@ |
|||
extensions <- mime_type <- response <- encoding <- NULL |
|||
globalVariables(c("extensions", "mime_type", "response", "encoding")) |
|||
|
@ -0,0 +1,2 @@ |
|||
PKG_CPPFLAGS= -L/usr/include -L/usr/local/include |
|||
PKG_LIBS= -L/usr/local/lib -L/usr/lib -lmagic |
Loading…
Reference in new issue