Skip to content

Commit ee21bc0

Browse files
committed
namespace correctly
1 parent 3320864 commit ee21bc0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ importFrom(assertthat,is.readable)
1414
importFrom(assertthat,see_if)
1515
importFrom(attempt,stop_if_not)
1616
importFrom(curl,has_internet)
17+
importFrom(dplyr,select)
1718
importFrom(glue,glue)
1819
importFrom(httr,GET)
1920
importFrom(httr,POST)

R/get_my_user.R

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111
#' }
1212
#' }
1313
#' @seealso
14-
#' \code{\link[httr]{content}},\code{\link[httr]{GET}},\code{\link[httr]{add_headers}}
15-
#' \code{\link[dev.to.ol]{api_key}}
14+
#' \code{\link[httr]{GET}},\code{\link[httr]{add_headers}},\code{\link[httr]{content}}
15+
#' \code{\link[tibble]{tibble}}
16+
#' \code{\link[dplyr]{select}}
1617
#' @rdname get_my_user
1718
#' @export
18-
#' @importFrom httr content GET add_headers
19+
#' @importFrom httr GET add_headers content
20+
#' @importFrom tibble tibble
21+
#' @importFrom dplyr select
1922
get_my_user <- function(key = NA, tidy = TRUE) {
2023

2124
check_internet()

man/get_my_user.Rd

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)