similar to: Please update GPG signature to long format.

Displaying 20 results from an estimated 1200 matches similar to: "Please update GPG signature to long format."

2017 Apr 27
2
R-3.4.0 and recommended packages
On 27 April 2017 at 23:41, Charles Plessy wrote: | Le Thu, Apr 27, 2017 at 07:24:18AM -0500, Dirk Eddelbuettel a ?crit : | > | > On 27 April 2017 at 13:58, Johannes Ranke wrote: | > | Am Donnerstag, 27. April 2017, 06:32:13 schrieb Dirk Eddelbuettel: | > | > On 27 April 2017 at 12:01, Johannes Ranke wrote: | > | | > | > This may be a use case for r-api-4. Or not as it
2018 Sep 06
1
cran-r debian readme used to include security flaw
I had to bust the cache on one of my Docker images and when I rebuilt it I noticed something rather concerning from the `apt-get install` step: gpg: requesting key E084DAB9 from hkp server ha.pool.sks-keyservers.net gpg: key E084DAB9: public key "Totally Legit Signing Key < mallory at example.org>" imported gpg: key E084DAB9: public key "Michael Rutter <marutter at
2015 Nov 06
4
Problems with r-cran-rcurl in Trusty and Vivid. (Re: Install R on Ubuntu with libcurl support)
Hello everybody, by the way, speaking about the r-cran-rcurl package in Ubuntu, the versions in trusty and vivid are linked by error to the "NSS" flavour of libcurl3 instead of the "OpenSSL flavour", which cause at least problems when using the CRAN devtools package. A bit more details are available in the Debian bug tracking system (https://bugs.debian.org/786473). I am not
2012 May 29
0
Bug#672104: ITP: pv-grub-menu.lst
On Thu, 2012-05-24 at 09:08 +0900, Charles Plessy wrote: > Le Fri, May 11, 2012 at 04:17:39PM +0100, Ian Campbell a ?crit : > > > > Can I just check I understand the motivation for this script properly. > > > > There are two ways of setting up the disk for a VM. > > > > The first is the "whole disk" scheme. In this configuration the VM > >
2012 Sep 05
1
Refresh times very slow for simple plots.
Hello everybody, On my system (R 2.15.1-4 on Debian Stable plus some updates), resizing graphic windows (by stretching their borders with the mouse) takes one order of magnitude more time than redrawing them (by running the command again). For instance, the command ??plot(data.frame(rnorm(10), rnorm(10), rnorm(10)))?? is executed almost instantely, but if I resize the graphics window, it takes 3
2017 Apr 27
0
R-3.4.0 and recommended packages
Le Thu, Apr 27, 2017 at 07:24:18AM -0500, Dirk Eddelbuettel a ?crit : > > On 27 April 2017 at 13:58, Johannes Ranke wrote: > | Am Donnerstag, 27. April 2017, 06:32:13 schrieb Dirk Eddelbuettel: > | > On 27 April 2017 at 12:01, Johannes Ranke wrote: > | > | > This may be a use case for r-api-4. Or not as it doesn't break _all_ > | > packages so I am not sure we
2017 Nov 19
2
Debian backport on Stretch?
Le Sat, Nov 18, 2017 at 03:26:53PM -0800, Bill Harris a ?crit : > Incidentally, you can see a bit more complete description at > https://unix.stackexchange.com/questions/402560/how-do-i-install-r-on-debian-stretch-given-the-r-api-3-issue > . Hi Bill and everybody, if one installs R >= 3.4.2 from any source, then some Debian packages will be broken. The change of r-api virtual
2020 Apr 27
2
hash sum mismatch (tested on xenial cran35 repo ) startnig 4/27
Starting 4/27/2020 I started having issues installing r-base/dev packages on unbuntu 16.04. Here are the commands I used based on https://cran.r-project.org/bin/linux/ubuntu/README.html echo "deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/" | sudo tee -a /etc/apt/sources.list gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys
2017 Apr 27
3
R-3.4.0 and recommended packages
On 27 April 2017 at 13:58, Johannes Ranke wrote: | Am Donnerstag, 27. April 2017, 06:32:13 schrieb Dirk Eddelbuettel: | > On 27 April 2017 at 12:01, Johannes Ranke wrote: | > | > so it seems to me this must affect all packages in Debian sid that were | > | > built before the release of R 3.4.0! | > | | > | or rather before 14 April 2017, which is when R from revision r72510
2008 Aug 25
1
cbind in data.frame
hi, when I used cbind to combine columns, some contents of columns has been replaced by number. in the script below, column should be aaa,bbb,ccc but I was given 1,2,3. but when I change the column to vector, it gave me correct contents. can you please tell me why?   > d<-read.table("aaa.txt") > d    V1  V2 1 aaa 123 2 bbb 345 3 ccc 986 > cbind(d[,1],d[,2])      [,1] [,2]
2015 Nov 05
2
Install R on Ubuntu with libcurl support
For precise, from which you should really upgrade, you need to look at the very `help(options)` I pointed you to and select _the external curl or wget_ as the method for `download.file()`. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2007 Feb 20
1
Difficulties with dataframe filter using elements from an array created using a for loop or seq()
Hi All- This seems like such a pathetic problem to be posting about, but I have no idea why this testcase does not work. I have tried this using R 2.4.1, 2.4.0, 2.3.0, and 2.0.0 on several different computers (Mac OS 10.4.8, Windows XP, Linux). Below the signature, you will find my test case R code. My point in this folly is to take a dataframe of 300,000 rows, create a filter based on two
2020 Mar 28
1
Advice on article about installing R on Linux
On 28 March 2020 at 14:04, Robin Lovelace wrote: | To the list this time... | | On Sat, Mar 28, 2020 at 2:03 PM Robin Lovelace <rob00x at gmail.com> wrote: | | > Hi Dirk, | > | > Thanks for the quick response. | > | > I've updated the draft post following your suggestions, see the updated | > version, in nice .md format, here: | >
2020 Mar 28
1
Advice on article about installing R on Linux
On 3/28/20 10:04 AM, Robin Lovelace wrote: > To the list this time... > > On Sat, Mar 28, 2020 at 2:03 PM Robin Lovelace <rob00x at gmail.com> wrote: > >> Hi Dirk, >> >> Thanks for the quick response. >> >> I've updated the draft post following your suggestions, see the updated >> version, in nice .md format, here: >>
2017 Nov 18
2
Debian backport on Stretch?
I got a new laptop in September and installed Stretch (I had been using Jessie), and I tried to follow the instructions on https://cran.r-project.org/bin/linux/debian/, as I had multiple times in the past: I added deb http://cran.wustl.edu/bin/linux/debian stretch-cran34/ to the end of sources.list, I followed the rest of the above directions as of early September, as best I recall, and I only
2020 Mar 28
4
Advice on article about installing R on Linux
Dear list, I've drafted an article on installing geographic R packages on Linux computers and would appreciate any feedback. Is the following text correct, useful and future-proof?: R?s spatial packages can be installed from source on recent (since Ubuntu 19.04) versions of this popular operating system, once the appropriate repository has been set-up, meaning faster install times (only a
2008 May 13
2
pch="." plots much faster
Dear list, I realised by chance when analysing a 1521862 ? 8 matrix that plotting was much faster when using "." as the argument of `pch'. I was just wondering if there were other ways to get this speed improvement: it is otherwise quite difficult to explore such big matrices, especially given that X11 redraws the plot whenever its window is covered/uncovered by another window, or
2013 May 11
1
clean wheezy, R intrigue, squeeze-cran3 requires liblzma2?
Hi. On the release version of Debian Wheezy, I am missing symbols for left and right brackets in plotmath. Anybody see similar trouble while reviewing demo(plotmath)? This is a completely clean, fresh install. I've not installed any peculiar libraries or packages, except R, the installation of which still puzzles me. I configured a CRAN mirror for packages using squeeze-cran3 folder, and
2005 Jun 23
1
heatmap not symmetric ?
Dear list, I hope it is not a FAQ, but I searched the archives and Google, and found nothing. The question is simple : I do not understand why, starting from a symmetrical correlation matrix, heatmap produces an asymmetrical image. Best, Charles -- Charles Plessy, Ph.D. - Genome Science Laboratory The Institute for Physical and Chemical Research (RIKEN) 2-1 Hirosawa, Wako, Saitama 351-0198,
2015 Nov 26
1
Issues starting RStudio Server and release file expiration under Debian (Jessie)
Hi! I am a new user of Debian and am having an issue loading RStudio Server, which may or may not be related to a previous 'Release file expiration error' when trying to perform apt-get update prior to installing r-base into my remote Debian system. E: Release file for http://mirror.optus.net/debian/dists/jessie-updates/InRelease is expired (invalid since 13d 17h 49min 2s). Updates for