We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1d57b commit efc1a0bCopy full SHA for efc1a0b
1 file changed
README.md
@@ -48,7 +48,7 @@ For example, installing [oneTBB](https://github.com/oneapi-src/oneTBB) on Linux
48
- Build the development version of `RcppParallel`:
49
```
50
install.packages("remotes")
51
-remotes::install_github("hsbadr/RcppParallel@develop", force = TRUE)
+remotes::install_github("RcppCore/RcppParallel@develop", force = TRUE)
52
53
54
### License
0 commit comments