Re: [R] Best settings for RStudio video recording?

2020-08-15 Thread Jeff Newmiller
a) Read about it yourself. It is a legal definition. b) Don't "correct" me with misinformation you are clearly inventing. RStudio the software does not "introduce people to a modified version of R." Each user has to opt in to that "modified" experience by explicitly installing each of the the m

Re: [R] Best settings for RStudio video recording?

2020-08-15 Thread Abby Spurdle
On Fri, Aug 14, 2020 at 12:11 PM Jeff Newmiller wrote: > It is a public benefit corporation Seriously? On Fri, Aug 14, 2020 at 12:11 PM Jeff Newmiller wrote: > used to introduce people to R Correction, it introduces people to a modified version of R.

Re: [R] Hot Air Balloon Weather Briefings

2020-08-15 Thread Philip
Your suggestion worked like a charm. Thank you rle <- rle(TF$Speed)$lengths #Counts number of repetitions phdf$rle <- rep(rle>9,rle) #TRUE is ten or more zeros. FALSE if less than 10 phdf2 <- TF[rep(rle<10,rle),] #Move rows that are FALSE to new data file From: Bert Gunter Sent: Friday, August

Re: [R] Shiny debug mode- reort a bug R version 4.0.2

2020-08-15 Thread Jeff Newmiller
If you can provide a reproducible example that does not require RStudio to trigger the error then someone here might try to dig into this. But technically this mailing list is about the R language, not editors or contributed packages, so maybe not. RStudio injects various "helper" functions into

[R] Shiny debug mode- reort a bug R version 4.0.2

2020-08-15 Thread Mani Solimani via R-help
DearR-help Community,   since Iupdated the R V.3:6 to R.V4.0.2 I have the following problem: It might be the problem of R, if the same pack worksunder V.3.6 and suddenly not in V.4.0.2. - Session info