issues
search
futureverse
/
future
:rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone
https://future.futureverse.org
954
stars
85
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix next seed check as in `future.apply`
#749
jemus42
opened
10 hours ago
0
Check for leaving behind opened connections, sinks, graphical devices
#746
HenrikBengtsson
opened
1 week ago
0
DOCS: Further clarification on nested parallelization requiring I(.)
#745
HenrikBengtsson
opened
2 weeks ago
2
Unable to use future in package with testthat if package isn't pre-installed
#742
gowerc
opened
1 month ago
2
`future` unable to export libraries of list encapsulated functions
#741
gowerc
opened
1 month ago
0
Startup access to uuid breaks package load and hence install
#740
eddelbuettel
closed
1 month ago
2
PERFORMANCE: Use new serializedSize() in parallelly (>= 1.38.0) to estimate size of globals
#736
HenrikBengtsson
closed
3 months ago
1
%dofuture% foreach file not found warning
#731
Maize-Blue
closed
4 months ago
1
resolve.list: NAs introduced by coercion to integer range
#729
tyner
opened
4 months ago
0
plan(multisession/cluster) hangs indefinetively
#728
tmspvn
closed
4 months ago
14
Nested `multisession` parallellization fails because inner number of available cores is set to 1
#725
mb706
closed
4 months ago
3
Error: ‘inherits(future, "Future")’ is not TRUE
#723
sebsilas
opened
5 months ago
19
typo in multisession.R documentation
#722
m7pr
closed
5 months ago
1
Backend hook function for shutting down/cleaning up backend
#719
HenrikBengtsson
closed
5 months ago
1
`future_lapply` ran into `subscript out of bounds` error when function have use `$<-` with magrittr pipe.
#718
yhm-amber
opened
7 months ago
4
Fix typos in "non-exportable objects" vignette
#716
etiennebacher
closed
8 months ago
0
Add `arrow` to the list of packages with non-exportable objects?
#715
etiennebacher
closed
8 months ago
5
Fixed terra related typos in 'future-4-non-exportable-objects' vignette
#714
zivankaraman
closed
8 months ago
1
plan(cluster, workers = <cluster>) has more overhead than plan(cluster, workers = <integer>)
#713
traversc
closed
10 months ago
6
Detect a future parallel backend
#711
talegari
closed
10 months ago
1
Nested Futures Use More Memory Than They Should
#709
jestover
opened
10 months ago
2
Some R packages change 'future.*' options permanently
#708
HenrikBengtsson
opened
11 months ago
0
detritus NOTE when multisession plan declared in vignette
#706
tdhock
closed
11 months ago
1
‘error reading from connection’. Post-mortem diagnostic: No process exists with this PID, i.e. the localhost worker is no longer alive.
#704
anjelinejeline
closed
11 months ago
2
R CMD check NOTE: Documented arguments not in \usage in documentation ...
#698
HenrikBengtsson
closed
1 year ago
0
future() and resolved() handle FutureError:s differently for different backends
#696
HenrikBengtsson
opened
1 year ago
0
plan(cluster) over ssh asks for port to be specified in workRSOCK()
#694
iagomosqueira
closed
1 year ago
2
namespace:future'没有出口‘multiprocess’这个对象
#692
lnqaz
closed
1 year ago
1
global r6 instances are modified and unusable in multisession
#691
kforner
closed
1 year ago
7
R session crash if plan is not changed back to sequential after using multisession (in linux)
#689
MalditoBarbudo
closed
1 year ago
2
update Japanese README on 2023-06-17
#688
hoxo-m
closed
1 year ago
1
Issues with foreach and SGE
#686
fkgruber
closed
1 year ago
3
Error in unserialize(node$con) : MultisessionFuture (future_lapply-4) failed to receive results from cluster RichSOCKnode #4 (PID 436932 on localhost ‘localhost’). The reason reported was ‘error reading from connection’. Post-mortem diagnostic: No process exists with this PID, i.e. the localhost worker is no longer alive.
#684
Yunuuuu
closed
1 year ago
1
deleted/invalid
#682
HenrikBengtsson
closed
1 year ago
0
Incremental async reduction, e.g. value(fs, reduce = ...)
#681
bwlewis
opened
1 year ago
5
Unexpected value behavior in Reduce
#679
bwlewis
closed
1 year ago
1
Remove multicore worker if process crashed
#677
HenrikBengtsson
closed
1 year ago
1
Removal of 'multiprocess'
#675
HenrikBengtsson
closed
1 year ago
1
plan(multicore) : <FutureError: Failed to retrieve the result of MulticoreFuture (<none>) from the forked worker (on localhost; PID 71). Post-mortem diagnostic: No process exists with this PID, i.e. the forked localhost worker is no longer alive.>
#673
Ash2023qqq
closed
1 year ago
0
Set future state to "failed" on orchestration errors?
#671
HenrikBengtsson
opened
1 year ago
0
Fix typos/grammar/formatting
#668
salim-b
closed
10 months ago
1
Backend API: Formally define the "state" of a future
#667
HenrikBengtsson
opened
1 year ago
1
setTimeLimit(): varying results in multicore with failing job
#665
r2evans
opened
1 year ago
7
SSH cluster gets only one core running
#663
iagomosqueira
closed
1 year ago
0
TESTS: Undo assertions of environment variables may fail on MS Windows
#661
HenrikBengtsson
closed
1 year ago
3
`summarize_size_of_globals` can hang or be very slow with large objects
#660
paciorek
closed
1 year ago
2
CLEANUP: getOption() speedup only needed in R (< 4.0.0)
#655
HenrikBengtsson
closed
2 years ago
0
`plan("multisession")` stuck when using Nord VPN
#654
gacolitti
closed
2 years ago
9
Only "sequental' plan can work
#649
Yunuuuu
opened
2 years ago
5
Lifecycle warnings are lost when using `future` anywhere after raising a warning
#645
nkehrein
closed
2 years ago
11
Next