This file is indexed.

/usr/lib/R/site-library/git2r/NAMESPACE is in r-cran-git2r 0.21.0-1build1.

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
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand

S3method(print,git_config)
S3method(print,git_reflog)
S3method(print,git_status)
export(config)
export(cred_ssh_key)
export(cred_token)
export(is_blob)
export(is_branch)
export(is_commit)
export(libgit2_features)
export(libgit2_sha)
export(libgit2_version)
export(punch_card)
export(remote_ls)
export(ssl_cert_locations)
exportClasses(cred_env)
exportClasses(cred_ssh_key)
exportClasses(cred_token)
exportClasses(cred_user_pass)
exportClasses(git_blame)
exportClasses(git_blame_hunk)
exportClasses(git_blob)
exportClasses(git_branch)
exportClasses(git_commit)
exportClasses(git_diff)
exportClasses(git_diff_file)
exportClasses(git_diff_hunk)
exportClasses(git_diff_line)
exportClasses(git_fetch_head)
exportClasses(git_merge_result)
exportClasses(git_note)
exportClasses(git_reference)
exportClasses(git_reflog_entry)
exportClasses(git_repository)
exportClasses(git_signature)
exportClasses(git_stash)
exportClasses(git_tag)
exportClasses(git_time)
exportClasses(git_transfer_progress)
exportClasses(git_tree)
exportMethods("[")
exportMethods(add)
exportMethods(ahead_behind)
exportMethods(blame)
exportMethods(blob_create)
exportMethods(branch_create)
exportMethods(branch_delete)
exportMethods(branch_get_upstream)
exportMethods(branch_remote_name)
exportMethods(branch_remote_url)
exportMethods(branch_rename)
exportMethods(branch_set_upstream)
exportMethods(branch_target)
exportMethods(branches)
exportMethods(bundle_r_package)
exportMethods(checkout)
exportMethods(clone)
exportMethods(commit)
exportMethods(commits)
exportMethods(content)
exportMethods(contributions)
exportMethods(cred_env)
exportMethods(cred_user_pass)
exportMethods(default_signature)
exportMethods(descendant_of)
exportMethods(diff)
exportMethods(discover_repository)
exportMethods(fetch)
exportMethods(fetch_heads)
exportMethods(hash)
exportMethods(hashfile)
exportMethods(head)
exportMethods(in_repository)
exportMethods(index_remove_bypath)
exportMethods(init)
exportMethods(is_bare)
exportMethods(is_binary)
exportMethods(is_detached)
exportMethods(is_empty)
exportMethods(is_head)
exportMethods(is_local)
exportMethods(is_merge)
exportMethods(is_shallow)
exportMethods(length)
exportMethods(lookup)
exportMethods(merge)
exportMethods(merge_base)
exportMethods(note_create)
exportMethods(note_default_ref)
exportMethods(note_remove)
exportMethods(notes)
exportMethods(odb_blobs)
exportMethods(odb_objects)
exportMethods(parents)
exportMethods(plot)
exportMethods(pull)
exportMethods(punch_card)
exportMethods(push)
exportMethods(references)
exportMethods(reflog)
exportMethods(remote_add)
exportMethods(remote_ls)
exportMethods(remote_remove)
exportMethods(remote_rename)
exportMethods(remote_set_url)
exportMethods(remote_url)
exportMethods(remotes)
exportMethods(repository)
exportMethods(reset)
exportMethods(revparse_single)
exportMethods(rm_file)
exportMethods(show)
exportMethods(stash)
exportMethods(stash_drop)
exportMethods(stash_list)
exportMethods(status)
exportMethods(summary)
exportMethods(tag)
exportMethods(tag_delete)
exportMethods(tags)
exportMethods(tree)
exportMethods(when)
exportMethods(workdir)
import(methods)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,symbols)
importFrom(utils,capture.output)
importFrom(utils,sessionInfo)
useDynLib(git2r, .registration=TRUE)