Closed chrisholbrook closed 2 years ago
@jdpye @SoftwareMonk
This branch fixes two critical issues.
(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")
browseVignettes("glatos")
@jdpye @SoftwareMonk
This branch fixes two critical issues.
138 - now reads xlsm files using readr and removes dependence on openxlsx
(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")