Re: [R] [External Email] Re: increasing the width of dialog box generated by select.list()

2022-12-09 Thread Christopher Ryan via R-help
Hmm, interesting. My default is to always post in plain text. Methinks the web interface to our university's gmail might be up to no good; wouldn't be the first time. Will have to look into that. Hope this is better. At any rate: Windows 10. I use both Rgui and emacs ESS. in both of those

Re: [R] increasing the width of dialog box generated by select.list()

2022-12-09 Thread Bert Gunter
You should use the graphics = TRUE option to make this reproducible. Also, please post in plain text in future, though it made little difference here. HTML can get messed up or stripped on this plain text list. What is your OS and version? Windows and Mac are entirely different. How are your

[R] increasing the width of dialog box generated by select.list()

2022-12-09 Thread Christopher Ryan via R-help
You can see from the code below that the title of the dialog box is too long for the width of the selection box. How might I widen the box? Thanks. --Chris Ryan counties <- c("TIOGA", "BROOME", "ONTARIO", "ONONDAGA", "WESTCHESTER") chosen.county <- select.list(counties, preselect = NULL,

[R] [R-pkgs] onetime 0.1.0: Run Code Only Once

2022-12-09 Thread David Hugh-Jones
Dear all, Onetime 0.1.0, a utility package of interest to package developers, is now on CRAN: https://cran.r-project.org/package=onetime Onetime uses lockfiles to perform an action only once (ever, or with an expiry date) on a given computer. For example, it can send a message or warning: for