Skip to content

Commit

Permalink
rm UseDynLib add linking to:
Browse files Browse the repository at this point in the history
this is like wham
  • Loading branch information
mkapur-noaa committed Dec 16, 2024
1 parent 50da780 commit ac62223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Imports:
gridExtra,
here
LinkingTo:
TMB (>= 1.8.1)
TMB,
RcppEigen
Suggests:
knitr,
rmarkdown
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ export(confint_Deriv)
export(get_Breaks)
export(refit_Growth)
import(mgcv)
useDynLib(sptlVB_Sel_Sigma)
4 changes: 2 additions & 2 deletions R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ vonB_optim <- function(pars, ages_use, obs){

}

# TMB::compile(here::here("TMB","sptlVB_Sel_Sigma.cpp"))
# dyn.load(TMB::dynlib(here::here("TMB","sptlVB_Sel_Sigma")))
# TMB::compile(here::here("src","sptlVB_Sel_Sigma.cpp"))
# dyn.load(TMB::dynlib(here::here("src","sptlVB_Sel_Sigma")))

0 comments on commit ac62223

Please sign in to comment.