search for: 3.4.0

Displaying 20 results from an estimated 831 matches for "3.4.0".

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
2017 Sep 07
0
withr::set_makevars
withr:::set_makevars() can give that error if the makefile named by the 'old_path' argument (default "~/.R/Makevars) contains more than one definition of a variable of the form 'name=value'. You can see what file it is reading and its contents by using the trace() function: trace(withr:::set_makevars, quote({ cat(old_path, "\n"); writeLines(paste0(" ",
2018 Jan 27
1
R (>= 3.4.0): integer-to-double coercion in comparisons no longer done (a good thing)
Hi, there was a memory improvement done in R going from R 3.3.3 to R 3.4.0 when it comes to comparing an integer 'x' an double 'y' (either may be scalar or vector). For example, in R 3.3.3, I get: > getRversion() [1] '3.3.3' > x <- integer(1000) > y <- double(1000) > profmem::profmem(z <- (x < y)) Rprofmem memory profiling of: z <- (x < y)
2017 May 11
2
bug report: nlme model-fitting crashes with R 3.4.0
On 11 May 2017 at 10:17, Erwan Le Pennec wrote: | Dear all, | | I've stumbled a similar issue with the package cluster when | compiling the 3.4.0 version with the settings of Fedora RPM specs. | Compiling R with the default setting of configure yields a version that | works for cluster... and nlme. | | I did not find the exact option that was the cause of this issue | but
2017 Apr 25
4
R-3.4.0 and recommended packages
Am Dienstag, 25. April 2017, 08:50:34 schrieb Dirk Eddelbuettel: > On 25 April 2017 at 14:58, G?ran Brostr?m wrote: > | hello, > | > | I just installed R-3.4.0 from scratch: > | > | $ sudo apt install r-base > | > | but when I try > | > | > library(survival, lib.loc = "/usr/lib/R/library") > | > fit <- coxph(Surv(exit, event) ~ x, data =
2013 Jul 15
4
GlusterFS 3.4.0 and 3.3.2 released!
Hi All, 3.4.0 and 3.3.2 releases of GlusterFS are now available. GlusterFS 3.4.0 can be downloaded from [1] and release notes are available at [2]. Upgrade instructions can be found at [3]. If you would like to propose bug fix candidates or minor features for inclusion in 3.4.1, please add them at [4]. 3.3.2 packages can be downloaded from [5]. A big note of thanks to everyone who helped in
2014 Mar 17
0
CEBA-2014:0296 CentOS 6 suitesparse FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0296 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0296.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: e098105f40eb24ac304e3c95eb7d4ca90b42a511f942f6183c8c253019a8baca suitesparse-3.4.0-9.el6.i686.rpm
2013 Sep 24
4
NFS crashes on Gluster 3.4.0
Hi, since we switched to NFS(due to many small files) we are experiencing heavy problems with Glusters NFS daemon. About once a day, the Gluster NFS process just crashes on one of the machines and doesn't come up again until I issue a restart of the Gluster daemon on that node. Sometimes the crashed node will even crash again after the restart. We have a ~2TB volume with 6 bricks on 5
2017 Jun 28
1
regexec() bug in R 3.4.0
Hi, In R 3.4.0, the "Pattern Matching and Replacement" documentation that describes regexec(), gregexpr(), etc. states that the "text" argument to regexec is a character vector, "or an object which can be coerced by as.character to a character vector": regexec(pattern, text, ignore.case = FALSE, perl = FALSE, fixed = FALSE, useBytes = FALSE)
2017 Jun 15
2
Updating R 3.4.0 for ubuntu
Hi there, When R upgraded to 3.4.0, a bug was introduced into the Sweave command (it returned an exit code of 1, even on success), which has broken our reporting make files. This has been fixed in the source (thanks to Martin M?chler). I am using R on ubuntu (xenial) and was wondering if the 3.4.0 binary could be updated with the patched version, so that the patch flows through. This will
2017 May 14
0
R 3.4.0 for Debian stable and testing
Dear all, With this email I would like to announce the availability of R 3.4.0 for jessie and stretch on CRAN. Please excuse the delay, caused by some uncertainty about how to deal properly with the incompatibility of R 3.4.0 with packages compiled with earlier versions that use calls to .C and .Fortran in their code as described in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861333
2017 Apr 27
2
R-3.4.0 and recommended packages
Am Dienstag, 25. April 2017, 11:21:31 schrieb Dirk Eddelbuettel: > On 25 April 2017 at 16:11, Johannes Ranke wrote: > | This looks similar to what I got this morning when I tested my > | (unreleased) > | backport of R 3.4.0 to Debian jessie. My test was > | > | library(MASS) > | example(rlm) > | > | and there was an object that was not found. I am on a train on the way
2017 May 11
2
R 3.4.0 RPMS
Dear Tom, I see that RPMS for R 3.4.0 are not successfully built on Fedora, nor on RHEL 7. https://koji.fedoraproject.org/koji/packageinfo?packageID=1230 When I build with mock on Fedora 25 I also get a build failure. R is not able to establish the time zone inside the chroot and this triggers a regression tests which is new in R 3.4.0. Specifically, in file tests/reg-tests-1d.R this test
2017 Jul 15
2
readLines without skipNul=TRUE causes crash
I see the problem on Windows 10, R-3.4.0, R.exe. It is not compiled for debugging but gdb gives some information when I attach the debugger after the 'R..has stopped working' popup appears. I don't know how reliable it is: (gdb) info threads Id Target Id Frame * 4 Thread 11848.0x1500 0x00007ffe38dc8861 in ntdll!DbgBreakPoint () from
2007 Mar 24
3
[LLVMdev] Compilation problems
Hi, I try to compile LLVM and the GCC frontend for LLVM. The steps that I follow are first to compile LLVM and later to compile GCC front end. I tried to compile LLVM 1.8, 1.9 releases and the CVS versions. I tried to compile with different GCC compilers 3.4.0, 4.1.2 and 4.2.0 GCC compilers 3.4.0 and 4.2.0 fail compiling LLVM sources. GCC 4.1.2 works. I cannot compile GCC front end. When I
2017 Jul 21
2
Installing R 3.4.0 on Red Hat 6
I am trying to install R 3.4.0 on RHEL6. If I look here is it there: http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/ I did this: sudo subscription-manager repos --enable rhel-6-server-optional-rpms sudo subscription-manager repos --enable rhel-6-server-extras-rpms wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm epel-release-latest-6.noarch.rpm Which all
2017 May 11
0
bug report: nlme model-fitting crashes with R 3.4.0
On Thu, 2017-05-11 at 06:37 -0500, Dirk Eddelbuettel wrote: > On 11 May 2017 at 10:17, Erwan Le Pennec wrote: > > ?????Dear all, > > > > ?????I've stumbled a similar issue with the package cluster when? > > compiling the 3.4.0 version with the settings of Fedora RPM specs.? > > Compiling R with the default setting of configure yields a version > > that?
2013 Jun 28
0
CEBA-2013:0988 CentOS 6 suitesparse FASTTRACK Update
CentOS Errata and Bugfix Advisory 2013:0988 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0988.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 35f5f6123c3f12d11fc675f50f698c7bbb8e4cad6fd339222d41e7a7c591cf21 suitesparse-3.4.0-8.el6.i686.rpm
2009 Apr 18
2
Comiling xen-3.4.0-rc2
Hello, I''m installs xena 3.4.0-rc2 to test , and I would like to know if it is possible not to download on kernel 2.6.18, since I have installed 2.6.26-2 (debian lenny 5.0)? Regards, For@ll _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Jul 17
0
readLines without skipNul=TRUE causes crash
The original file had a lot of trailing null bytes so I tried making a similar file with: tf <- tempfile(); file <- file(tf, "wb") for(i in 1:(2^15-1))writeBin(rep(as.raw(32:127), len=2^16), file) for(i in 1:(2^15-1))writeBin(rep(as.raw(0L), len=2^16), file) close(file) log2(file.size(tf)) #[1] 31.99996 Reading this with readLines() caused R-3.4.0 to segfault in Rf_con_pushback