Re: [R] Pipe precedence

2021-05-22 Thread Caitlin Gibbons
I didn’t know R had a new pipe operator, but I have seen “|>” (without quotes) used in the Elixir language though. Are there now two? “%>%” from the magrittr package and “|>” which is built-in? > On May 22, 2021, at 5:26 PM, Jeff Newmiller wrote: > > What is the precedence of the new |> pipe

Re: [R] library(hms)

2021-03-17 Thread Caitlin Gibbons
Your opening quote looks slightly different from the closing quote. This probably explains why you received the error message regarding “unexpected input”. I hope this helps. > On Mar 17, 2021, at 10:08 AM, Gregory Coats via R-help > wrote: > > On my MacBook, I do not have, and do not kn

Re: [R] library(hms)

2021-03-17 Thread Caitlin Gibbons
Maybe you used the wrong quotes with the parentheses? > On Mar 17, 2021, at 10:08 AM, Gregory Coats via R-help > wrote: > > On my MacBook, I do not have, and do not know how to install, library(hms). > Greg Coats > >> library(hms) > Error in library(hms) : there is no package called ‘hms’ >>

Re: [R] package not available for R version...

2021-01-12 Thread Caitlin Gibbons
Hi. Can you upgrade your version of R? That might help. ~Caitlin > On Jan 12, 2021, at 1:08 PM, Duncan Murdoch wrote: > > On 12/01/2021 2:43 p.m., varin sacha via R-help wrote: >> Dear R-experts, >> I have tried to reach the maintainer of the rgam package. Until now, no >> response. >> Sin

Re: [R] Help installing netReg

2019-04-21 Thread Caitlin Gibbons
Hi Spencer. On a Windows machine, the message “Installation path not writeable” can be solved by starting RStudio as an administrator. Right click the RStudio icon and select “Run as Administrator”. This should solve that problem. Hope this helps. ~Caitlin Sent from my iPhone > On Apr 21,

Re: [R] you are making it far too difficult

2018-12-27 Thread Caitlin Gibbons
I would :) Sent from my iPhone > On Dec 27, 2018, at 2:34 PM, Spencer Brackett > wrote: > > So I should use “\t” proceeding on? > >> On Thu, Dec 27, 2018 at 4:30 PM Caitlin Gibbons >> wrote: >> “\t” is an escape sequence which signifies one tab cha

Re: [R] you are making it far too difficult

2018-12-27 Thread Caitlin Gibbons
“\t” is an escape sequence which signifies one tab character. “/t” is NOT an escape sequence, and to R, looks like a very brief file path. Sent from my iPhone > On Dec 27, 2018, at 2:09 PM, Spencer Brackett > wrote: > > What is the significance of using / or \ ? > >> On Thu, Dec 27, 2018 at

Re: [R] Fwd: UPDATE

2018-12-26 Thread Caitlin Gibbons
Does this help Spencer? The read.delim() function assumes a tab character by default, but I specifically included it using the read.csv function. The downloaded file is NOT an Excel file so this should help. GBM_protein_expression <- read.csv("C:/Users/Spencer/Desktop/GBM protein_expression.tsv