This commit is contained in:
Ubuntu 2020-03-24 02:30:06 +00:00
Родитель 4bf358d995
Коммит bb7f71f33d
3 изменённых файлов: 3 добавлений и 3 удалений

2
.lintr
Просмотреть файл

@ -15,4 +15,4 @@ linters: with_defaults(
single_quotes_linter = NULL,
pipe_continuation_linter = NULL,
cyclocomp_linter = NULL
)
)

Просмотреть файл

@ -7,7 +7,7 @@
#' @param libs The packages to load on each node, as a character vector.
#' @param useXDR For most platforms, this can be left at its default `FALSE` value.
#' @return
#' A cluster object.
#' A cluster object.
make_cluster <- function(ncores=NULL, libs=character(0), useXDR=FALSE)
{
if(is.null(ncores))

Просмотреть файл

@ -9,4 +9,4 @@ UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8
RnwWeave: knitr
RnwWeave: knitr