New Toy package wingui

[This article was first published on R 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.

A new toy package that I have been playing with has just been submitted to CRAN.  I called it wingui.  It works off the original windows R GUI.  The idea is to be able to adjust the advanced attributes for the window through a reference object GUI.  Right now it only allows for changing the title however I also plan on adding support for transparency and always on top, attributes.

I wrote this because I am forced to work in a secure environment where I often have to leave many long programs running for different projects.  The Idea that you can change the title of a window to be the project that it is associated with was very appealing to me, so I went ahead and programmed it.  There was some navigating the windows API, that once I now have in place it will be easier to add other attributes for.

If you have ideas of attributes that you would like to see added, file an issue over at the github page (https://github.com/halpo/wingui/issues).

Now here is fair warning, if you use my NppToR program with notepad++, changing the title at the moment will break NppToR.  I am working on fixing this, but in the spirit of open source, I am releasing it knowing this might cause problems for people.

Update

Well It turns out that the package will not be going onto CRAN, however for those of you still interested you can download and install from github directly.

library(devtools)
install_github("wingui", "halpo")

 

To leave a comment for the author, please follow the link and comment on their blog: R 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)