Skip to content

Commit

Permalink
updated and rebuilt the package
Browse files Browse the repository at this point in the history
  • Loading branch information
kholsman committed Oct 4, 2024
1 parent c57faab commit 5019953
Show file tree
Hide file tree
Showing 29 changed files with 907 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: futR() is a generic Rpackage for fitting recruitment models to indi
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports:
Matrix,
TMB,
Expand Down
28 changes: 28 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Generated by roxygen2: do not edit by hand

export(AICselection)
export(a)
export(estRec)
export(getFit)
export(get_SSB_shape)
export(get_cov_shape)
export(get_interaction_mat)
export(get_model)
export(list)
export(makeDat)
export(makeMap)
export(makefutR_data)
export(map)
export(maplist)
export(plot_par_pdf)
export(plot_rs)
export(predict_futR)
export(profile_covars)
export(profile_ssb)
export(recompile)
export(rmd2md)
export(runRecMod)
export(theme_hrbrmstr_an)
export(theme_kir)
export(theme_kir_an)
export(values)
export(vec2list)
export(with)
3 changes: 0 additions & 3 deletions R/05_load_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# updated 2020
# ----------------------------------------


# load ggplot theme:
source("R/sub_scripts/THEMES_GGPLOT.r")

#_______________________________________
# 1.3 load data
Expand Down
Binary file modified data/.DS_Store
Binary file not shown.
43 changes: 43 additions & 0 deletions man/AICselection.Rd

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

24 changes: 24 additions & 0 deletions man/dirlist.Rd

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

32 changes: 32 additions & 0 deletions man/estRec.Rd

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

1 change: 1 addition & 0 deletions man/futR.Rd

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

28 changes: 28 additions & 0 deletions man/getFit.Rd

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

51 changes: 51 additions & 0 deletions man/get_SSB_shape.Rd

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

44 changes: 44 additions & 0 deletions man/get_cov_shape.Rd

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

22 changes: 22 additions & 0 deletions man/get_interaction_mat.Rd

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

34 changes: 34 additions & 0 deletions man/get_model.Rd

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

Loading

0 comments on commit 5019953

Please sign in to comment.