Skip to content

Commit

Permalink
Merge pull request #234 from frictionlessdata/rlang
Browse files Browse the repository at this point in the history
Fix #232
  • Loading branch information
peterdesmet committed Jul 9, 2024
2 parents 4afa382 + c387329 commit 27a5c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export(read_resource)
export(remove_resource)
export(resources)
export(write_package)
import(rlang)
importFrom(readr,problems)
importFrom(rlang,"%||%")
2 changes: 1 addition & 1 deletion R/frictionless-package.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @keywords internal
"_PACKAGE"

#' @import rlang
#' @importFrom rlang %||%
NULL

0 comments on commit 27a5c69

Please sign in to comment.