Skip to contents

check and load latest version of unhcrverse

Usage

unhcrverse(dev = FALSE)

Arguments

dev

Boolean TRUE / FALSE to indicate if the dev version should be used

Value

nothing only messages

list

Examples


# install.packages("pak")
# pak::pkg_install("unhcRverse/unhcRverse")

# unhcrverse::unhcrverse() 

## If you want to contribute to package development, 
# which you are probably if you are currently checking this test :)
# use the version from the developers
# unhcrverse::unhcrverse(dev = TRUE)