search for: protonm

Displaying 14 results from an estimated 14 matches for "protonm".

Did you mean: proton
2023 May 14
18
[Bug 3572] New: ssh-agent refused operation when using FIDO2 with -O verify-required
https://bugzilla.mindrot.org/show_bug.cgi?id=3572 Bug ID: 3572 Summary: ssh-agent refused operation when using FIDO2 with -O verify-required Product: Portable OpenSSH Version: 9.3p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component:
2020 Oct 19
1
spec.pgram returns different spectra when fast=TRUE and the number of samples is odd
Dear all, This is potentially a bug in spec.pgram, when the number of samples is odd,spec.pgramreturns a different result withfast = TRUE, the example below contains the two varieties with a reference spectrum calculated manually. the number of returned spectra is also larger (50 compared to 49) whenfast = TRUE x <- rnorm( 99 ) plot(spec.pgram(x, taper = 0 , detrend = FALSE , plot =
2023 Oct 27
1
Wayland Display Support in R Plot
Hello, I'm interested in understanding the current state of Wayland display support in R plot, and I was wondering if any progress or discussions have taken place regarding this matter. As Wayland continues to gain popularity as a display protocol on modern Linux systems, having Wayland support for R's plotting capabilities would be a significant enhancement. Could anyone provide
2024 May 19
0
Availability of Sdatasets
>From the mention in R-intro I went to look at The new S language book. In chapter 1 it has a lottery dataset. So naturally I thought it is pre-supplied with R. But I didn't fount, made a google search and found the package that has the dataset, https://docs.tibco.com/pub/enterprise-runtime-for-R/6.1.1/doc/html/Language_Reference/Sdatasets/00Index.html This package is very interesting on
2024 Dec 18
1
get.symbols doesn' work
Hello r-project: I want to load and use the tiny quant libary. Hello R-project: get.symbols doesn't work this morning. I use this code: ############################################# # # install.packages(c("quantmod", "TTR", "xts", "zoo" , "tidyquant" )) # Load the tidyquant package library("tidyquant") library(TTR) library(xts)
2018 May 09
3
Package parallel missing from CRAN_package_db
...ls:::CRAN_package_db() > pdb[pdb$Package=="parallel",]["Package"] [1] Package <0 rows> (or 0-length row.names) Is this a bug that needs to be reported (where?) ? Or is there other reason for this package to be missing from the database? Thank you. -- Lu?s Sent with [ProtonMail](https://protonmail.com) Secure Email. [[alternative HTML version deleted]]
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
> When installing packages containing code to compile, R eventually calls > R CMD SHLIB. Same thing happens with inline C++: it gets stored in a > temporary file, compiled into a *.dll using R CMD SHLIB and then loaded > using dyn.load(). > > Write the following into a file named hello.c: > > #include <R.h> > #include <Rinternals.h> > SEXP hello(void) {
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
> This can be considered good news. You have just successfully performed > the job that is normally done by R CMD SHLIB when installing source > packages or running inline C++ code. The environment variables, at > least inside your running R session, are completely fine. > > Now we need to find out why R CMD SHLIB itself fails without producing > any output. Do you get any
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
> So starting a new Rcmd.exe process fails for some reason. > > If you take the same R session where the environment variables are > right and Sys.which() resolves Make and GCC and try to run > tools:::.shlib_internal(c('-n', 'hello.c')) or > tools:::.shlib_internal('hello.c'), does it do something useful? I think I tried the commands in the right R
2023 Nov 06
2
New syntax for positional-only function parameters?
Dear List, I'm writing to gauge interest in new syntax for positional-only function parameters to be added to R. The pattern of functions accepting other functions as inputs and passing additional ... arguments to them is prevalent throughout the R ecosystem. Currently, however, all such functions must one way or another tackle the problem of inadvertently passing arguments meant to go to
2024 Dec 11
1
Cores hang when calling mcapply
Hello Thomas, Consider that the primary bottleneck may be tied to memory usage and the complexity of pivoting extremely large datasets into wide formats with tens of thousands of unique values per column. Extremely large expansions of columns inherently stress both memory and CPU, and splitting into 110k separate data frames before pivoting and combining them again is likely causing resource
2024 Dec 11
1
Cores hang when calling mcapply
...9; restart > Execution halted > Error: cons memory exhausted (limit reached?) > Error: cons memory exhausted (limit reached?) > Error: cons memory exhausted (limit reached?) > Error: cons memory exhausted (limit reached?) > > > > From: Gregg Powell <g.a.powell at protonmail.com> > Sent: Tuesday, December 10, 2024 7:52 PM > To: Deramus, Thomas Patrick <tderamus at mgb.org> > Cc: r-help at r-project.org <r-help at r-project.org> > Subject: Re: [R] Cores hang when calling mcapply > > Hello Thomas, > > Consider that the primar...
2024 Dec 11
1
Cores hang when calling mcapply
...er core: ?2 > ? ? Core(s) per socket: ?20 > ? ? Socket(s): ? ? ? ? ? 4 > ? ? Stepping: ? ? ? ? ? ?4 > ? ? CPU(s) scaling MHz: ?50% > ? ? CPU max MHz: ? ? ? ? 3700.0000 > ? ? CPU min MHz: ? ? ? ? 1000.0000 > > > > > > From: Gregg Powell <g.a.powell at protonmail.com> > Sent: Wednesday, December 11, 2024 11:41 AM > To: Deramus, Thomas Patrick <tderamus at mgb.org> > Cc: r-help at r-project.org <r-help at r-project.org> > Subject: Re: [R] Cores hang when calling mcapply > > Thomas, > I'm curious - what OS are you...
2024 Dec 12
1
Cores hang when calling mcapply
...numbers and that would have made merging back to the main key document an issue so I changed the rbind funciton to keep this from happening. > > > > Thank you for all your help on this! > -Thomas DeRamus > > > > > From:?Gregg Powell <g.a.powell at protonmail.com> > Sent:?Wednesday, December 11, 2024 2:11 PM > To:?Deramus, Thomas Patrick <tderamus at mgb.org> > Cc:?r-help at r-project.org <r-help at r-project.org> > Subject:?Re: [R] Cores hang when calling mcapply > > How is the server configured to handle memory di...