Skip to content

Commit

Permalink
NNS 10.3 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
OVVO-Financial authored Nov 6, 2023
1 parent 9535474 commit 0c192e2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: NNS
Type: Package
Title: Nonlinear Nonparametric Statistics
Version: 10.3
Date: 2023-10-31
Date: 2023-11-06
Authors@R: c(
person("Fred", "Viole", role=c("aut","cre"), email="ovvo.financial.systems@gmail.com"),
person("Roberto", "Spadim", role=c("ctb"))
Expand Down
Binary file modified NNS_10.3.tar.gz
Binary file not shown.
Binary file modified NNS_10.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion R/Multivariate_Regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ NNS.M.reg <- function (X_n, Y, factor.2.dummy = TRUE, order = NULL, stn = NULL,
}

if(num_cores > 1){
doParallel::registerDoParallel(num_cores)
cl <- tryCatch(parallel::makeForkCluster(num_cores), error = function(e) parallel::makeCluster(num_cores))
invisible(data.table::setDTthreads(1))
} else {
foreach::registerDoSEQ()
Expand Down

0 comments on commit 0c192e2

Please sign in to comment.