Package: RcppThread
Title: R-Friendly Threading in C++
Version: 2.1.3
Authors@R: c(
    person("Thomas", "Nagler",, "mail@tnagler.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1855-0046"))
  )
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
SystemRequirements: C++11
URL: https://github.com/tnagler/RcppThread
BugReports: https://github.com/tnagler/RcppThread/issues
RoxygenNote: 7.1.2
Suggests: testthat, R.rsp, Rcpp
VignetteBuilder: R.rsp
NeedsCompilation: yes
Packaged: 2022-03-16 19:20:43 UTC; n5
Author: Thomas Nagler [aut, cre] (<https://orcid.org/0000-0003-1855-0046>)
Maintainer: Thomas Nagler <mail@tnagler.com>
Repository: CRAN
Date/Publication: 2022-03-17 11:40:15 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 13:21:23 UTC; windows
Archs: i386, x64
