Skip to content

Commit

Permalink
remove dependency compositions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericward-noaa authored Jan 24, 2024
1 parent c3d8052 commit 6fd7ef8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ BugReports: https://github.com/noaa-nwfsc/zoid/issues
Depends:
R (>= 3.4.0)
Imports:
compositions,
gtools,
methods,
Rcpp (>= 0.12.0),
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated by roxygen2: do not edit by hand

export(broken_stick)
export(fit_dirichlet)
export(fit_prior)
export(fit_zoid)
export(get_fitted)
export(get_pars)
import(Rcpp)
import(methods)
importFrom(compositions,fitDirichlet)
importFrom(gtools,rdirichlet)
importFrom(rstan,extract)
importFrom(rstan,sampling)
Expand Down

0 comments on commit 6fd7ef8

Please sign in to comment.