Make quotations in variables consistent.
This commit is contained in:
parent
6c0ea77d1d
commit
59c9816dbf
@ -29,9 +29,9 @@ class RPackrat(Package):
|
|||||||
"""Manage the R packages your project depends on in an isolated, portable,
|
"""Manage the R packages your project depends on in an isolated, portable,
|
||||||
and reproducible way."""
|
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"
|
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')
|
version('0.4.7-1', '80c2413269b292ade163a70ba5053e84')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user