Skip to content

Commit

Permalink
add jsonlite back in
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpmillar committed Oct 19, 2020
1 parent 4b7a3b1 commit b6890db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Authors@R:
person("Hjalte", "Parner", role = "ctb")
)
Imports: grDevices, lattice, stats, tools, utils,
purrr, roxygen2, glue
purrr, roxygen2, glue, jsonlite
LazyData: yes
Description: Functions to support the ICES Transparent Assessment Framework
<https://taf.ices.dk> to organize data, methods, and results used in ICES
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export(zoom)
export(zoom.trellis)
importFrom(glue,glue)
importFrom(grDevices,png)
importFrom(jsonlite,parse_json)
importFrom(lattice,xyplot)
importFrom(purrr,flatten)
importFrom(roxygen2,roxy_tag_parse)
Expand Down
1 change: 1 addition & 0 deletions R/read.bib.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#'
#' \code{\link{icesTAF-package}} gives an overview of the package.
#'
#' @importFrom jsonlite parse_json
#' @export

read.bib <- function(file) {
Expand Down

0 comments on commit b6890db

Please sign in to comment.