Package: RcppThread
Title: R-Friendly Threading in C++
Version: 1.0.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. See Nagler (2021) <doi:10.18637/jss.v097.c01>.
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: 7.1.1
Suggests: testthat, R.rsp, Rcpp
VignetteBuilder: R.rsp
NeedsCompilation: no
Packaged: 2021-01-14 14:33:18 UTC; n5
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <mail@tnagler.com>
Repository: CRAN
Date/Publication: 2021-02-02 03:10:03 UTC
