Package: RcppThread 2.3.0
RcppThread: R-Friendly Threading in C++
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>.
Authors:
RcppThread_2.3.0.tar.gz
RcppThread_2.3.0.zip(r-4.7)RcppThread_2.3.0.zip(r-4.6)RcppThread_2.3.0.zip(r-4.5)
RcppThread_2.3.0.tgz(r-4.6-x86_64)RcppThread_2.3.0.tgz(r-4.6-arm64)RcppThread_2.3.0.tgz(r-4.5-x86_64)RcppThread_2.3.0.tgz(r-4.5-arm64)
RcppThread_2.3.0.tar.gz(r-4.7-arm64)RcppThread_2.3.0.tar.gz(r-4.7-x86_64)RcppThread_2.3.0.tar.gz(r-4.6-arm64)RcppThread_2.3.0.tar.gz(r-4.6-x86_64)
RcppThread_2.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RcppThread/json (API)
NEWS
| # Install 'RcppThread' in R: |
| install.packages('RcppThread', repos = c('https://tnagler.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tnagler/rcppthread/issues
Last updated from:153db11f77. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 125 | ||
| linux-devel-x86_64 | OK | 128 | ||
| source / vignettes | OK | 161 | ||
| linux-release-arm64 | OK | 167 | ||
| linux-release-x86_64 | OK | 126 | ||
| macos-release-arm64 | OK | 135 | ||
| macos-release-x86_64 | OK | 226 | ||
| macos-oldrel-arm64 | OK | 140 | ||
| macos-oldrel-x86_64 | OK | 167 | ||
| windows-devel | OK | 122 | ||
| windows-release | OK | 127 | ||
| windows-oldrel | OK | 119 | ||
| wasm-release | OK | 91 |
Exports:detectCoresLdFlags
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Detect the Number of CPU Cores | detectCores |
| Get portable linker flags for libraries building on RcppThread | LdFlags |
| R-friendly C++11 threads | RcppThread-package RcppThread |
