Package: RcppThread 2.2.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.2.0.tar.gz
RcppThread_2.2.0.zip(r-4.6)RcppThread_2.2.0.zip(r-4.5)RcppThread_2.2.0.zip(r-4.4)
RcppThread_2.2.0.tgz(r-4.5-x86_64)RcppThread_2.2.0.tgz(r-4.5-arm64)
RcppThread_2.2.0.tar.gz(r-4.6-arm64)RcppThread_2.2.0.tar.gz(r-4.6-x86_64)RcppThread_2.2.0.tar.gz(r-4.5-arm64)RcppThread_2.2.0.tar.gz(r-4.5-x86_64)
RcppThread_2.2.0.tgz(r-4.5-emscripten)
RcppThread.pdf |RcppThread.html✨
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:3d47c8add5. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 126 | |
| linux-devel-x86_64 | OK | 132 | |
| source / vignettes | OK | 247 | |
| linux-release-arm64 | OK | 123 | |
| linux-release-x86_64 | OK | 124 | |
| macos-release-arm64 | OK | 147 | |
| macos-release-x86_64 | OK | 245 | |
| macos-oldrel-arm64 | OK | 158 | |
| macos-oldrel-x86_64 | OK | 238 | |
| windows-devel | OK | 155 | |
| windows-release | OK | 170 | |
| windows-oldrel | OK | 150 | |
| wasm-release | OK | 88 |
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 |
