rkward, review of most recent version, basic analysis

meik michalke meik.michalke at uni-duesseldorf.de
Fri May 27 09:54:41 BST 2022


hi,

from rkward-users:

Am Samstag, 21. Mai 2022, 13:21:07 CEST schrieb Thomas Friedrichsmeier:
> > Now a question. The results also has this. Does that mean anything? I
> > guess it's not an error. Messages, warnings, or errors:Loading
> > required package: R2HTML
> 
> It simply means the package R2HTML was loaded. Admittedly, not a useful
> message in most cases, but it _could_ contain further info regarding
> problems in the installation. Either way, you'll only see this once per
> session.

i can see how this message confuses users. should we maybe silently load 
R2HTML at the beginning of each session by default if it is available? adding 
the line

  require("R2HTML", quietly=TRUE)

to the commands to run in each session (settings/R-Backend) does the trick. 

but since require() is wrapped by RKWard, it will always try to install a 
missing package. so if a user deliberately decided to not install R2HTML, he/
she will be bugged by this each time. we could either ask them to simply 
remove the require() call from their settings (but then how would we safely 
add it to running installations during upgrades? ask whether to add it in the 
first run wizard?), or make the wrapper interpret "quietly=TRUE" to not try 
the automatic installtion attempt?


viele grüße :: m.eik


(btw, in settings, the menus "R-Packages" and "R-Backed" should be named "R 
Packages" and "R Backed")

-- 
  dipl. psych. meik michalke
  institut f"ur experimentelle psychologie
  abt. f"ur diagnostik und differentielle psychologie
  heinrich-heine-universit"at d-40204 d"usseldorf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20220527/4482658c/attachment.sig>


More information about the rkward-devel mailing list