Lab Machine Setup Instructions

Important

To access Github from the lab, you will need to make sure you are logged in as follows:

  • username: .\daladmin
  • password: Business507!

Remember to (create a PAT and set your git credentials)

  • create your PAT using usethis::create_github_token() ,

  • store your PAT with gitcreds::gitcreds_set() ,

  • set your username and email with

    • usethis::use_git_config( user.name = ___, user.email = ___)