Fix flake errors

This commit is contained in:
Glenn Johnson 2016-07-04 17:55:10 -05:00
parent 519b760222
commit d5abcc5c88
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@
class RInline(Package): class RInline(Package):
"""Functionality to dynamically define R functions and S4 methods with """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" 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" url = "https://cran.r-project.org/src/contrib/inline_0.3.14.tar.gz"

View File

@ -31,7 +31,8 @@ class RPlyr(Package):
all the pieces back together. For example, you might want to fit a model to 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 each spatial location or time point in your study, summarise data by panels
or collapse high-dimensional arrays to simpler summary statistics. The 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" homepage = "http://had.co.nz/plyr"
url = "https://cran.r-project.org/src/contrib/plyr_1.8.4.tar.gz" url = "https://cran.r-project.org/src/contrib/plyr_1.8.4.tar.gz"