/usr/lib/R/site-library/tidyr/NAMESPACE is in r-cran-tidyr 0.8.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 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 | # Generated by roxygen2: do not edit by hand
S3method(complete,data.frame)
S3method(complete,default)
S3method(complete_,data.frame)
S3method(drop_na,data.frame)
S3method(drop_na,default)
S3method(drop_na_,data.frame)
S3method(expand,data.frame)
S3method(expand,default)
S3method(expand,grouped_df)
S3method(expand_,data.frame)
S3method(extract,data.frame)
S3method(extract,default)
S3method(extract_,data.frame)
S3method(fill,data.frame)
S3method(fill,default)
S3method(fill,grouped_df)
S3method(fill_,data.frame)
S3method(full_seq,Date)
S3method(full_seq,POSIXct)
S3method(full_seq,numeric)
S3method(gather,data.frame)
S3method(gather,default)
S3method(gather_,data.frame)
S3method(nest,data.frame)
S3method(nest,default)
S3method(nest_,data.frame)
S3method(replace_na,data.frame)
S3method(replace_na,default)
S3method(separate,data.frame)
S3method(separate,default)
S3method(separate_,data.frame)
S3method(separate_rows,data.frame)
S3method(separate_rows,default)
S3method(separate_rows_,data.frame)
S3method(spread,data.frame)
S3method(spread,default)
S3method(spread_,data.frame)
S3method(unite,data.frame)
S3method(unite,default)
S3method(unite_,data.frame)
S3method(unnest,data.frame)
S3method(unnest,default)
S3method(unnest_,data.frame)
export("%>%")
export(complete)
export(complete_)
export(crossing)
export(crossing_)
export(drop_na)
export(drop_na_)
export(expand)
export(expand_)
export(extract)
export(extract_)
export(extract_numeric)
export(fill)
export(fill_)
export(full_seq)
export(gather)
export(gather_)
export(nest)
export(nest_)
export(nesting)
export(nesting_)
export(replace_na)
export(separate)
export(separate_)
export(separate_rows)
export(separate_rows_)
export(spread)
export(spread_)
export(uncount)
export(unite)
export(unite_)
export(unnest)
export(unnest_)
import(rlang)
importFrom(Rcpp,sourceCpp)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(purrr,accumulate)
importFrom(purrr,accumulate_right)
importFrom(purrr,discard)
importFrom(purrr,every)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_df)
importFrom(purrr,map2_int)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_at)
importFrom(purrr,map_call)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_dbl)
importFrom(purrr,pmap_df)
importFrom(purrr,pmap_int)
importFrom(purrr,pmap_lgl)
importFrom(purrr,reduce)
importFrom(purrr,reduce_right)
importFrom(purrr,some)
importFrom(purrr,transpose)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,type.convert)
useDynLib(tidyr, .registration = TRUE)
|