This file is indexed.

/usr/lib/R/site-library/hms/NAMESPACE is in r-cran-hms 0.4.0-2.

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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated by roxygen2: do not edit by hand

S3method("[[",hms)
S3method("units<-",hms)
S3method(as.POSIXct,hms)
S3method(as.POSIXlt,hms)
S3method(as.character,hms)
S3method(as.data.frame,hms)
S3method(as.hms,POSIXlt)
S3method(as.hms,POSIXt)
S3method(as.hms,character)
S3method(as.hms,default)
S3method(as.hms,difftime)
S3method(as.hms,numeric)
S3method(c,hms)
S3method(format,hms)
S3method(print,hms)
export(as.hms)
export(hms)
export(is.hms)
export(parse_hm)
export(parse_hms)
export(round_hms)
export(trunc_hms)
import(rlang)
importFrom(methods,setOldClass)
importFrom(pkgconfig,get_config)