Skip to content

Commit daefde7

Browse files
committed
missing import
1 parent 0358b02 commit daefde7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export(summarize_ds_models)
3232
export(unflatten)
3333
export(units_table)
3434
import(mrds)
35+
importFrom(Rdpack,reprompt)
3536
importFrom(dplyr,"%>%")
3637
importFrom(dplyr,across)
3738
importFrom(dplyr,all_of)

R/Distance-package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ NULL
7676
#'
7777
#' @name flatfile
7878
#' @docType methods
79+
#' @importFrom Rdpack reprompt
7980
#' @examples
8081
#' \dontrun{
8182
#' library(Distance)

0 commit comments

Comments
 (0)