/usr/lib/R/site-library/doParallel/NAMESPACE is in r-cran-doparallel 1.0.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | export(registerDoParallel)
export(stopImplicitCluster)
importFrom("utils", "packageDescription", "packageName")
import(foreach)
import(iterators)
import(parallel)
|