We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0358b02 commit daefde7Copy full SHA for daefde7
NAMESPACE
@@ -32,6 +32,7 @@ export(summarize_ds_models)
32
export(unflatten)
33
export(units_table)
34
import(mrds)
35
+importFrom(Rdpack,reprompt)
36
importFrom(dplyr,"%>%")
37
importFrom(dplyr,across)
38
importFrom(dplyr,all_of)
R/Distance-package.R
@@ -76,6 +76,7 @@ NULL
76
#'
77
#' @name flatfile
78
#' @docType methods
79
+#' @importFrom Rdpack reprompt
80
#' @examples
81
#' \dontrun{
82
#' library(Distance)
0 commit comments