You can install the latest version of ArchaeoCal from our repository with:
options(repos = c(CRAN = "https://cloud.r-project.org",
tesselle = "https://archaeostat.r-universe.dev"))
install.packages("ArchaeoCal")
And the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("ArchaeoStat/ArchaeoCal")
## Load packages
library(ArchaeoCal)