Make quotations in variables consistent.
This commit is contained in:
parent
6c0ea77d1d
commit
59c9816dbf
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ class RPackrat(Package):
|
|||
"""Manage the R packages your project depends on in an isolated, portable,
|
||||
and reproducible way."""
|
||||
|
||||
homepage = 'https://github.com/rstudio/packrat/'
|
||||
homepage = "https://github.com/rstudio/packrat/"
|
||||
url = "https://cran.r-project.org/src/contrib/packrat_0.4.7-1.tar.gz"
|
||||
list_url = 'https://cran.r-project.org/src/contrib/Archive/packrat'
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/packrat"
|
||||
|
||||
version('0.4.7-1', '80c2413269b292ade163a70ba5053e84')
|
||||
|
||||
|
|
Loading…
Reference in a new issue