robertzk / lockbox

Bundler-style dependency management for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package:jsonlite used in devtools_substitutes.R but not in Imports or Suggests

russellpierce opened this issue · comments

As the title says... is this okay? It seems to annoy CMD CHECK.

I think it's "okay" as in the package will still be functional, but it is not desirable from stability and maintainability standpoints. We should fix it.

Alright. Sounds good. jsonlite doesn't look too add any upstream dependencies so it shouldn't be a big deal. https://github.com/jeroen/jsonlite/blob/master/DESCRIPTION I'll probably be poking around in this codebase later this week. If nobody else jumps on it, then I'll fix it.

Thanks @russellpierce , good point. Fixed here. Feel free to re-open the issue if R CMD CHECK isn't happy.