This file is indexed.

/usr/lib/R/site-library/WikidataR/NAMESPACE is in r-cran-wikidatar 1.4.0-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
11
12
13
14
15
16
17
18
19
# Generated by roxygen2: do not edit by hand

S3method(print,find_item)
S3method(print,find_property)
S3method(print,wikidata)
export(extract_claims)
export(find_item)
export(find_property)
export(get_geo_box)
export(get_geo_entity)
export(get_item)
export(get_property)
export(get_random_item)
export(get_random_property)
importFrom(WikipediR,page_content)
importFrom(WikipediR,query)
importFrom(WikipediR,random_page)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)