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

Re: [R] Packages Not Available for R version 4.0.3

2020-10-23 Thread Caitlin
Hi Charles. https://cran.r-project.org/web/packages/rgrs/index.html https://cran.r-project.org/bin/windows/Rtools/ What operating system are you using? Hope this helps. ~Caitlin On Fri, Oct 23, 2020 at 11:41 PM Charles Thuo wrote: > I have attempted to install the packages Rtools

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

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
s question concern the .csv nature of the > supposed excel file, I am uncertain as to how this was translated as such. > The file is most certainly in excel. > > > On Thu, Dec 27, 2018 at 12:10 AM Spencer Brackett < > spbracket...@saintjosephhs.com> wrote: > >> Cai

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

Re: [R] Help with DNA Methylation Analysis

2018-08-26 Thread Caitlin
? On Sun, Aug 26, 2018 at 5:34 PM Spencer Brackett < spbracket...@saintjosephhs.com> wrote: > Caitlin, > > Forgive me, but I’m not quite sure exactly what your question is asking. > The data is originally from the TCGA and I have it downloaded onto another > R script. I opene

Re: [R] Error while running Vegas function in cpvSNP package

2016-09-07 Thread caitlin mchugh via R-help
d for the algorithm to work properly. Feel free to let me know if you continue to run into errors. Thanks, Caitlin On Thu, Sep 1, 2016 at 6:24 AM, MLSC wrote: > Hello Sir, > > When I try to run vegas() function, I come across below errors, can > somebody help me in fixing this issue?

[R] Constructing a graph with ggplot2.

2013-09-26 Thread Caitlin
Since I am still learning both R and ggplot2, I don't know how to proceed beyond what I have included here. Thanks, ~Caitlin [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/

[R] Problem loading package 'JGR' using R-2.15.0 (Win32).

2012-03-30 Thread Caitlin
Hi all. Upon attempting to load the 'JGR' package, on a Win32 machine (SP3), a pop-up message appeared stating that R had encountered a problem and needs to close. Has anyone else encountered this? Thanks. ~Caitlin [[alternative HTML versi

[R] No announcement of version 2.14.2

2012-03-08 Thread Caitlin
Hi all. I just noticed that the release of version 2.14.2 was not announced on the R home page. Thanks, ~Caitlin [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] Plotting multiple vectors in one window?

2011-08-29 Thread Caitlin
tifying Protein Content via Bradford Microassay", col='blue') ...I have constructed three individual plots. Is there a convenient way to plot three vectors (not from a file) into one window? With three individual lines of best fit? Probably using three symbols, e.g., pch=16

[R] Creating a scatterplot with sequential dates on x-axis?

2011-08-07 Thread Caitlin
imply plotting those. Thanks, ~Caitlin [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comm

[R] Constructing a histogram with words as labels as height as frequency?

2011-05-03 Thread Caitlin
apple, 2 pear, 14 house, 1 beach, 5 computer, 15 Thanks, ~Caitlin [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/po

Re: [R] Performance Difference? Windows vs. Linux

2011-03-18 Thread Caitlin
Hi Brigid, I haven't used it yet, but I would suggest profiling your code with 'Rprof' on both a Windows and Linux machine. ?Rprof for details. Hope this helps, ~Caitlin On Fri, Mar 18, 2011 at 3:00 PM, Brigid Mooney wrote: > I'm not trying to start a Windows vs.

[R] Help with setting the y-axis in a plot.

2011-03-17 Thread Caitlin
tions", col.main="red", font.main=4) title(xlab="Dose", col.lab=rgb(0,0.5,0)) title(ylab="Number of Hallucinations", col.lab=rgb(0,0.5,0)) Thanks, ~Caitlin [[alternative HTML version deleted]] __ R-help

[R] importing columns as factors

2010-05-23 Thread Caitlin Sadowski
convert each column manually? Cheers, Caitlin __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

[R] Unable to connect to 'cran.r-project.org' on port 80.

2010-04-26 Thread Caitlin
RAN mirror for use in this session --- Warning message: In open.connection(con, "r") : unable to connect to 'cran.r-project.org' on port 80. The only action I performed in a prior session was to download and install several packages including Bioconductor. Any idea what the probl