similar to: <p>R encountered a fatal error. </p> The session was terminated. + *** caught illegal operation ***

Displaying 20 results from an estimated 10000 matches similar to: "<p>R encountered a fatal error. </p> The session was terminated. + *** caught illegal operation ***"

2017 Oct 26
0
<p>R encountered a fatal error. </p> The session was terminated. + *** caught illegal operation ***
How about going back to earlier versions if you don't need the latest ones? On Thu, Oct 26, 2017 at 12:59 PM, Klaus Michael Keller < klaus.keller at graduateinstitute.ch> wrote: > Dear all, > > I just installed the "Short Summer" R update last week. Now, my R Studio > doesn't open anymore! > > --> <p>R encountered a fatal error. </p> The
2017 Oct 26
2
<p>R encountered a fatal error. </p> The session was terminated. + *** caught illegal operation ***
I've seen similar issues reported on the RStudio community site: https://community.rstudio.com/. You might want to check in there, as I think this may well be an RStudio issue rather than a problem with R itself. Dave On 26 October 2017 at 12:11, Eric Berger <ericjberger at gmail.com> wrote: > How about going back to earlier versions if you don't need the latest ones? >
2017 Oct 26
0
<p>R encountered a fatal error. </p> The session was terminated. + *** caught illegal operation ***
Also, check whether R runs standalone, either as Rgui or in Terminal.app (just start Terminal and type "R" if you haven't tried it before.) -pd > On 26 Oct 2017, at 14:57 , David Barron <dnbarron at gmail.com> wrote: > > I've seen similar issues reported on the RStudio community site: > https://community.rstudio.com/. You might want to check in there, as I
2018 Aug 27
3
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra (10.12.6) host to Arch guest via local NAT port forwarding failed, but via Arch LAN IP worked, downgraded OpenSSH from 7.8p1 to 7.7p1 fixed the problem. Any idea about this bug? VMware Fusion NAT Port Forwarding setup: VMware Fusion ? NAT Port Forwarding
2018 Aug 28
3
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
On Mon, 27 Aug 2018, Stuart Henderson wrote: > On 2018-08-27, Zach Cheung <kuroro.zhang at gmail.com> wrote: > > After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with > > OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra > > (10.12.6) host to Arch guest via local NAT port forwarding failed, but via > > Arch LAN IP worked,
2018 Aug 27
2
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
On 2018-08-27, Stuart Henderson <stu at spacehopper.org> wrote: > On 2018-08-27, Zach Cheung <kuroro.zhang at gmail.com> wrote: >> After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with >> OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra >> (10.12.6) host to Arch guest via local NAT port forwarding failed, but via >>
2017 Aug 29
1
Print all In new window R 3.4.1 post-installation problems in Mac OSX 10.12.6
Hi, I installed R 3.4.1 on Mac OSX 10.12.6 version. On opening Preferences and trying to change the editor font by clicking the select button I get following error message in R. 2017-08-28 11:57:41.551 R[809:11355] *** RController: caught ObjC exception while processing system events. Update to the latest GUI version and consider reporting this properly (see FAQ) if it persists and is not
2018 May 10
2
readLines() behaves differently for gzfile connection
When I read a .gz file with readLines() in 3.4.3, it returns text (and a warning). In 3.5.0, it gives a warning, but no text. Is this expected behavior or a bug? 3.4.3: > source_file = "1k_annotation.gz" > readfile_con <- gzfile(source_file, "r") > readLines(readfile_con, n = 5) [1] "#chr\tpos\tref\talt\t <truncated output here> Warning message: In
2017 Dec 19
1
abort
FYI. G?bor ? R --vanilla -q > sessionInfo() R version 3.4.3 (2017-11-30) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Sierra 10.12.6 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib locale: [1]
2018 Jan 02
2
How to configure Time Machine backups?
Hi, I’m migrating from AFP to Samba and would like to configure Time Machine to write backups over network to a SAMBA share. I use samba version 4.3.11 (deb package version 2:4.3.11+dfsg-0ubuntu0.16.04.12) on Ubuntu 16 LTS. My setup macOS Sierra 10.12.6 and a simple standalone SAMBA server with the following configuration: [global] workgroup = LAB server string = SATURN security = user
2017 Sep 08
1
Bug: dput/deparse with named character vector inside list
Hi, I noticed some R-devel failures on CRAN on a package I maintain: https://cloud.r-project.org/web/checks/check_results_httptest.html It appears that 'dput'/'deparse' is returning an invalid object when there is a named character vector inside a list. Here is a minimal example that reproduces the issue: > z <- list(a=c(b="foo")) > str(z) List of 1 $ a: Named
2017 Jul 24
2
Loading Rcmdr
With the lastest version of R 3.4.1 I have not been able to loard Rcmdr. Advice please. Thank you, Jack Talley, PhD [[alternative HTML version deleted]]
2018 May 10
1
readLines() behaves differently for gzfile connection
You bet - it's available on github at https://github.com/UW-GAC/wgsaparsr/blob/master/tests/testthat/1k_annotation.gz -Ben On Thu, May 10, 2018 at 4:17 PM, Michael Lawrence <lawrence.michael at gene.com > wrote: > Would it be possible to get that file or a representative subset of it > somewhere so that I can reproduce this? > > Thanks, > Michael > > On Thu, May
2018 Sep 19
5
segfault issue with parallel::mclapply and download.file() on Mac OS X
I have an lapply function call that I want to parallelize. Below is a very simplified version of the code: url_base <- "https://cloud.r-project.org/src/contrib/" files <- c("A3_1.0.0.tar.gz", "ABC.RAP_0.9.0.tar.gz") res <- parallel::mclapply(files, function(s) download.file(paste0(url_base, s), s)) Instead of download a couple of files in parallel, I get a
2015 Jul 06
3
Mappery inquiry
Last time I tried, a few years back, Wine was not yet up to handling Garmin's proprietary topo map software. It would install, and sometimes even work, so long as I didn't try to connect a GPS to it. (The ones I have are all also Garmins -- old ones wanting a serial port.) I made a huge effort, for most of a year, with a lot of help from high-powered Alpha Plus Technoids on several
2017 Sep 06
3
withr::set_makevars
Hi All; This problem has come about from trying to learn some of the review practices recommend by rOpensci. One of them is to use the package goodpractice. After installing goodpractice, it kept failing on my own packages which are under development, and I was concerned something was funny in my own , so I have a fork of the package rerddap, and I tested goodpractice on that. I get the
2004 Sep 28
0
Dreamweaver MX encountered a fatal exception
> Is there anything else I can try to help debugging? The error has me > stumped. I can run Dreamweaver MX on a Windows 98 machine, using the > install on Linux (since the Dreamweaver is in a shared folder). But > it just won't run under wine. Neither will FreeHand MX, FWIW. Unless you want to become a Wine developer, I'm afraid not. Or at least, I'm out of ideas for
2018 Aug 16
2
Xenial rpart package on CRAN built with wrong R version?
I manually downloaded the rpart package and installed it using dpkg, without removing the old rpart package first, and now everything works. During the installation, dpkg said: Unpacking r-cran-rpart (4.1-13-1cran1xenial0) over (4.1-13-1cran1xenial0) So again, it seemed that the new version had been installed, but it really wasn?t. I had no idea that something like this could happen. Huh.
2007 Jan 17
5
percent sign in plot annotation
Hello, I would like to annotate a graph with the expression 'alpha = 5%' (the alpha should be displayed as the greek letter). I tried > text(1,1,expression(alpha == 5%)) which gives a syntax error. escaping the percent sign (\%) or doubling (%%) does not help. What do I do? Thanks, Martin Keller-Ressel -- Martin Keller-Ressel Research Unit of Financial and Actuarial
2018 Aug 14
2
Xenial rpart package on CRAN built with wrong R version?
I?m not using the PPA, but the CRAN mirror from https://cran.r-project.org/bin/linux/ubuntu/#installation: deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/ On 14 Aug 2018, at 12:25, George N. White III <gnwiii at gmail.com<mailto:gnwiii at gmail.com>> wrote: qOn Tue, 14 Aug 2018 at 05:04, Ulrich KELLER <ulrich.keller at uni.lu<mailto:ulrich.keller at