rstudio / packrat

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

unbound variable discovered during check #691

Closed aronatkins closed 1 year ago

aronatkins commented 1 year ago

Identified from R CMD check --as-cran packrat_*.tar.gz:

* checking R code for possible problems ... NOTE
appendRemoteInfoToDescription: no visible binding for global variable
  ‘pkgRecord’
Undefined global functions or variables:
  pkgRecord

https://github.com/rstudio/packrat/blob/a4b088a61194d211701f5c077a4497503d5372a3/R/restore.R#L990-L992