Skip to content

Commit 7a96b64

Browse files
committed
📝 update documentation
1 parent e70baf2 commit 7a96b64

File tree

6 files changed

+59
-3
lines changed

6 files changed

+59
-3
lines changed

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ export(run_app)
44
export(run_meta)
55
export(run_meta_loocv)
66
export(run_meta_permutations)
7+
export(simulating_data)
78
import(shiny)
89
importFrom(crayon,make_style)
910
importFrom(ctmm,"%#%")
11+
importFrom(ctmm,simulate)
1012
importFrom(data.table,data.table)
1113
importFrom(data.table,rbindlist)
1214
importFrom(data.table,setkey)
@@ -39,4 +41,6 @@ importFrom(utils,head)
3941
importFrom(utils,packageVersion)
4042
importFrom(utils,read.csv)
4143
importFrom(utils,read.table)
44+
importFrom(utils,setTxtProgressBar)
4245
importFrom(utils,tail)
46+
importFrom(utils,txtProgressBar)

R/fct_meta.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ run_meta <- function(rv,
576576
#' @param subpop Logical. If TRUE, will run meta-analyses with groups. Default is FALSE.
577577
#' @param trace Logical. If TRUE, prints progress messages. Default is FALSE.
578578
#' @param .only_max_m Logical. If TRUE, will only run the maximum number of individuals. Default is FALSE.
579+
#' @param .progress Logical. If TRUE, will display a progress bar. Default is FALSE.
579580
#' @param .lists A list containing already created meta inputs. Default is NULL.
580581
#'
581582
#' @examples

R/global.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ utils::globalVariables(
9090
"get_cri",
9191

9292
"set_style_title",
93+
"txtProgressBar",
9394
"txt_link_meta",
9495
"txt_ratio_order",
9596
"txt_target",

R/movedesign-package.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' movedesign: Study design of movement ecology studies
22
#'
3-
#' The `movedesign` package contains an R shiny application that can be used
4-
#' to assist researchers in designing movement ecology studies.
3+
#' The `movedesign` package contains an R shiny application that
4+
#' assists researchers in designing movement ecology studies.
55
#'
66
#' @keywords internal
77
"_PACKAGE"
@@ -20,4 +20,6 @@
2020
#' @importFrom stats rbinom
2121
#' @importFrom utils tail
2222
#' @importFrom stats setNames
23-
NULL
23+
#' @importFrom utils setTxtProgressBar
24+
#' @importFrom utils txtProgressBar
25+
NULL

man/run_meta_loocv.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/simulating_data.Rd

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)