search for: disroot

Displaying 20 results from an estimated 110 matches for "disroot".

Did you mean: dfsroot
2024 Apr 08
1
duplicated() on zero-column data frames returns empty
...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/plain; charset="utf-8" duplicated.matrix is an...
2024 Aug 16
2
allequal diff
...ask]) --> what do you mean by use is.na() in getValues(). So I need to call getValues a second time? I suppose you mean to first prepare a mask using is.na without getValues and then in the second step your code? Kind regards Sibylle -----Original Message----- From: Ivan Krylov <ikrylov at disroot.org> Sent: Friday, August 16, 2024 9:28 AM To: SIBYLLE ST?CKLI via R-help <r-help at r-project.org> Cc: sibylle.stoeckli at gmx.ch Subject: Re: [R] allequal diff ? Fri, 16 Aug 2024 07:19:38 +0200 SIBYLLE ST?CKLI via R-help <r-help at r-project.org> ?????: > Is it possible to co...
2024 Apr 18
2
Import multiple tif raster
...ng, choose "File | Save with Encoding..." from the main menu. > Kind regards Sibylle -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of SIBYLLE ST?CKLI via R-help Sent: Thursday, April 18, 2024 6:48 PM To: 'Ivan Krylov' <ikrylov at disroot.org>; 'SIBYLLE ST?CKLI via R-help' <r-help at r-project.org> Subject: Re: [R] Import multiple tif raster Dear Ivan Thanks a lot. I tried now to provide the full path. However probably the "?" in the path produces the error, would that be possible? > #first import a...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
.../windows/dataentry.c ________________________________ De: Duncan Murdoch <murdoch.duncan at gmail.com> Enviat el: dimarts, 14 de maig de 2024 14:22 Per a: Iago Gin?? V??zquez <iago.gine at sjd.es>; r-devel at R-project.org <r-devel at r-project.org> A/c: Ivan Krylov <ikrylov at disroot.org> Tema: Re: FR: Customize background colour of row and column headers for the View output This seems like something that should be fairly easily doable. Why don't you work out a patch? Some decisions to make: - What colours are we talking about? Would you want the labels to have thei...
2024 Apr 18
1
Import multiple tif raster
...esktop\NCCS_Impacts_Lot2_2022\InVEST\Species_Input\valpar_bee_presence", pattern='.tif$', all.files= T, full.names= T) Error: '\U' used without hex digits in character string (<input>:1:35) Kind regards Sibylle -----Original Message----- From: Ivan Krylov <ikrylov at disroot.org> Sent: Thursday, April 18, 2024 2:39 PM To: SIBYLLE ST?CKLI via R-help <r-help at r-project.org> Cc: sibylle.stoeckli at gmx.ch Subject: Re: [R] Import multiple tif raster ? Thu, 18 Apr 2024 11:08:33 +0200 SIBYLLE ST?CKLI via R-help <r-help at r-project.org> ?????: > > #...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
...e row > and column names (see https://ibb.co/Dkn2pVs <https://ibb.co/Dkn2pVs>). > > Could this be implemented? > > Thank you! > > Best regards, > Iago > ------------------------------------------------------------------------ > *De:* Ivan Krylov <ikrylov at disroot.org> > *Enviat el:* dilluns, 13 de maig de 2024 14:34 > *Per a:* Duncan Murdoch <murdoch.duncan at gmail.com> > *A/c:* Iago Gin? V?zquez <iago.gine at sjd.es>; r-help at r-project.org > <r-help at r-project.org> > *Tema:* Re: [R] Is there some way to customize c...
2024 Aug 09
1
WDI package commands timing out and not working
In the browser the link downloads immediately, in less than a second. I let the command run in R for five minutes, using R Studio. Nothing happened. On Fri, 9 Aug 2024 at 17:54, Ivan Krylov <ikrylov at disroot.org> wrote: > ? Thu, 8 Aug 2024 12:43:23 +0530 > Anupam Tyagi <anuptyagi at gmail.com> ?????: > > > In open.connection(con, "rb") : > > URL > > ' > https://api.worldbank.org/v2/en/country/OED/indicator/NY.ADJ.NNAT.GN.ZS?format=json&date=19...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
...dataedit options (in RGui preferences or RConsole) to colouring the View output do not have effect on the background of the row and column names (see https://ibb.co/Dkn2pVs). Could this be implemented? Thank you! Best regards, Iago ________________________________ De: Ivan Krylov <ikrylov at disroot.org> Enviat el: dilluns, 13 de maig de 2024 14:34 Per a: Duncan Murdoch <murdoch.duncan at gmail.com> A/c: Iago Gin?? V??zquez <iago.gine at sjd.es>; r-help at r-project.org <r-help at r-project.org> Tema: Re: [R] Is there some way to customize colours for the View output? ??...
2024 Aug 17
1
Terminating a cmd windows from R
Many thanks for your help. I will consider the processx package. Best regards Nicolas Le 17 ao?t 2024 ? 16:07, Ivan Krylov <ikrylov at disroot.org> a ?crit : ? ? Sat, 17 Aug 2024 11:?47:?30 +0000 SIMON Nicolas via R-help <r-help@?r-project.?org> ?????: > nmrun <- paste0("cmd.?exe /k ",nm_log,".?bat ",nmi,".?ctl ",nmi,".?lst") You are using the /k option that instructs cmd.?exe to kee...
2024 Aug 18
2
allequal diff
...opics/all.equal I am actually interested in the x values (x-y coordinates). Test if x-y coordinates of both 25-m-pixel rasters are the same. Ther may be a small shift or differences in the number of decimal places. Kind regards Sibylle -----Original Message----- From: Ivan Krylov <ikrylov at disroot.org> Sent: Friday, August 16, 2024 11:45 AM To: sibylle.stoeckli at gmx.ch Cc: 'SIBYLLE ST?CKLI via R-help' <r-help at r-project.org> Subject: Re: [R] allequal diff ? Fri, 16 Aug 2024 11:32:58 +0200 <sibylle.stoeckli at gmx.ch> ?????: > # values and mask r1 > r1 <...
2024 Apr 26
2
R 4.4.0 has version of Matrix 1.7-0, but it's not available on CRAN
On Fri, Apr 26, 2024 at 1:06?PM Ivan Krylov <ikrylov at disroot.org> wrote: > > On Fri, 26 Apr 2024 12:32:59 +0200 > Martin Maechler <maechler at stat.math.ethz.ch> wrote: > > > Finally, I'd think it definitely would be nice for > > install.packages("Matrix") to automatically get the correct > > Matrix versio...
2024 Jan 13
1
Strange results : bootrstrp CIs
...t) func= function(data, idx) { coef(lm(Score~ Time + factor(Country),data=data[idx,])) } B= boot(e, func, R=1000) ? boot.ci(B, index=2, type="perc") ############################################################# Le samedi 13 janvier 2024 ? 21:56:58 UTC+1, Ivan Krylov <ikrylov at disroot.org> a ?crit : ? Sat, 13 Jan 2024 20:33:47 +0000 (UTC) varin sacha via R-help <r-help at r-project.org> ?????: > coef(lm(Score~ Time + factor(Country)),data=data[idx,]) Wrong place for the data=... argument. You meant to give it to lm(...), but in the end it went to coef(...)....
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...--------------------- > *De:* Duncan Murdoch <murdoch.duncan at gmail.com> > *Enviat el:* dimarts, 14 de maig de 2024 14:22 > *Per a:* Iago Gin? V?zquez <iago.gine at sjd.es>; r-devel at R-project.org > <r-devel at r-project.org> > *A/c:* Ivan Krylov <ikrylov at disroot.org> > *Tema:* Re: FR: Customize background colour of row and column headers > for the View output > This seems like something that should be fairly easily doable.? Why > don't you work out a patch? > > Some decisions to make: > > - What colours are we talking abou...
2024 Jun 12
2
Integration of functions with a vector argument
? Tue, 11 Jun 2024 18:44:08 +0000 "Levine, Michael" <mlevins at purdue.edu> ?????: > Let us say we have a function > > F <- function(x){ body of the function} > > Where x is, in general, a d by 1 vector with d>1. Now I want to > integrate out some of the coordinates of x, e.g. x[1] or x[2] or both > of them etc. I'm well aware of how to integrate
2024 Aug 18
2
allequal diff
...sted in the x values (x-y coordinates). Test if x-y coordinates of both 25-m-pixel rasters are the same. Ther may be a small shift or differences in the number of decimal places. > > Kind regards > Sibylle > > > > -----Original Message----- > From: Ivan Krylov <ikrylov at disroot.org> > Sent: Friday, August 16, 2024 11:45 AM > To: sibylle.stoeckli at gmx.ch > Cc: 'SIBYLLE ST?CKLI via R-help' <r-help at r-project.org> > Subject: Re: [R] allequal diff > > ? Fri, 16 Aug 2024 11:32:58 +0200 > <sibylle.stoeckli at gmx.ch> ?????: > &...
2024 Jan 13
1
Strange results : bootrstrp CIs
...ta=data[idx,])) > } > B= boot(e, func, R=1000) > > boot.ci(B, index=2, type="perc") > ############################################################# > > > > > > > > > Le samedi 13 janvier 2024 ? 21:56:58 UTC+1, Ivan Krylov <ikrylov at disroot.org> a ?crit : > > > > > > ? Sat, 13 Jan 2024 20:33:47 +0000 (UTC) > > varin sacha via R-help <r-help at r-project.org> ?????: > >> coef(lm(Score~ Time + factor(Country)),data=data[idx,]) > > > Wrong place for the data=... argument. You me...
2023 Feb 27
1
Auth variables unknown variable -- about to go crazy
Hi everyone, I'm trying to configure my email server to encrypt mails on a per user basis. I have the following in my conf: mail_plugins = $mail_plugins mail_crypt mail_attribute_dict = file:%h/Mail/dovecot-attributes plugin { mail_crypt_curve = secp521r1 mail_crypt_save_version = 2 mail_crypt_require_encrypted_user_key = yes mail_crypt_private_password =
2023 Feb 28
0
Auth variables unknown variable -- about to go crazy
An embedded message was scrubbed... From: efeizbudak <efeizbudak at disroot.org> Subject: Re: Auth variables unknown variable -- about to go crazy Date: Tue, 28 Feb 2023 06:51:34 -0500 Size: 3462 URL: <https://dovecot.org/pipermail/dovecot/attachments/20230228/5046a67e/attachment.eml> -------------- next part -------------- A non-text attachment was scrubbed... Na...
2024 Jan 13
1
Strange results : bootrstrp CIs
? Sat, 13 Jan 2024 20:33:47 +0000 (UTC) varin sacha via R-help <r-help at r-project.org> ?????: > coef(lm(Score~ Time + factor(Country)),data=data[idx,]) Wrong place for the data=... argument. You meant to give it to lm(...), but in the end it went to coef(...). Without the data=... argument, the formula passed to lm() picks up the global variables inherited by the func() closure.
2024 Mar 22
1
Error message
? Fri, 22 Mar 2024 14:02:09 -0500 Val <valkremk at gmail.com> ?????: > X2.R > load("X1.RData") > > I am getting this error message: > Error in load("X1.RData", : > bad restore file magic number (file may be corrupted) .. no data > loaded. This error happens very early when R tries to load the file, right at the first few bytes. Is