search for: krylov

Displaying 20 results from an estimated 203 matches for "krylov".

2011 Apr 14
2
Krylov subspace computations of matrix exponentials
I use the very nice expm functions available from the expm and Matrix packages. My understanding is that for large sparse matrices the currently best methods available are Krylov subspace methods, but they are as far as I can tell not implemented in either of the packages mentioned, nor in any other R package I have found. Does anybody know if Krylov subspace methods are available from any R package? If not, is there anybody working on this or planning to do so? If not,...
2023 Dec 17
1
call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
Sorry for the double e-mail. On Sun, 17 Dec 2023 17:25:38 +0300 Ivan Krylov <krylov.r00t at gmail.com> wrote: > Can you at least temporarily disable OneDrive so that your Documents > directory would be "C:\\Users\\Alipio\\Documentos"? This should keep R > happy. It should also work if you set the environment variable R_USER to some ASCII-represen...
2019 Jun 06
4
Open a file which name contains a tilde
On Wed, 5 Jun 2019 18:07:15 +0200 Frank Schwidom <schwidom at gmx.net> wrote: > +> path.expand("a ~ b") > [1] "a /home/user b" > How can I switch off any file crippling activity? It doesn't seem to be possible if readline is enabled and works correctly. Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which calls R_ExpandFileName_readline
2023 Nov 22
1
R-4.3 version list.files function could not work correctly in chinese
...names did not exceed 260 wide characters. https://stackoverflow.com/q/77527167/12685768 Mikael On 2023-08-17 6:00 am, r-devel-request at r-project.org wrote: > Message: 5 > Date: Wed, 16 Aug 2023 16:00:13 +0200 > From: Tomas Kalibera<tomas.kalibera at gmail.com> > To: Ivan Krylov<krylov.r00t at gmail.com> > Cc:"r-devel at r-project.org" <r-devel at r-project.org> > Subject: Re: [Rd] R-4.3 version list.files function could not work > correctly in chinese > Message-ID:<21e91609-85b2-103b-8e23-12eadff62784 at gmail.com> > Content-T...
2019 Jun 11
3
[R] Open a file which name contains a tilde
...gt; Frank Schwidom > > > > > > On 2019-06-07 09:04:06, Richard O'Keefe wrote: > > > > How can expanding tildes anywhere but the beginning of a file > name NOT be > > > > considered a bug? > > > > On Thu, 6 Jun 2019 at 23:04, Ivan Krylov <[1] > krylov.r00t at gmail.com> wrote: > > > > > > > > On Wed, 5 Jun 2019 18:07:15 +0200 > > > > Frank Schwidom <[2]schwidom at gmx.net> wrote: > > > > > > > > > +> path.expand("a ~ b") > &...
2023 Aug 12
2
R-4.3 version list.files function could not work correctly in chinese
...t not in R 4.3.0. In the same discussion another person mentioned that the problem could also be related to the file encoding, i.e., if the file content is encoded in UTF-8, it could be recognized by dir(), but not in ANSI. Regards, Yihui -- https://yihui.org On Fri, Aug 11, 2023 at 6:25?AM Ivan Krylov <krylov.r00t at gmail.com> wrote: > Dear ???, > > Thank you for your message, but please follow the posting guide in your > future messages: https://www.r-project.org/posting-guide.html > https://www.r-project.org/bugs.html > > I understand from your link that list.files...
2019 Jun 11
2
[R] Open a file which name contains a tilde
...gt; On 2019-06-07 09:04:06, Richard O'Keefe wrote: > > > > > How can expanding tildes anywhere but the beginning of a > file > > name NOT be > > > > > considered a bug? > > > > > On Thu, 6 Jun 2019 at 23:04, Ivan Krylov > > <[1][5]krylov.r00t at gmail.com> wrote: > > > > > > > > > > On Wed, 5 Jun 2019 18:07:15 +0200 > > > > > Frank Schwidom <[2][6]schwidom at gmx.net> wrote: > > > > > > > &gt...
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
...arse_Rd()` doesn't like `\verb!foo!` so maybe roxygen2 is actually doing the right thing (as opposed to just trying to) ? `parse_Rd() ` is probably what I need indeed, for some reason I hadn't found it, so that should fix my own issue here thanks a lot. Le ven. 21 juil. 2023 ? 16:18, Ivan Krylov <krylov.r00t at gmail.com> a ?crit : > ? Fri, 21 Jul 2023 15:14:09 +0200 > Antoine Fabri <antoine.fabri at gmail.com> ?????: > > > On a closer look it seems like roxygen2 introduces those, when using > > markdown backtick quoting, if the quoted content is not synta...
2019 Jun 12
2
[R] Open a file which name contains a tilde
...7 09:04:06, Richard O'Keefe wrote: >>>> > > > How can expanding tildes anywhere but the beginning of a >>> file >>>> name NOT be >>>> > > > considered a bug? >>>> > > > On Thu, 6 Jun 2019 at 23:04, Ivan Krylov >>>> <[1][5]krylov.r00t at gmail.com> wrote: >>>> > > > >>>> > > > On Wed, 5 Jun 2019 18:07:15 +0200 >>>> > > > Frank Schwidom <[2][6]schwidom at gmx.net> wrote: >>>> > > > >>...
2023 Mar 02
3
tab-complete for non-syntactic names could attempt backtick-wrapping
There turn out to be a few more things to fix. One problem is easy to solve: vapply() needs a third argument specifying the type of the return value. (Can we have unit tests for tab completion?) The other problem is harder: `comps` defaults to an empty string, and you can't have a symbol consisting of an empty string, because this value is internally reserved for missing function arguments.
2019 Jun 13
2
[R] Open a file which name contains a tilde
...gt;>>> > > > How can expanding tildes anywhere but the beginning of a > > >>> file > > >>>> name NOT be > > >>>> > > > considered a bug? > > >>>> > > > On Thu, 6 Jun 2019 at 23:04, Ivan Krylov > > >>>> <[1][5]krylov.r00t at gmail.com> wrote: > > >>>> > > > > > >>>> > > > On Wed, 5 Jun 2019 18:07:15 +0200 > > >>>> > > > Frank Schwidom <[2][6]schwidom at gmx.net> wrote:...
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...to investigate blocking test using a reporter (maybe "list"). For now, waiting for CRAN results... Yann -----Message d'origine----- De?: Duncan Murdoch <murdoch.duncan at gmail.com> Envoy??: mercredi 11 janvier 2023 00:36 ??: Sebastian Meyer <seb.meyer at fau.de>; Ivan Krylov <krylov.r00t at gmail.com>; RICHET Yann <yann.richet at irsn.fr> Cc?: Pascal Hav? <pascal at haveneer.com>; R-devel at r-project.org Objet?: Re: [Rd] rhub vs. CRAN fedora-*-devel, using armadillo & slapack On 10/01/2023 4:07 p.m., Sebastian Meyer wrote: > Am 10.01.23 um 21...
2019 Jun 11
0
[R] Open a file which name contains a tilde
...gt; > > > > On 2019-06-07 09:04:06, Richard O'Keefe wrote: > > > >? ? How can expanding tildes anywhere but the beginning of a file > name NOT be > > > >? ? considered a bug? > > > >? ? On Thu, 6 Jun 2019 at 23:04, Ivan Krylov > <[1][5]krylov.r00t at gmail.com> wrote: > > > > > > > >? ? ? On Wed, 5 Jun 2019 18:07:15 +0200 > > > >? ? ? Frank Schwidom <[2][6]schwidom at gmx.net> wrote: > > > > > > > >? ? ? > +> pa...
2019 Jun 07
2
[R] Open a file which name contains a tilde
...command that will process multiple file arguments, e.g. > system(paste( "wc", path.expand("~/.newsrc ~/.R/*"))) # run wc on some files I doubt that this was intended by R-core, but perhaps the readline devs had this in mind. Chuck > On Thu, 6 Jun 2019 at 23:04, Ivan Krylov <krylov.r00t at gmail.com> wrote: > >> On Wed, 5 Jun 2019 18:07:15 +0200 >> Frank Schwidom <schwidom at gmx.net> wrote: >> >>> +> path.expand("a ~ b") >>> [1] "a /home/user b" >> >>> How can I switch off any...
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
...st can just ignore the union? Because as I understand the only compiler that actually needs to "see" the union is gfortran, and if we pretend it's still a struct in Rust everything should work as before, no? Is this guaranteed to be a stable macro? On Tue, Apr 4, 2023 at 5:50?PM Ivan Krylov <krylov.r00t at gmail.com> wrote: > On Tue, 4 Apr 2023 09:31:33 +0200 > Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > > it also matters how Rust can handle anonymous nested structures, or > > what is the right mapping of the involved C types to Rust >...
2023 Nov 15
2
anyone having trouble accesing CRAN?
On Wed, 15 Nov 2023 14:13:00 -0500 "Christopher W. Ryan via R-help" <r-help at r-project.org> wrote: > Anyone seeing similar? Same for me. While it worked, CRAN website had the following message: >> The CRAN Admin Team will perform system upgrades during the period >> Wednesday November 15 until Thursday November 16, 2023. There will >> be intermittent
2023 Jan 27
1
Bug in R-Help Archives?
?s 07:36 de 27/01/2023, Ivan Krylov escreveu: > On Fri, 27 Jan 2023 13:01:39 +0530 > Deepayan Sarkar <deepayan.sarkar at gmail.com> wrote: > >> From looking at the headers in John Sorkin's mail, my guess is that he >> just replied to the other thread rather than starting a fresh email, >> and in...
2023 Nov 21
1
[External] Re: Error in setwd(dir) when initializing R
...Complutense is setting up it is surprising that all your collegues are free of problems. Have you asked around? Michael On 21/11/2023 12:41, Ana de las Heras Molina wrote: > Hello, > > I am sorry for my ignorance, but what is Rgui.exe? > > El mar, 21 nov 2023 a las 12:06, Ivan Krylov (<krylov.r00t at gmail.com>) > escribi?: > >> ? Tue, 21 Nov 2023 10:51:59 +0100 >> Ana de las Heras Molina <andelash at ucm.es> ?????: >> >>> I uninstalled onedrive, I eliminated all the folders and then >>> reinstalled R and RStudio... but it...
2019 Jun 11
0
[R] Open a file which name contains a tilde
...:04:06, Richard O'Keefe wrote: >>> > > > How can expanding tildes anywhere but the beginning of a >> file >>> name NOT be >>> > > > considered a bug? >>> > > > On Thu, 6 Jun 2019 at 23:04, Ivan Krylov >>> <[1][5]krylov.r00t at gmail.com> wrote: >>> > > > >>> > > > On Wed, 5 Jun 2019 18:07:15 +0200 >>> > > > Frank Schwidom <[2][6]schwidom at gmx.net> wrote: >>> > > &gt...
2020 Jun 27
1
Error in substring: invalid multibyte string
...warning: > stringi::stri_length("<I>Jens Oehlschl\xe4gel-Akiyoshi") [1] NA Warning message: In stringi::stri_length("<I>Jens Oehlschl\xe4gel-Akiyoshi") : invalid UTF-8 byte sequence detected; try calling stri_enc_toutf8() On Sat, Jun 27, 2020 at 2:12 AM Ivan Krylov <krylov.r00t at gmail.com> wrote: > On Fri, 26 Jun 2020 15:57:06 -0700 > Toby Hocking <tdhock5 at gmail.com> wrote: > > >invalid multibyte string at '<e4>gel-A<6b>iyoshi' > > >https://stat.ethz.ch/pipermail/r-devel/1999-November/author.html &...