Changes in version 0.3.0 - Adjust to new location of templates (thanks @beatrizmilz for issue) - Ask whether to overwrite source code directory before cloning Changes in version 0.2.0 - Adjust to new location of templates (thanks @maelle for PR) - More robust handling of 404 messages - Use gh::gh_token instead of deprecated usethis::github_token - Make testing of created folder contents more robust. Changes in version 0.1.2 - More robust project handling (thanks @rorynolan for PR) - Streamlined initialisation messages - More robust detection of gh username (thanks @benmarwick & @llrs for suggestion) and repository url Changes in version 0.1.1 - Added ability to specify issue_no Changes in version 0.1.0 - Added editor templates to enable editor checks and other duties - git2r updates resolved authentication issues so temporary workaround removed. - Functionality streamlined more stable Changes in version 0.0.4 - Added temporary workaround for git2r authentication issues, created by GitHub security protocol change (esp on macOSX). - pkgreview_init() re-instated allowing for the configuration of the review separately form the creation stage. - More isolated workflow and improved error and exception handling Changes in version 0.0.3 - Added a NEWS.md file to track changes to the package. - Added package level documentation - Combined pkgreview_create() and pkgreview_init() Changes in version 0.0.2 - Addressed initial installation bugs. - Added checks for Rstudio and GitHub credentials Changes in version 0.0.1 - Initial prototype