/usr/lib/R/site-library/pbapply/NAMESPACE is in r-cran-pbapply 1.3-1-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 7 8 9 10 | if (Sys.getenv("R_OSTYPE") == "windows" || .Platform$OS.type == "windows") {
importFrom(utils, winProgressBar, getWinProgressBar, setWinProgressBar)
}
importFrom(utils, txtProgressBar, getTxtProgressBar, setTxtProgressBar,
flush.console)
importFrom(parallel, mclapply, parLapply)
export(pbapply, pbsapply, pblapply, pbreplicate,
startpb, setpb, getpb, closepb, dopb, pboptions,
timerProgressBar, setTimerProgressBar, getTimerProgressBar,
splitpb)
|