Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 507 Bytes

04-setup.md

File metadata and controls

27 lines (18 loc) · 507 Bytes

Setup

This is for admins -- likley the person leading the workshop.

Public

  • https://posit.cloud/ > New Project > New RStudio Project.
  • Settings > Access > All posit cloud users.
  • Work then share the link.

Example:

Install pak, reprex, datapasta, and "org/repo@pr"

install.packages("pak")
pak::pak("reprex")
pak::pak("datapasta")
pak::pak("org/repo@pr")

Private