Re: [R] KeyboardSimulator mouse.get_cursor() Not Working

2021-10-26 Thread Martin Maechler
> Sparks, John 
> on Mon, 25 Oct 2021 15:36:07 + writes:

> Hi, I tried using the mouse.get_cursor() function in the
> KeyboardSimulator library but it appears to no longer be
> working.

> When I first tried it I got an error message

> Error in get_cursor() :

>   function 'Rcpp_precious_remove' not provided by package
> 'Rcpp'.

> I installed and loaded the Rcpp library and then why I try
> the get_cursor() function it freezes my Windows gui
> version of R.

> My Sys.info() is shown below.

> Any help would be appreciated.

> Thanks.  --John Sparks,

>> Sys.info()
>sysname release version nodename machine login
> "Windows" "10 x64" "build 19043" "SPARKS-PC" "x86-64"
> "JSparks" user effective_user "JSparks" "JSparks"

BTW: A package *only* available on Windows

What was the answer of

 maintainer("KeyboardSimulator")

when you asked him about the problem?
This is *the* approach to take first in such cases... unless
for standard R ("base" + "Recommended") packages or other
very very widely used packages, say ggplot2.

Best regards,
Martin

--
Martin Maechler
ETH Zurich  and R Core team

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] KeyboardSimulator mouse.get_cursor() Not Working

2021-10-25 Thread Sparks, John
Hi,

I tried using the mouse.get_cursor() function in the KeyboardSimulator library 
but it appears to no longer be working.

When I first tried it I got an error message

Error in get_cursor() :

  function 'Rcpp_precious_remove' not provided by package 'Rcpp'.

I installed and loaded the Rcpp library and then why I try the get_cursor() 
function it freezes my Windows gui version of R.

My Sys.info() is shown below.

Any help would be appreciated.

Thanks.
--John Sparks,

> Sys.info()
   sysnamereleaseversion   nodenamemachine  
login
 "Windows"   "10 x64"  "build 19043""SPARKS-PC"   "x86-64"  
"JSparks"
  user effective_user
 "JSparks"  "JSparks"







[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.