Package: RcppThread
Title: R-Friendly Threading in C++
Version: 0.5.3
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; see, Nagler (2018) <arXiv:1811.00450>.
Depends: R (>= 3.3.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.1.0
Suggests: testthat, R.rsp, Rcpp
VignetteBuilder: R.rsp
NeedsCompilation: no
Packaged: 2018-11-23 10:32:15 UTC; n5
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <mail@tnagler.com>
Repository: CRAN
Date/Publication: 2018-11-23 11:20:14 UTC
