wrapr Update: Removing Some Under-Used Functions and Classes

[This article was first published on R – Win-Vector Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

For the next version of the R package wrapr we are going to be removing a number of under-used functions/methods and classes. This update will likely happen in March 2020, and is the start of the wrapr 2.* series.

Most of the items being removed are different abstractions for helping with function composition. We ended up moving most of our work to category-theory based composition, so don’t think these various frameworks are needed any longer. If you have been using these items in your own projects, please reach out and we try and find a way to help you out.

Functions/methods being removed:

  • ApplyTo
  • Collector
  • as.UnaryFn
  • as_dot_fn
  • as_fn
  • as_fnlist
  • concat_items_rev
  • eval_dot_sequence
  • fnlist
  • locum
  • pkgfn
  • sequence_as_function
  • srcfn
  • wrapfn

Classes being removed:

  • PartialFunction
  • PartialNamedFn
  • SrcFunction
  • UnaryFn
  • UnaryFnList

To leave a comment for the author, please follow the link and comment on their blog: R – Win-Vector Blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)