USGS-VIZLAB / vizlab

Package with utilities for building vizlab pages
Creative Commons Zero v1.0 Universal
25 stars 14 forks source link

remove checkVizPackages #395

Open aappling-usgs opened 5 years ago

aappling-usgs commented 5 years ago

See https://github.com/USGS-VIZLAB/gage-conditions/pull/40#discussion_r257421345: we're trying out a Docker approach for vizzy development, and if that turns out to be as easy and useful as we anticipate, then we want to move package management from the vizlab package into vizzy-specific Dockerfiles.

David looked into this and determined that likey steps are:

  1. Remove the checkVizPackages() call from vizmake()
  2. Delete the definition of checkVizPackages() and any associated code that doesn't get used elsewhere.