Skip to content

Commit

Permalink
Merge pull request #23 from lcrawlab/new_functions
Browse files Browse the repository at this point in the history
fix namespace
  • Loading branch information
etwinn authored Nov 28, 2023
2 parents 83b882f + 0146d85 commit 3d2ef85
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 @@ -2,7 +2,7 @@ Package: ashapesampler
Title: Statistical Package for Generating Alpha Shapes
Version: 0.0.0.9000
Authors@R:
person("Emily", "Winn-Nunez", , "[email protected]", role = c("aut", "cre"),
person("Emily", "Winn-Nunez", , "emily_winn-nunez@brown.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6759-5406"))
Description: Shape statistics is a growing field. This package allows users to
generate alpha shapes from a distribution
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ import(foreach)
importFrom(Rvcg,vcgGetEdge)
importFrom(Rvcg,vcgImport)
importFrom(dplyr,setdiff)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,runif)
1 change: 1 addition & 0 deletions R/tau_bound.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#' @return tau_vec, vector real nonnegative number. Tau values for each point
#' @export
#' @importFrom stats na.omit
#' @importFrom stats median
#' @import doParallel
#' @import foreach
#' @importFrom dplyr setdiff
Expand Down

0 comments on commit 3d2ef85

Please sign in to comment.