diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2016-07-04 17:55:10 -0500 |
---|---|---|
committer | Glenn Johnson <glenn-johnson@uiowa.edu> | 2016-07-04 17:55:10 -0500 |
commit | d5abcc5c88a1aef31cba571a03966efded19c4ae (patch) | |
tree | 6ccadb86aaade25ebd6e1833cb9ea428ed74c239 /var | |
parent | 519b760222d953b9c79793e7803526846a814607 (diff) | |
download | spack-d5abcc5c88a1aef31cba571a03966efded19c4ae.tar.gz spack-d5abcc5c88a1aef31cba571a03966efded19c4ae.tar.bz2 spack-d5abcc5c88a1aef31cba571a03966efded19c4ae.tar.xz spack-d5abcc5c88a1aef31cba571a03966efded19c4ae.zip |
Fix flake errors
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-inline/package.py | 3 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/r-plyr/package.py | 3 |
2 files changed, 4 insertions, 2 deletions
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" |