Pulls and installs the latest Docker image used by bioRad from Docker hub

update_docker(mistnet = FALSE)

Arguments

mistnet

logical. When True, installs MistNet segmentation model, downloading an additional 1GB Docker image (see apply_mistnet for details).

Value

the POSIXct creation date of the installed Docker image

Details

This command pulls the latest vol2bird Docker image from Docker hub. Run this command to ensure all Docker functionality (e.g. the calculate_vp function) runs at the latest available version.

To install the MistNet segmentation model into bioRad, run update_docker(mistnet = TRUE)

Examples

# \dontrun{
# update the vol2bird docker image:
update_docker()
#> Succesfully installed Docker image with vol2bird version 0.5.0.9169 , including MistNet. 
#> [1] "2021-02-05 16:32:46 UTC"
# }