Package: RcppXPtrUtils
Type: Package
Title: XPtr Add-Ons for 'Rcpp'
Version: 0.1.0
Authors@R: c(
    person("Iñaki", "Ucar", email="i.ucar86@gmail.com", role=c("aut", "cph", "cre")))
Description: Provides the means to compile user-supplied C++ functions with 
  'Rcpp' and retrieve an 'XPtr' that can be passed to other C++ components.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/Enchufa2/RcppXPtrUtils
BugReports: https://github.com/Enchufa2/RcppXPtrUtils/issues
Depends: R (>= 3.0.0)
Imports: Rcpp
Suggests: testthat, covr
ByteCompile: yes
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-04 09:24:11 UTC; inaki
Author: Iñaki Ucar [aut, cph, cre]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>
Repository: CRAN
Date/Publication: 2017-08-04 09:45:35 UTC
