ocean-tracking-network / glatos

9 stars 4 forks source link

Fix 138 remove openxlsx #168

Closed chrisholbrook closed 2 years ago

chrisholbrook commented 2 years ago

@jdpye @SoftwareMonk

This branch fixes two critical issues.

  1. 138 - now reads xlsm files using readr and removes dependence on openxlsx

  2. (not a formal issue) but a missing space in data_loading_vignette.Rmd prevented vignette build on install.

Once merged to master, we should also update install instructions wiki:

install_github("ocean-tracking-network/glatos", build_vignettes = TRUE)

This allows access to vignettes and workshop handouts via browseVignettes("glatos")