This file is indexed.

/usr/lib/R/site-library/pbapply/NAMESPACE is in r-cran-pbapply 1.1-3-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
if (Sys.getenv("R_OSTYPE") == "windows" || .Platform$OS.type == "windows") {
    importFrom(utils, winProgressBar, getWinProgressBar, setWinProgressBar)
}
importFrom(utils, txtProgressBar, getTxtProgressBar, setTxtProgressBar)
export(pbapply, pbsapply, pblapply, pbreplicate,
    startpb, setpb, getpb, closepb, dopb, pboptions)