Re: [R] [Rd] Problem with accessibility in R 4.2.0 and 4.2.1.

2022-09-23 Thread Uwe Ligges
Note that the issues with the Rscript editor have been fixed in R-patched and R-devel. Best, Uwe Ligges On 22.09.2022 23:08, Andrew Hart via R-help wrote: On 22/09/2022 16:42, Toby Hocking wrote: Another option is to use https://emacspeak.sourceforge.net/

Re: [R] Need help plotting

2022-09-23 Thread Jim Lemon
Hi David, No, read.table converts a text representation of data into a data frame object. Jim On Sat, Sep 24, 2022 at 2:29 AM DFP wrote: > > Do I need that read.table if the tst dataframe already exists in my > system? If so, why? > > -- > > Hello

Re: [R] How to set default encoding for sourced files

2022-09-23 Thread Andrew Hart via R-help
Thanks. The --encoding option indeed makes it all work. Rscript --help does not show the --encoding option in the list of options. And yes, you are right. I was using R 4.1.2 when I first wrote to the list. I was experiencing a technical issue with R 4.2.1 which was preventing me from switchi

Re: [R] Arguments to utils:::menuInstallPkgs

2022-09-23 Thread Dessye Belay
Sent from Mail for Windows 10 [[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 re

Re: [R] Need help plotting

2022-09-23 Thread DFP
Do I need that read.table if the tst dataframe already exists in my system?  If so, why? -- Hello, You have to load the packages involved: library(dplyr) library(tidyr) library(ggplot2) then run the full sequence. Though this is not important,

Re: [R] [Rd] Problem with accessibility in R 4.2.0 and 4.2.1.

2022-09-23 Thread Andrew Hart via R-help
On 22/09/2022 16:42, Toby Hocking wrote: Another option is to use https://emacspeak.sourceforge.net/ (version of emacs editor/ide which can speak letters/words/lines -- has a blind maintainer) with https://ess.r-project.org/ (int