Skip to content

Commit

Permalink
rjson listed as an import in desc file, and imported in the landings …
Browse files Browse the repository at this point in the history
…file, #8
  • Loading branch information
sckott committed Feb 15, 2014
1 parent 7c302e6 commit 65d22d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Imports:
httr,
data.table,
assertthat,
ggplot2
ggplot2,
rjson
LazyData: yes
URL: http://www.github.com/ropensci/rfisheries
BugReports: http://www.github.com/ropensci/rfisheries/issues/new
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(of_country_codes)
export(of_landings)
export(of_species_codes)
export(species_codes)
import(rjson)
importFrom(assertthat,are_equal)
importFrom(assertthat,assert_that)
importFrom(assertthat,not_empty)
Expand Down
1 change: 1 addition & 0 deletions R/landings.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @param species Default is \code{NA}. Download species specific data by specifying the three-letter ASFIS species code
#' @param foptions additional optional parameters
#' @export
#' @import rjson
#' @importFrom httr GET content stop_for_status
#' @importFrom data.table rbindlist
#' @return data.frame
Expand Down

0 comments on commit 65d22d6

Please sign in to comment.