Skip to content

Commit

Permalink
CLEANUP: future::future_lapply() is now defunct [#159]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jun 15, 2018
1 parent 4980da3 commit ef013e1
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 537 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future
Version: 1.8.1-9000
Version: 1.8.9-9000
Title: Unified Parallel and Distributed Processing in R for Everyone
Imports:
digest,
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ importFrom(listenv,map)
importFrom(listenv,parse_env_subset)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterExport)
importFrom(parallel,nextRNGStream)
importFrom(parallel,nextRNGSubStream)
importFrom(parallel,splitIndices)
importFrom(parallel,stopCluster)
importFrom(utils,capture.output)
importFrom(utils,file_test)
Expand All @@ -160,4 +157,3 @@ importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,read.table)
importFrom(utils,sessionInfo)
importFrom(utils,str)
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: future
===============

Version: 1.8.1-9000 [2018-06-13]
Version: 1.8.9-9000 [2018-06-13]

NEW FEATURES:

Expand All @@ -26,6 +26,11 @@ BUG FIX:
o Printing a plan() could produce an error when the deparsed call used to set
up the plan() was longer than 60 characters.

DEPRECATED AND DEFUNCT:

o future::future_lapply() is defunct (gives an error if called). Please use
the one in the future.apply package instead.


Version: 1.8.1 [2018-05-02]

Expand Down
Loading

0 comments on commit ef013e1

Please sign in to comment.