search for: which_all

Displaying 6 results from an estimated 6 matches for "which_all".

2016 Jun 14
5
new function to tools/utils package: dependencies based on DESCRIPTION file
...ed in each CI workflow is a pain, it could be already available in tools or utils namespace. package.dependencies.dcf <- function(file = "DESCRIPTION", which = c("Depends","Imports","LinkingTo")) { stopifnot(file.exists(file), is.character(which)) which_all <- c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances") if (identical(which, "all")) which <- which_all else if (identical(which, "most")) which <- c("Depends", "Imports&quo...
2016 Jun 16
3
new function to tools/utils package: dependencies based on DESCRIPTION file
...in tools or utils namespace. >>> >>> package.dependencies.dcf <- function(file = "DESCRIPTION", which = >>> c("Depends","Imports","LinkingTo")) { >>> stopifnot(file.exists(file), is.character(which)) >>> which_all <- c("Depends", "Imports", "LinkingTo", "Suggests", >>> "Enhances") >>> if (identical(which, "all")) >>> which <- which_all >>> else if (identical(which, "most")) >>...
2016 Nov 17
1
new function to tools/utils package: dependencies based on DESCRIPTION file
...;>> >>>>> package.dependencies.dcf <- function(file = "DESCRIPTION", which = >>>>> c("Depends","Imports","LinkingTo")) { >>>>> stopifnot(file.exists(file), is.character(which)) >>>>> which_all <- c("Depends", "Imports", "LinkingTo", "Suggests", >>>>> "Enhances") >>>>> if (identical(which, "all")) >>>>> which <- which_all >>>>> else if (identical(wh...
2016 Jun 14
0
new function to tools/utils package: dependencies based on DESCRIPTION file
...ain, it could be already > available in tools or utils namespace. > > package.dependencies.dcf <- function(file = "DESCRIPTION", which = > c("Depends","Imports","LinkingTo")) { > stopifnot(file.exists(file), is.character(which)) > which_all <- c("Depends", "Imports", "LinkingTo", "Suggests", > "Enhances") > if (identical(which, "all")) > which <- which_all > else if (identical(which, "most")) > which <- c("Depends...
2016 Jun 16
0
new function to tools/utils package: dependencies based on DESCRIPTION file
...>> available in tools or utils namespace. >> >> package.dependencies.dcf <- function(file = "DESCRIPTION", which = >> c("Depends","Imports","LinkingTo")) { >> stopifnot(file.exists(file), is.character(which)) >> which_all <- c("Depends", "Imports", "LinkingTo", "Suggests", >> "Enhances") >> if (identical(which, "all")) >> which <- which_all >> else if (identical(which, "most")) >> which &...
2016 Jun 16
0
new function to tools/utils package: dependencies based on DESCRIPTION file
...mespace. >>>> >>>> package.dependencies.dcf <- function(file = "DESCRIPTION", which = >>>> c("Depends","Imports","LinkingTo")) { >>>> stopifnot(file.exists(file), is.character(which)) >>>> which_all <- c("Depends", "Imports", "LinkingTo", "Suggests", >>>> "Enhances") >>>> if (identical(which, "all")) >>>> which <- which_all >>>> else if (identical(which, "most&...