We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95c86a commit aab8100Copy full SHA for aab8100
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: parallelly
2
-Version: 1.45.0-9000
+Version: 1.45.0-9001
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 = extSoftVersion(),
+# extSoftVersion = extSoftVersion(),
217
218
## Folders
219
pwd = getwd(),
0 commit comments