Hello! I now live in the R-universe. You can install me, plus my dependencies, like this:
# Tell R where I live
options(repos = unique( c(
closekin= 'https://closekin.r-universe.dev',
markbravington= 'https://markbravington.r-universe.dev',
getOption( 'repos')[ 'CRAN'],
'https://cloud.r-project.org'
)))
install.packages( "crossrepotest")