Re: [R] R Dplyr hands on project

2020-01-29 Thread SAS_learner
Thanks for the tip! On Sun, Jan 26, 2020 at 12:02 AM Erin Hodgess wrote: > > Hello! > > “R for Data Science” is an excellent reference. > > Thanks, > Erin > > > On Sat, Jan 25, 2020 at 11:00 PM SAS_learner wrote: >> >> Hello All , >> >> I am trying to learn R and started with R Dplyr for data

[R] [R-pkgs] SamplingStrata: new version on CRAN

2020-01-29 Thread Giulio Barcaroli
Dear all, this is to announce that a new version of*SamplingStrata* is available on CRAN.*SamplingStrata* is a package for the optimization of stratified sample design. This new version (the 1.5) contains a lot of news. In particular: - there is now the possibility to

Re: [R] [FORGED] Re: Executing an R script and show the plots.

2020-01-29 Thread Abby Spurdle
> .prompt = function (pkg, fun) > { fbody = character (1) And I've already noticed a bug. This isn't going too well... __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] [FORGED] Re: Executing an R script and show the plots.

2020-01-29 Thread Abby Spurdle
> I am using Linux and device X11 worked for me in the past. I will check > your script later and tell you if it works. The previous script isn't very good. I've improved it. The new version has been tested on Linux and Windows, and with lattice and ggplot2. I note that the script is more

Re: [R] Biostrings: how to add annotations to aligned sequences

2020-01-29 Thread Jeff Newmiller
Wrong mailing list. Search for bioconductor support. On January 29, 2020 9:05:00 PM PST, April Ettington wrote: >I want to annotate a domain that the sequences in my alignment share, >how >can I do this using Biostrings? > >Thank you, >April > > [[alternative HTML version deleted]] >

[R] Biostrings: how to add annotations to aligned sequences

2020-01-29 Thread April Ettington
I want to annotate a domain that the sequences in my alignment share, how can I do this using Biostrings? Thank you, April [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

Re: [R] Correct place to put an import directive

2020-01-29 Thread Eric Berger
I think a better place to post this question would be r-package-devel On Wed, Jan 29, 2020 at 1:07 PM Ashim Kapoor wrote: > Dear All, > > This is a cross post of the following query:- > > >

Re: [R] Executing an R script and show the plots.

2020-01-29 Thread Martin Møller Skarbiniks Pedersen
On Sun, 26 Jan 2020 at 16:30, Felix Blind wrote: > > But when I put the same code in a file script.r and run it with R -f > script.r or if I source it in the REPL with source("script.r") I do not > get any plots shown. > > Can you guys tell me what I do wrong. (Apart from either using RStudio >

[R] Correct place to put an import directive

2020-01-29 Thread Ashim Kapoor
Dear All, This is a cross post of the following query:- https://stackoverflow.com/questions/59946803/import-directive-in-r-which-file-and-where-in-that-file-should-we-put-this Since no one answered this query, so I am posting this here. Can someone please help me ? Thank you, Ashim

Re: [R] [FORGED] Re: Executing an R script and show the plots.

2020-01-29 Thread Martin Møller Skarbiniks Pedersen
On Tue, 28 Jan 2020 at 13:03, Felix Blind wrote: > > I am using Linux and device X11 worked for me in the past. I will check > your script later and tell you if it works. [...] I am using R version 3.6.2 on ubuntu 18.04.3 LTS and the X11-device when I make plot in the terminal works without