Re: [R] Method Guidance

2022-01-11 Thread Jim Lemon
Hi Jeff, A completely obscure question deserves a completely obscure answer: jrdf<-read.table(text="Time Event_AEvent_B Lag_B 1 1 10 2 0 11 3 0 00 4 1 00 5 0 11 6

Re: [R] Method Guidance

2022-01-11 Thread Jeff Newmiller
1) Figure out how to post plain text please. What you saw is not what we see. 2) I see a "table" of input information but no specific expectation of what would come out of this hypothetical function. 3) Maybe you will find something relevant in this blog post: https://jdnewmil.github.io/blog/po

[R] Method Guidance

2022-01-11 Thread Jeff Reichman
R-Help Forum Looking for a little guidance. Have an issue were I'm trying to determine the time between when Event A happened(In days) to when a subsequent Event B happens. For Example at Time 1 Evat A happens and subsequently Event B happens at the same day (0) and the next day (1) then Event

[R] [R-pkgs] Fwd: Ternary 2.0: Holdridge life zones and ternary plots

2022-01-11 Thread Martin R. Smith
Dear R users, It is now possible to create and annotate Holdridge life zone plots using functions modelled on the standard graphics package using the the package "Ternary", whose v2.0 release is now available from CRAN: https://CRAN.R-project.org/package=Ternary . The vignette at https://ms609.git

Re: [R] Help with developing package DWLS

2022-01-11 Thread Bert Gunter
Andrew has already provided you a lot of help, but further posts should go to r-package-devel, which is a mailing list specifically set up to provide the sort of help you requested. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." --

Re: [R] Help with developing package DWLS

2022-01-11 Thread Andrew Simmons
The NOTE saying 'Possibly misspelled words in DESCRIPTION' can probably be ignored (though I would probably put the name of your package in single quotes). The NOTE 'Non-standard files/directories found at top level' means that you should move the non-standard files to a different location OR add

[R] Help with developing package DWLS

2022-01-11 Thread Adriana Sistig
Hello, My name is Adriana Sistig and I am struggle to fix an ERROR and a few WARNING and NOTE message that I am getting from my package. I am new to CRAN packaging and am having some trouble finalizing my package. I do not have any ERRORS when I check using Mac but when checking via Windows