Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Oct 23, 2018
1 parent c934d9e commit ec01e7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: R Interface to the PX-Web/PC-Axis API
Version: 0.6.37
Encoding: UTF-8
Authors@R: c(
person("Mans", "Magnusson", email = "mons.magnusson@gmail.com", role = c("aut", "cre")),
person("Mans", "Magnusson", email = "mons.magnusson@gmail.com", role = c("aut", "cre")),
person("Love" , "Hansson", role = "aut"),
person("Leo", "Lahti", role = "aut"),
person("Janne", "Huovari", role = "ctb"),
Expand Down Expand Up @@ -40,4 +40,4 @@ Suggests:
rmarkdown,
roxygen2,
testthat (>= 0.11)
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,verbose)
importFrom(jsonlite,read_json)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(plyr,rbind.fill)
importFrom(rjstat,fromJSONstat)
Expand Down
2 changes: 1 addition & 1 deletion R/ApiData.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' @return list of two data sets (label and id)
#' @export
#'
#' @importFrom jsonlite unbox toJSON read_json
#' @importFrom jsonlite unbox read_json
#' @importFrom rjstat fromJSONstat
#' @importFrom httr GET POST verbose content
#' @importFrom utils head tail
Expand Down
3 changes: 2 additions & 1 deletion man/test_pxweb_api.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec01e7f

Please sign in to comment.