Re: [R] R does not run under latest RStudio

2023-04-06 Thread John Dougherty via R-help
On Thu, 6 Apr 2023 17:28:32 +0800 "Steven T. Yen" wrote: > I updated to latest RStudio (RStudio-2023.03.0-386.exe) but > R would not run. Error message: > > Error Starting R > The R session failed to start. > > RSTUDIO VERSION > RStudio 2023.03.0+386 "Cherry Blossom " (3c53477a, 2023-03-09)

Re: [R] startup loading issue

2022-10-25 Thread John Dougherty via R-help
On Tue, 25 Oct 2022 08:33:10 -0500 ken eagle wrote: > I thought I was loading a ~300M binary (bigwig) file into another > application . . . Is the other application R dependent, written in R, or call R capacities? If it doesn't, the issue might be with the "other application rather than R.

Re: [R] Creating NA equivalent

2021-12-22 Thread John Dougherty via R-help
On Tue, 21 Dec 2021 05:41:31 +0100 Marc Girondot via R-help wrote: > Dear members, > > I work about dosage and some values are bellow the detection limit. I > would like create new "numbers" like LDL (to represent lower than > detection limit) and UDL (upper the detection limit) that behave

Re: [R] ggplot2: multiple box plots, different tibbles/dataframes

2021-11-11 Thread John Dougherty via R-help
On Wed, 10 Nov 2021 11:44:07 -0800 (PST) Rich Shepard wrote: > I have the code to create ggplot2 boxplots using two attributes (e.g., > chemical concentration and month) from the same tibble. Is there an > example from which I can learn how to make boxplots from different > tibbles/dataframes

Re: [R] No "doc" directory in my installation of R.

2021-08-08 Thread John Dougherty via R-help
On Sat, 7 Aug 2021 20:26:13 -0700 (PDT) Jeff Newmiller wrote: Documentation on most Linux systems, regardless of release, is commonly located under the /usr/share directory. For R that is /usr/share/doc/R. There is also a "man" entry for R. The rstudio help list might be able to help more

Re: [R] Variable labels

2021-05-14 Thread John Dougherty via R-help
On Fri, 14 May 2021 17:20:20 +0800 Steven Yen wrote: > Thanks to all, for bearing with me. > > Now I realize expss may not be what I need. I have now written a > self-runnable, replicable set of codes (listed below). Perhaps that > gives an idea of what I need. Question is, whethet this is