rstudio / packrat

Packrat is a dependency management system for R
http://rstudio.github.io/packrat/
401 stars 89 forks source link

RemoteType: url #652

Closed aronatkins closed 2 years ago

aronatkins commented 2 years ago

Older versions of remotes (prior to 2.0.2) added RemoteType: url to package DESCRIPTIONs.

https://github.com/r-lib/remotes/commit/5a92ecab33974b3d70c5947db0bd62fde81dce6d

Packrat should treat this similarly to CRAN packages when determining which fields should be included in the hash computation.

https://github.com/rstudio/packrat/blob/63a95e754d59386f26f5bcad8e7129c9eec145dc/R/cache.R#L38-L46