From d5abcc5c88a1aef31cba571a03966efded19c4ae Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Mon, 4 Jul 2016 17:55:10 -0500 Subject: Fix flake errors --- var/spack/repos/builtin/packages/r-inline/package.py | 3 ++- var/spack/repos/builtin/packages/r-plyr/package.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-inline/package.py b/var/spack/repos/builtin/packages/r-inline/package.py index c972fe0ff0..35eb8ca76f 100644 --- a/var/spack/repos/builtin/packages/r-inline/package.py +++ b/var/spack/repos/builtin/packages/r-inline/package.py @@ -27,7 +27,8 @@ from spack import * class RInline(Package): """Functionality to dynamically define R functions and S4 methods with - inlined C, C++ or Fortran code supporting .C and .Call calling conventions.""" + inlined C, C++ or Fortran code supporting .C and .Call calling + conventions.""" homepage = "https://cran.r-project.org/web/packages/inline/index.html" url = "https://cran.r-project.org/src/contrib/inline_0.3.14.tar.gz" diff --git a/var/spack/repos/builtin/packages/r-plyr/package.py b/var/spack/repos/builtin/packages/r-plyr/package.py index e071050f4a..192e7e8b18 100644 --- a/var/spack/repos/builtin/packages/r-plyr/package.py +++ b/var/spack/repos/builtin/packages/r-plyr/package.py @@ -31,7 +31,8 @@ class RPlyr(Package): all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The - development of 'plyr' has been generously supported by 'Becton Dickinson'.""" + development of 'plyr' has been generously supported by 'Becton + Dickinson'.""" homepage = "http://had.co.nz/plyr" url = "https://cran.r-project.org/src/contrib/plyr_1.8.4.tar.gz" -- cgit v1.2.3-70-g09d2