search for: jharmse

Displaying 17 results from an estimated 17 matches for "jharmse".

Did you mean: harmse
2024 Mar 20
1
Building Packages.
...????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ? checking for file ?/Users/jharmse/Library/CloudStorage/OneDrive-RokuInc/jhBase/DESCRIPTION? ... ? preparing ?jhBase?: ? checking DESCRIPTION meta-information ... ? checking for LF line-endings in source and make files and shell scripts ? checking for empty or unneeded directories ? building ?jhBase_1.0.1.tar.gz? > f...
2024 Apr 08
1
duplicated() on zero-column data frames returns empty
...warning that the change is coming in a future version.) The protection for old code could be just a warning that can be turned off with a call to options. The new documentation should be more explicit. Regards, Jorgen. From: Mark Webster <markwebster204 at yahoo.co.uk> To: Jorgen Harmse <jharmse at roku.com>, Ivan Krylov <ikrylov at disroot.org> Cc: "r-help at r-project.org" <r-help at r-project.org> Subject: Re: [R] duplicated() on zero-column data frames returns empty Message-ID: <603481690.9150754.1712522666289 at mail.yahoo.com> Content-Type: text...
2023 Nov 03
1
[EXTERNAL] RE: I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
...9;, 65L, 58L). That will definitely use less time & memory if WC is integer, but the trade-offs are more complicated if WC is floating point. Regards, Jorgen Harmse. From: avi.e.gross at gmail.com <avi.e.gross at gmail.com> Date: Friday, November 3, 2023 at 16:12 To: Jorgen Harmse <JHarmse at roku.com>, r-help at r-project.org <r-help at r-project.org>, mkzaman.m at gmail.com <mkzaman.m at gmail.com> Subject: [EXTERNAL] RE: [R] I need to create new variables based on two numeric variables and one dichotomize conditional category variables. Just a minor point in the sug...
2024 Mar 20
1
Building Packages.
...ackage called ?jhBase? >>>>> >>>>> Execution halted >>>>> >>>>> Warning in install.packages(tar, type = "source", repos = NULL) : >>>>> >>>>> ???? installation of package >>>>> ?/Users/jharmse/Library/CloudStorage/OneDrive-RokuInc/jhBase_1.0.1.tar.gz? >>>>> had non-zero exit status >>>> >>>> Using RStudio? It happens to override install.packages with a function >>>> that doesn't quite handle file paths. Try utils::install.packages(ta...
2023 Nov 04
2
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
I might have factored the gender. I'm not sure it would in any way be quicker. But might be to some extent easier to develop variations of. And is sort of what factors should be doing... # make dummy data gender <- c("Male", "Female", "Male", "Female") WC <- c(70,60,75,65) TG <- c(0.9, 1.1, 1.2, 1.0) myDf <- data.frame( gender, WC, TG ) #
2024 Mar 20
2
Building Packages.
...rary(jhBase) : there is no package called ?jhBase? >>>> >>>> Execution halted >>>> >>>> Warning in install.packages(tar, type = "source", repos = NULL) : >>>> >>>> installation of package >>>> ?/Users/jharmse/Library/CloudStorage/OneDrive-RokuInc/jhBase_1.0.1.tar.gz? >>>> had non-zero exit status >>> >>> Using RStudio? It happens to override install.packages with a function >>> that doesn't quite handle file paths. Try utils::install.packages(tar, >>>...
2023 Nov 05
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
...may get a mysterious order of presentation in the graph unless you create a factor with the order you wish to have used and avoid it making one invisibly. From: CALUM POLWART <polc1410 at gmail.com> Sent: Saturday, November 4, 2023 7:14 PM To: avi.e.gross at gmail.com Cc: Jorgen Harmse <JHarmse at roku.com>; r-help at r-project.org; mkzaman.m at gmail.com Subject: Re: [R] I need to create new variables based on two numeric variables and one dichotomize conditional category variables. I might have factored the gender. I'm not sure it would in any way be quicker. But might be to...
2024 Mar 21
1
Building Packages.
...alted >>>>>> >>>>> Warning in install.packages(tar, type = "source", repos = >>>>>> NULL) : >>>>>> >>>>> ???? installation of package >>>>> >>>>>> ?/Users/jharmse/Library/CloudStorage/OneDrive-RokuInc/jhBase_1.0.1.tar.gz? >>>>> had non-zero exit status >>>>> >>>>> Using RStudio? It happens to override install.packages >>>>> with a function that doesn't quite handle file >>...
2024 Mar 21
1
Building Packages.
...r is it something that just happens to work on the utils version if not patched? -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Duncan Murdoch Sent: Thursday, March 21, 2024 5:53 AM To: peter dalgaard <pdalgd at gmail.com> Cc: Jorgen Harmse <JHarmse at roku.com>; r-help at r-project.org; Martin Maechler <maechler at stat.math.ethz.ch> Subject: Re: [R] Building Packages. Yes, you're right. The version found in the search list entry for "package:utils" is the RStudio one; the ones found with two or three colons are the...
2024 Apr 07
1
duplicated() on zero-column data frames returns empty
? Fri, 5 Apr 2024 16:08:13 +0000 Jorgen Harmse <JHarmse at roku.com> ?????: > if duplicated really treated a row name as part of the row then > any(duplicated(data.frame(?))) would always be FALSE. My expectation > is that if key1 is a subset of key2 then all(duplicated(df[key1]) >= > duplicated(df[key2])) should always be TRUE. That...
2024 May 12
1
duplicated() on zero-column data frames returns empty
(Sorry for only getting back to this more than a month later.) ? Mon, 8 Apr 2024 17:03:00 +0000 Jorgen Harmse <JHarmse at roku.com> ?????: > What is the policy for changing something that is wrong? There is a > trade-off between breaking old code that worked around a problem and > breaking new code written by people who make reasonable assumptions. First of all, quantify the breakage. Does the propose...
2024 May 13
1
duplicated() on zero-column data frames returns empty
>?If you would like to try your hand at developing a patch and make a > case for it at R-devel or the Bugzilla, the resources at > <https://contributor.r-project.org/> can be helpful. I am attempting to get admitted onto the Bugzilla at the moment for the data frame cases, fingers crossed! Best Regards,Mark Webster [[alternative HTML version deleted]]
2024 Mar 21
1
Building Packages.
...n the utils version if not > patched? > > > > -----Original Message----- > From: R-help <r-help-bounces at r-project.org> On Behalf Of Duncan Murdoch > Sent: Thursday, March 21, 2024 5:53 AM > To: peter dalgaard <pdalgd at gmail.com> > Cc: Jorgen Harmse <JHarmse at roku.com>; r-help at r-project.org; Martin Maechler > <maechler at stat.math.ethz.ch> > Subject: Re: [R] Building Packages. > > Yes, you're right. The version found in the search list entry for > "package:utils" is the RStudio one; the ones found with two...
2023 Nov 06
0
I need to create new variables based on two numeric variables and one dichotomize conditional category
...argument names.") return(test1) } return( ifelse(test1, yes1, ifelses(...)) ) } Regards, Jorgen Harmse (not Jordan). ------------------------------ Message: 10 Date: Sat, 4 Nov 2023 01:08:03 -0400 From: <avi.e.gross at gmail.com> To: "'Jorgen Harmse'" <JHarmse at roku.com> Cc: <r-help at r-project.org> Subject: Re: [R] [EXTERNAL] RE: I need to create new variables based on two numeric variables and one dichotomize conditional category variables. Message-ID: <019a01da0edc$e41c39e0$ac54ada0$@gmail.com> Content-Type: text/plai...
2024 Apr 05
1
duplicated() on zero-column data frames returns empty
(I do not know how to make Outlook send plain text, so I avoid apostrophes.) For what it is worth, I agree with Mark Webster. The discussion by Ivan Krylov is interesting, but if duplicated really treated a row name as part of the row then any(duplicated(data.frame(?))) would always be FALSE. My expectation is that if key1 is a subset of key2 then all(duplicated(df[key1]) >=
2023 Nov 03
2
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Just a minor point in the suggested solution: df$LAP <- with(df, ifelse(G=='male', (WC-65)*TG, (WC-58)*TG)) since WC and TG are not conditional, would this be a slight improvement? df$LAP <- with(df, TG*(WC - ifelse(G=='male', 65, 58))) -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Jorgen Harmse via R-help Sent: Friday,
2024 Mar 21
1
Building Packages.
Yes, you're right. The version found in the search list entry for "package:utils" is the RStudio one; the ones found with two or three colons are the original. Duncan Murdoch On 21/03/2024 5:48 a.m., peter dalgaard wrote: > Um, what's with the triple colon? At least on my install, double seems to suffice: > >> identical(utils:::install.packages,