Learn R Programming

RandomFieldsUtils (version 1.2.5)

Internal functions: Internal functions

Description

These functions are internal and should not be used.

Usage

checkExamples(exclude = NULL, include=1:length(.fct.list),
               ask=FALSE, echo=TRUE, halt=FALSE, ignore.all = FALSE,
               path=package, package = "RandomFields", 
               read.rd.files=TRUE, local = FALSE, libpath = NULL,
               single.runs = FALSE, reset, catcherror=TRUE)

Dependencies(pkgs = all.pkgs, dir = "Dependencies", install = FALSE, check=TRUE, reverse=FALSE, package="RandomFields")

debugging_level()

Arguments

exclude, include, ask, echo, halt, ignore.all, path, package, read.rd.files, local, libpath, single.runs, reset, catcherror

internal; ignore.all refers to the ‘all’ export statement in the namespace -- whether this should be ignored. If read.rf.files is TRUE or a path to the Rd files, then the man pages are analysed to get all examples; ignore.all is then ignored. If FALSE only examples of functions (which are searched in the environments) are run.

pkgs, dir,install, check, reverse

internal

Examples

Run this code
# NOT RUN {
## internal function: no examples given


# }
# NOT RUN {
# }

Run the code above in your browser using DataLab