This file is indexed.

/usr/lib/R/site-library/crul/NAMESPACE is in r-cran-crul 0.5.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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand

S3method(as.character,form_file)
export(Async)
export(AsyncVaried)
export(HttpClient)
export(HttpRequest)
export(HttpResponse)
export(HttpStubbedResponse)
export(Paginator)
export(auth)
export(handle)
export(mock)
export(proxy)
export(upload)
export(url_build)
export(url_parse)
importFrom(R6,R6Class)
importFrom(curl,curl_escape)
importFrom(curl,curl_fetch_disk)
importFrom(curl,curl_fetch_memory)
importFrom(curl,curl_fetch_stream)
importFrom(curl,curl_options)
importFrom(curl,curl_version)
importFrom(curl,handle_reset)
importFrom(curl,handle_setform)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_cancel)
importFrom(curl,multi_list)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(curl,parse_headers)