-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change paste0(.) to file.path(.) in file naming for plots * another fix for `plot_factors` * fix bug in switchover from paste0 to file.path for plots * fix another bug in switchover from paste0 to file.path * fix marginaleffects * adding sample-based calculation of approx. sample-size * small expansion of docs * update paste0 to file.path * change default so fit_model runs in tempdir() ... ... to decrease change of user-error in re-using existing extrapolation-grid or Kmeans objects * separate plot_legend from plot_variable * adding new summary.fit_model option ... ... to output dataframe of expanded values * fix bug in amend_output when plotting EOF factors * small updates * switch from INLA to fmesher dependency * eliminate rgdal * bug fix for rotate_factors given sum-to-zero constraint * fix bug in updates for fmesher package * fix error from rnaturalearth using "sf" output * remove warning from inla.barrier.fem.copy * Update DESCRIPTION * run `document` --------- Co-authored-by: Jim Thorson <[email protected]>
- Loading branch information
1 parent
0e8c1e8
commit 619acb7
Showing
52 changed files
with
542 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
#' | ||
#' @docType package | ||
#' @name FishStatsUtils | ||
#' @importFrom fmesher fm_mesh_2d fm_fem fm_evaluator | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.