Package: RcppThread
Title: R-Friendly Threading in C++
Version: 0.1.0
Authors@R: 
    person("Thomas", "Nagler", email = "mail@tnagler.com", role = c("aut", "cre"))
Description: Provides a C++11-style thread class and thread pool that can safely
    be interrupted from R.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
URL: https://github.com/tnagler/RcppThread
BugReports: https://github.com/tnagler/RcppThread/issues
RoxygenNote: 6.0.1
NeedsCompilation: yes
Imports: Rcpp
LinkingTo: Rcpp
Suggests: testthat, knitr, rmarkdown, covr
VignetteBuilder: knitr
Packaged: 2017-10-27 03:46:43 UTC; n5
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <mail@tnagler.com>
Repository: CRAN
Date/Publication: 2017-10-27 16:19:42 UTC
