We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d088886 commit d4d6ea4Copy full SHA for d4d6ea4
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: parallelly
2
-Version: 1.45.0-9006
+Version: 1.45.0-9007
3
Title: Enhancing the 'parallel' Package
4
Imports:
5
parallel,
R/utils,cluster.R
@@ -210,7 +210,9 @@ session_info <- function(pkgs = getOption2("parallelly.makeNodePSOCK.sessionInfo
210
211
## Capabilities, etc
212
capabilities = capabilities(),
213
- l10n = l10n_info(),
+
214
+ ## Build environment
215
+ extSoftVersion = extSoftVersion(),
216
217
## Folders
218
pwd = getwd(),
0 commit comments