R/SnakeCharmR.r

#' @title R and Python Integration
#' @author Alexandre Sieira
#' @description A fork from rPython which uses jsonlite and has several fixes and improvements
#' @name SnakeCharmR
#' @docType package
#' @useDynLib SnakeCharmR, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom jsonlite fromJSON toJSON
#' @importFrom stringr str_replace_all regex str_split
#' @import utils
NULL
asieira/SnakeCharmR documentation built on Jan. 3, 2020, 7:27 a.m.