/usr/lib/R/site-library/webmockr/NAMESPACE is in r-cran-webmockr 0.1.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 | # Generated by roxygen2: do not edit by hand
export("%>%")
export(BodyPattern)
export(CrulAdapter)
export(HashCounter)
export(HeadersPattern)
export(HttpLibAdapaterRegistry)
export(MethodPattern)
export(RequestPattern)
export(RequestRegistry)
export(RequestSignature)
export(Response)
export(StubRegistry)
export(StubbedRequest)
export(UriPattern)
export(disable)
export(enable)
export(remove_request_stub)
export(stub_registry)
export(stub_registry_clear)
export(stub_request)
export(to_return)
export(to_return_)
export(webmockr_allow_net_connect)
export(webmockr_configuration)
export(webmockr_configure)
export(webmockr_configure_reset)
export(webmockr_disable)
export(webmockr_disable_net_connect)
export(webmockr_enable)
export(webmockr_net_connect_allowed)
export(wi_th)
export(wi_th_)
import(R6)
import(lazyeval)
import(magrittr)
importFrom(magrittr,"%>%")
|