Use assertthat to handle exceptions

This commit is contained in:
yueguoguo 2017-06-14 17:03:17 +08:00
Родитель 81fef4822f
Коммит fe32341c7d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -9,8 +9,7 @@
#'
#' @import dplyr
#' @import magrittr
#' @import assertthat
#' @import testthat
#' @importFrom assertthat assert_that
#' @importFrom jsonlite fromJSON
#' @importFrom httr add_headers headers content status_code http_status authenticate
#' @importFrom httr GET PUT POST