Path to this page:
Subject: CVS commit: pkgsrc/devel/R-clipr
From: Makoto Fujiwara
Date: 2022-04-14 17:19:13
Message id: 20220414151913.A4969FB24@cvs.NetBSD.org
Log Message:
(devel-R-clipr) Updated 0.7.1 to 0.8.0
## clipr 0.8.0
- Add handlers for using the clipboard on systems using [Wayland]
(https://wayland.freedesktop.org/) via
[wl-clipboard](https://github.com/bugaevc/wl-clipboard).
Thank you to @nacnudus for the PR.
- For R >= 4.2, `write_clip()` calls on Windows are modified to work
well with R's shift to supporting UTF-8 as a native encoding on Windows.
Thank you to @yutannihilation for the PR. Read more here:
<https://github.com/mdlincoln/clipr/issues/62>
- Moved CI off of Travis and on to GitHub Actions
- Clipr now has a pkgdown site at <https://matthewlincoln.net/clipr/>
Files: