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