Skip to content

Commit

Permalink
re render upon pass devtools::check()
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapur-noaa committed Dec 17, 2024
1 parent 71833c2 commit d4be9aa
Show file tree
Hide file tree
Showing 210 changed files with 14,143 additions and 167 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
.Rhistory
.RData
.Ruserdata
inst/doc
docs
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
TMB,
RcppEigen
Suggests:
knitr,
rmarkdown
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ export(confint_Deriv)
export(get_Breaks)
export(refit_Growth)
import(mgcv)
useDynLib(growthbreaks, .registration=TRUE); useDynLib(growthbreaks_TMBExports)
useDynLib(src, .registration=TRUE); useDynLib(src_TMBExports)
9 changes: 0 additions & 9 deletions R/growthbreaks-package.R

This file was deleted.

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("src","sptlVB_Sel_Sigma.cpp"))
# dyn.load(TMB::dynlib(here::here("src","sptlVB_Sel_Sigma")))
# TMB::compile(here::here("src", "growthbreaks.cpp"))
# dyn.load(TMB::dynlib(here::here("src", "growthbreaks")))
2 changes: 1 addition & 1 deletion R/refit_Growth.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ refit_Growth <- function(dat = simulated_data, breakpoints, selex = FALSE, showP

# TMB::compile(here::here("TMB","sptlVB_Sel_Sigma.cpp"))
# dyn.load(TMB::dynlib(here::here("TMB","sptlVB_Sel_Sigma")))
model <- TMB::MakeADFun(data, parameters, DLL="sptlVB_Sel_Sigma",silent=T,map=map)
model <- TMB::MakeADFun(data, parameters, DLL="growthbreaks",silent=T,map=map)
fit <- nlminb(
model$par,
model$fn,
Expand Down
9 changes: 0 additions & 9 deletions R/src-package.R

This file was deleted.

1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

86 changes: 86 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4be9aa

Please sign in to comment.