LazyMouse – R package for randomly moving mouse cursor
[This article was first published on R – TomazTsql, 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.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
New R Package called LazyMouse with single function for randomly moving mouse cursor in your favorite R IDE.
For every R developer, R data scientists and all those everyday R users, that also need a break and do not want the computer to go into sleep mode.
To install the package, use:
install.packages("remotes")
remotes::install_github("tomaztk/LazyMouse")
The complete installation (with all dependencies and packages preinstalled), can be found in the details on my github repository LazyMouse and the file: Install_package.r.
For better convenience have RTools installed as well in your working environment and have Rcpp, remotes and devtools.
Happy R coding
To leave a comment for the author, please follow the link and comment on their blog: R – TomazTsql.
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.
