Re: [R] Need help using GRASS within R - problem with CRS using the 'v.generalize' command

2020-06-08 Thread Micha Silver
Hello On 08/06/2020 19:52, Loïc Valéry wrote: Dear all, First of all, this is my first message on the list. Therefore, please be indulgent if my message is not perfectly formatted as it should be. I am currently encountering a difficulty with GRASS 7.8 within R when using the 'v.generalize'

[R] (almost) rolling or fill function?

2020-06-08 Thread Andras Farkas via R-help
Thanks Bert, here it is in plain. Hello, please see if you have a thought on how to achieve the following: we have: df<-data.frame(a=Sys.Date()+1:10,                b=Sys.Date()+c(NA,NA,NA,rep(3,4),NA,NA,3),                c=Sys.Date()+c(NA,NA,NA,rep(9,4),NA,NA,9)) the idea I have difficul

Re: [R] to read data for GCalignR package

2020-06-08 Thread John Kane
I am not sure what they are doing but have a look at https://rdrr.io/cran/GCalignR/man/read_peak_list.html On Mon, 8 Jun 2020 at 17:38, Hui Liu wrote: > Dear R-help colleagues, > > I am looking for a way to read my txt file into R such that it can pass > the check_input() function and be proc

[R] [R-pkgs] 3.0-0 milestone for actuar

2020-06-08 Thread Vincent Goulet
Dear useRs and developeRs, We are proud to announce that version 3.0-0 of actuar is now available on CRAN. This newest release further extends support of the package for heavy tail and extreme value size distributions. It also introduces a package API, so that developers may easily integrate ou

[R] Need help using GRASS within R - problem with CRS using the 'v.generalize' command

2020-06-08 Thread Loïc Valéry
Dear all, First of all, this is my first message on the list. Therefore, please be indulgent if my message is not perfectly formatted as it should be. I am currently encountering a difficulty with GRASS 7.8 within R when using the 'v.generalize' command to smooth the contour of polygons after

[R] to read data for GCalignR package

2020-06-08 Thread Hui Liu
Dear R-help colleagues, I am looking for a way to read my txt file into R such that it can pass the check_input() function and be processed by in GCalignR. The vignette mentioned to save data in txt format, with first row listing items, 2nd row listing RT and Area, third rows and afterwards con

Re: [R] phyl.RMA error

2020-06-08 Thread Bert Gunter
Do you have NA's or Infs in your beta1 due to the use of log(Skull) and log(Tusk) in your modeling or did you misspell something?. If it's not something "obvious" like that, you should probably post on the r-sig-ecology list instead, where you are more likely to find both the interest and expertis

Re: [R] (almost) rolling function or fill?

2020-06-08 Thread Bert Gunter
This is a plain text list. Your html post was completely mangled. Re-post in plain text, please. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 8, 202

[R] (almost) rolling function or fill?

2020-06-08 Thread Andras Farkas via R-help
Hello, please see if you have a thought on how to achieve the following: we have: df<-data.frame(a=Sys.Date()+1:10,                b=Sys.Date()+c(NA,NA,NA,rep(3,4),NA,NA,3),                c=Sys.Date()+c(NA,NA,NA,rep(9,4),NA,NA,9)) the idea I have difficulty wrapping my head around is to do the

[R] phyl.RMA error

2020-06-08 Thread Ted Stankowich
Hello, We're trying to run phylogenetically corrected reduced major axes regression analyses and have encountered an error we can't debug. We're using the function phyl.RMA in the package 'phytools'. Here is the code we are using and the error it returns. >Model <- phyl.RMA(log(Skull), log(T

Re: [R] ggplot to visualize data

2020-06-08 Thread Rui Barradas
Hello, Inline. Às 17:18 de 08/06/20, Neha gupta escreveu: I am still waiting for someone to respond. If someone want to help other, they do not need a special platform for it. Thank you, yet again for not helping. 1. You have waited 41 minutes. 2. You have not posted data and code. 3. Rea

Re: [R] ggplot to visualize data

2020-06-08 Thread Martin Møller Skarbiniks Pedersen
On Mon, 8 Jun 2020 at 18:25, Neha gupta wrote: > I am still waiting for someone to respond. > > Please read this guide about asking questions and try again on the correct mailing-list. https://www.r-project.org/posting-guide.html Regards Martin [[alternative HTML version deleted]]

Re: [R] ggplot to visualize data

2020-06-08 Thread Neha gupta
I am still waiting for someone to respond. If someone want to help other, they do not need a special platform for it. Thank you, yet again for not helping. Regards On Mon, Jun 8, 2020 at 5:41 PM Bert Gunter wrote: > Largely off topic here. RStudio has Help forums on ggplot and other of its >

Re: [R] ggplot to visualize data

2020-06-08 Thread Bert Gunter
Largely off topic here. RStudio has Help forums on ggplot and other of its R software products. Post there. Or on stats.stackexchange.com perhaps for questions about how to visualize statistical data. See the posting guide linked below for what is ON topic here. Bert Gunter "The trouble with havi

[R] ggplot to visualize data

2020-06-08 Thread Neha gupta
I have a model NN, which has 10 piece of data in 10 folds of test (ts) data such as 0.1, 0.5, 0.3 etc. And another model SVM, which also have this type of information. I usually visualize it like: boxplot (NN, SVM) I have two questions? (1) I want to ask how can I visualize them via ggplot? (2)

Re: [R] Dynamic Programming in R

2020-06-08 Thread Bert Gunter
Search before posting here! "dynamic programming R" brought up several relevant hits. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 8, 2020 at 5:54

Re: [R] R 4.0.1 crashes with R Commander

2020-06-08 Thread Duncan Murdoch
On 07/06/2020 1:53 p.m., Paulo Figueiredo wrote: Hi again, as an update, I tried to open R Commander under R 32 bits and it worked, but not with R Studio choosing the 32 bit R. Thus, trying to load R Commander under R Studio (32 and 64 bits) or R 64 bits crashes the programmes. It only loads un

Re: [R] R 4.0.1 crashes with R commander

2020-06-08 Thread Peter Dalgaard
This was fixed by r78653, so should be in R-patched already https://cran.r-project.org/bin/windows/base/rpatched.html -pd > On 7 Jun 2020, at 19:15 , Paulo Figueiredo wrote: > > Hi, > > I just updated R from 4.0 to 4.0.1 and when trying to load R commander (both > in R and RStudio) the progr

Re: [R] R 4.0.1 crashes with R Commander

2020-06-08 Thread Fox, John
Dear Paulo, This is due to a known bug in R 4.0.1 for Windows that is general to Tcl/Tk. The bug should be fixed in the current patched version of R 4.0.1 for Windows, so you could use that or just go back to R 4.0.0. Best, John - John Fox, Professor Emeritus

[R] R 4.0.1 crashes with R Commander

2020-06-08 Thread Paulo Figueiredo
Hi again, as an update, I tried to open R Commander under R 32 bits and it worked, but not with R Studio choosing the 32 bit R. Thus, trying to load R Commander under R Studio (32 and 64 bits) or R 64 bits crashes the programmes. It only loads under 32 bit R 4.0.1. Appreciate any help. Che

[R] Dynamic Programming in R

2020-06-08 Thread Nikos Matsavelas
Is there any package that implements Dynamic Programming like maximises/minizises the sum or product in a three way matrix in R?Like the problem that i have solved by hand (attached pdf file) __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and mo

[R] [R-pkgs] R: pivmet 0.3.0

2020-06-08 Thread EGIDI LEONARDO
Dear R users, pivmet 0.3.0 for pivotal relabelling in Bayesian Mixture Models and Kmeans clustering with pivotal seeding is on CRAN . The new updated version includes the following new features: * multivariate mixtures * bayesplot plots now available and linked to the package * Stan

[R] R 4.0.1 crashes with R commander

2020-06-08 Thread Paulo Figueiredo
Hi, I just updated R from 4.0 to 4.0.1 and when trying to load R commander (both in R and RStudio) the programme crashes. Any suggestion? Thanks -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus __