search for: urbanek

Displaying 20 results from an estimated 481 matches for "urbanek".

2012 Feb 07
2
Canonical package directory name for JAR files?
We have an R package which needs to include a JAR file. Is there a canonical directory for it?
2012 Nov 07
0
rJava not loading on Windows
...ish_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.2 > packageDescription("rJava") Package: rJava Version: 0.9-3 Title: Low-level R to Java interface Author: Simon Urbanek <simon.urbanek at r-project.org> Maintainer: Simon Urbanek <simon.urbanek at r-project.org> Depends: R (>= 2.5.0), methods Description: Low-level interface to Java VM very much like .C/.Call and friends. Allows creation of objects, calling methods and accessing fields...
2019 Apr 30
2
Background R session on Unix and SIGINT
...course still running happily. Terminal 2 again: tryCatch(Sys.sleep(10), interrupt = function(e) e) and then Terminal 1 prints the interrupt condition: <interrupt: > This is macOS and 3.5.3, although I don't think it matters much. Thanks much! G. On Tue, Apr 30, 2019 at 9:50 PM Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Can you give an example without callr? The key is how is the process stated and what it is doing which is entirely opaque in callr. > > Windows doesn't have signals, so the process there is entirely different. Most of the WIN32 proce...
2019 Feb 25
1
Bugzilla down?
Ok, fixed. Simon > On Feb 25, 2019, at 2:45 PM, Simon Urbanek <simon.urbanek at R-project.org> wrote: > > I do. The server ran out of disk earlier today and it seems that it killed bugzilla somehow. I'll have a look. > Thanks, > Simon > > >> On Feb 25, 2019, at 2:07 PM, Gabriel Becker <gabembecker at gmail.com> wrote...
2003 Oct 23
2
linking to R.dll on Win32 - issues with recent MinGW?
...F0000, 0146008 ) and later a crash somewhere deep in libwsock32 (the trace is rather weird) ... I guess the problem is the heap, not wsock itself. Any idea what that could be? All the above was tested with MinGW-3.1. Any ideas? Is that a MinGW bug or something I did? ;) Thanks. Simon --- Simon Urbanek Department of computer oriented statistics and data analysis University of Augsburg Universit?tsstr. 14 86135 Augsburg Germany Tel: +49-821-598-2236 Fax: +49-821-598-2200 Simon.Urbanek@Math.Uni-Augsburg.de http://simon.urbanek.info
2015 Jan 13
2
R CMD build looking for texi2dvi in the wrong place (R-devel)
----- Original Message ----- > From: "Simon Urbanek" <simon.urbanek at r-project.org> > To: "Dan Tenenbaum" <dtenenba at fredhutch.org> > Cc: "R-devel" <r-devel at r-project.org> > Sent: Monday, January 12, 2015 5:50:35 PM > Subject: Re: [Rd] R CMD build looking for texi2dvi in the wrong place (...
2019 Apr 30
2
Background R session on Unix and SIGINT
...or an interactive process such a SIGINT is just swallowed, with a newline outputted to the terminal. But apparently, for this background process, it is not swallowed, and it is triggered later. FWIW it does not happen on Windows, not very surprisingly. Gabor On Tue, Apr 30, 2019 at 9:13 PM Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Interrupts are not synchronous in R - the signal only flags the request for interruption. Nothing actually happens until R_CheckUserInterrupt() is called at an interruptible point. In you case your code is apparently not calling R_CheckUserInt...
2003 May 26
1
R's DYLD_LIBRARY_PATH override problems on Mac OS X
...LIBRARIES=1 you can see exactly the sequence of loaded libraries and their locations. Cheers, Simon _ platform powerpc-apple-darwin6.6 arch powerpc os darwin6.6 system powerpc, darwin6.6 status Patched major 1 minor 7.0 year 2003 month 05 day 15 language R --- Simon Urbanek Department of computer oriented statistics and data analysis University of Augsburg Universit?tsstr. 14 86135 Augsburg Germany Tel: +49-821-598-2236 Fax: +49-821-598-2280 Simon.Urbanek@Math.Uni-Augsburg.de http://simon.urbanek.info
2019 Apr 30
2
[External] Re: Background R session on Unix and SIGINT
...) e) > > > > and then Terminal 1 prints the interrupt condition: > > <interrupt: > > > > > This is macOS and 3.5.3, although I don't think it matters much. > > > > Thanks much! > > G. > > > > On Tue, Apr 30, 2019 at 9:50 PM Simon Urbanek > > <simon.urbanek at r-project.org> wrote: > >> > >> Can you give an example without callr? The key is how is the process stated and what it is doing which is entirely opaque in callr. > >> > >> Windows doesn't have signals, so the process there...
2017 Jun 14
1
[WISH / PATCH] possibility to split string literals across multiple lines
On Wed, Jun 14, 2017 at 8:48 AM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > As I recall this has been discussed at least a few times (unfortunately I'm traveling so can't check the references), but the justification was never satisfactory. > > Personally, I wouldn't mind string continuation supported sinc...
2015 Mar 17
2
Reduce memory peak when serializing to raw vectors
Presumably one could stream over the data twice, the first to get the size, without storing the data. Slower but more memory efficient, unless I'm missing something. Michael On Tue, Mar 17, 2015 at 2:03 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > Jorge, > > what you propose is not possible because the size of the output is > unknown, that's why a dynamically growing PStream buffer is used - it > cannot be pre-allocated. > > Cheers, > Simon > > > > On Ma...
2004 Feb 25
8
Script editor for Windows GUI
Dear R users / devs, There's been requests in the past for a text editor built into the Rgui for Windows, from which code can be submitted to the R console. Something along the lines of the script editor in S-Plus. Currently Rgui can only display a file read-only in a pager. As far as I can tell there's been little motivation to implement an editor, as most developers use (the
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Simon, > On Jun 11, 2020, at 9:00 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Wayne, > > that one is unrelated, but interesting - you can fix it with > > sudo install_name_tool -change \ > /usr/local/lib:/opt/X11/lib/libtk8.6.dylib \ > /usr/local/lib/libtk8.6.dylib \ > /usr/local/bin/wish8.6...
2020 Nov 04
2
parallel PSOCK connection latency is greater on Linux?
...be exposed to the R user so that they might determine what is best for their potentially latency- or throughput-sensitive application? > > Best, > Jeff > > On Mon, Nov 2, 2020 at 14:05, I?aki Ucar <iucar at fedoraproject.org> wrote: >> On Mon, 2 Nov 2020 at 02:22, Simon Urbanek <simon.urbanek at r-project.org> wrote: >>> It looks like R sockets on Linux could do with TCP_NODELAY -- without (status quo): >> How many network packets are generated with and without it? If there >> are many small writes and thus setting TCP_NODELAY causes many small...
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...whereas --enable just pulls a lever somewhere ...]. Merry Xmas! Simon platform powerpc-apple-darwin7.2.0 arch powerpc os darwin7.2.0 system powerpc, darwin7.2.0 status Under development (unstable) major 1 minor 9.0 year 2003 month 12 day 22 language R --- Simon Urbanek Department of computer oriented statistics and data analysis University of Augsburg Universit?tsstr. 14 86135 Augsburg Germany Tel: +49-821-598-2236 Fax: +49-821-598-2200 Simon.Urbanek@Math.Uni-Augsburg.de http://simon.urbanek.info
2002 Jul 01
3
patch: readline support for sftp
...o I'm not sure if anything special except for readline headers, libs and termcap or curses are needed. If someone feels like replacing it with more generic readline detection, feel free. Please CC any comments to my e-mail address since I'm not on the mailing list. Thanks. Simon -- Simon Urbanek --------------------------------------------------------- e-mail : Simon at Urbanek.info ICQ : 41784514 Homepage: http://simon.urbanek.info/ Air conditioned environment, do not open Windows ! ... use Linux ! ---------------------------------------------------------...
2020 Apr 28
2
mclapply returns NULLs on MacOS when running GAM
...on Rstudio 1.2.5033. I was also running this code without error on Ubuntu in Rstudio. Checking again on the terminal and it does indeed work fine even with large data.frames. Any idea as to what interaction between Rstudio and mclapply causes this? Thanks, Shian On 28 Apr 2020, at 7:29 pm, Simon Urbanek <simon.urbanek at R-project.org<mailto:simon.urbanek at R-project.org>> wrote: Sorry, the code works perfectly fine for me in R even for 1e6 observations (but I was testing with R 4.0.0). Are you using some kind of GUI? Cheers, Simon On 28/04/2020, at 8:11 PM, Shian Su <su.s at w...
2003 Aug 29
1
about REPL and loops in general ...
...rt (we could provide single-threaded REPL as fallback for those who don't) and the above is fairly easy to implement in pthreads (and compatible) as well as Windows. I'm willing to provide code for the latter approach or to help with the first one if necessary. Cheers, Simon --- Simon Urbanek Department of computer oriented statistics and data analysis University of Augsburg Universit?tsstr. 14 86135 Augsburg Germany Tel: +49-821-598-2236 Fax: +49-821-598-2200 Simon.Urbanek@Math.Uni-Augsburg.de http://simon.urbanek.info
2019 Apr 13
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
On Sat, 13 Apr 2019 at 18:41, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Sure, but that a completely bogus argument because in that case it would fail even more spectacularly with any other method like PSOCK because you would *have to* allocate n times as much memory so unlike mclapply it is guaranteed to fail. Wit...
2024 Apr 22
1
Is ALTREP "non-API"?
On Mon, Apr 22, 2024 at 5:14?PM Simon Urbanek <simon.urbanek at r-project.org> wrote: > > > > On Apr 22, 2024, at 7:37 PM, Gabriel Becker <gabembecker at gmail.com> > wrote: > > > > Hi Yutani, > > > > ALTREP is part of the official R api, as illustrated by the presence of > > src/includ...