Package Extension guidance on the front page was updated and moved to this location in admiraldev, and a link was added to point to the new location (#61).
CI workflows
admiralci workflows has been updated. Indeed, workflows are not anymore based on renv framework to manage dependencies (devtools is used instead). Moreover, we now use latest version of R for all workflows, and run R CMD CHECKS for following R release version (R latest stable version), R devel version (in development version), and R previous release. More details are available in admiralci doc. As a result, .github/workflows/common.yml file has been updated, and all renv configurations has been removed.