/usr/lib/R/site-library/desc/NAMESPACE is in r-cran-desc 1.1.1-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 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 | # Generated by roxygen2: do not edit by hand
S3method(check_field,DescriptionAddedByRCMD)
S3method(check_field,DescriptionAuthorsAtR)
S3method(check_field,DescriptionClassification)
S3method(check_field,DescriptionCollate)
S3method(check_field,DescriptionCompression)
S3method(check_field,DescriptionDate)
S3method(check_field,DescriptionDependencyList)
S3method(check_field,DescriptionDescription)
S3method(check_field,DescriptionEncoding)
S3method(check_field,DescriptionField)
S3method(check_field,DescriptionFreeForm)
S3method(check_field,DescriptionLanguage)
S3method(check_field,DescriptionLicense)
S3method(check_field,DescriptionLogical)
S3method(check_field,DescriptionMaintainer)
S3method(check_field,DescriptionOSType)
S3method(check_field,DescriptionPackage)
S3method(check_field,DescriptionPackageList)
S3method(check_field,DescriptionPriority)
S3method(check_field,DescriptionRepoList)
S3method(check_field,DescriptionRepository)
S3method(check_field,DescriptionTitle)
S3method(check_field,DescriptionType)
S3method(check_field,DescriptionURL)
S3method(check_field,DescriptionURLList)
S3method(check_field,DescriptionVersion)
S3method(format,DescriptionAuthorsAtR)
S3method(format,DescriptionCollate)
S3method(format,DescriptionDependencyList)
S3method(format,DescriptionField)
S3method(toLatex,DescriptionAuthorsAtR)
S3method(toLatex,DescriptionCollate)
S3method(toLatex,DescriptionField)
S3method(toLatex,DescriptionURL)
S3method(toLatex,DescriptionURLList)
S3method(toLatex,character)
S3method(toLatex,person)
export(check_field)
export(cran_ascii_fields)
export(cran_valid_fields)
export(dep_types)
export(desc)
export(desc_add_author)
export(desc_add_me)
export(desc_add_remotes)
export(desc_add_role)
export(desc_add_to_collate)
export(desc_add_urls)
export(desc_bump_version)
export(desc_change_maintainer)
export(desc_clear_remotes)
export(desc_clear_urls)
export(desc_del)
export(desc_del_author)
export(desc_del_collate)
export(desc_del_dep)
export(desc_del_deps)
export(desc_del_from_collate)
export(desc_del_remotes)
export(desc_del_role)
export(desc_del_urls)
export(desc_fields)
export(desc_get)
export(desc_get_author)
export(desc_get_authors)
export(desc_get_collate)
export(desc_get_deps)
export(desc_get_maintainer)
export(desc_get_or_fail)
export(desc_get_remotes)
export(desc_get_urls)
export(desc_get_version)
export(desc_has_dep)
export(desc_has_fields)
export(desc_normalize)
export(desc_print)
export(desc_reformat_fields)
export(desc_reorder_fields)
export(desc_set)
export(desc_set_authors)
export(desc_set_collate)
export(desc_set_dep)
export(desc_set_deps)
export(desc_set_remotes)
export(desc_set_urls)
export(desc_set_version)
export(desc_to_latex)
export(desc_validate)
export(description)
importFrom(R6,R6Class)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(crayon,blue)
importFrom(crayon,red)
importFrom(crayon,strip_style)
importFrom(rprojroot,find_root)
importFrom(rprojroot,is_r_package)
importFrom(utils,as.person)
importFrom(utils,packageName)
importFrom(utils,person)
importFrom(utils,tail)
importFrom(utils,toLatex)
importFrom(utils,untar)
importFrom(utils,unzip)
|