We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ba163 commit a89bafcCopy full SHA for a89bafc
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: parallelly
2
-Version: 1.45.0-9007
+Version: 1.45.0-9008
3
Title: Enhancing the 'parallel' Package
4
Imports:
5
parallel,
R/utils,cluster.R
@@ -208,9 +208,6 @@ session_info <- function(pkgs = getOption2("parallelly.makeNodePSOCK.sessionInfo
208
## System information
209
system = as.list(Sys.info()),
210
211
- ## Capabilities, etc
212
- capabilities = capabilities(),
213
-
214
## Folders
215
pwd = getwd(),
216
tempdir = tempdir(),
0 commit comments