Skip to content

Commit

Permalink
docs: 📝 tasks to do during project work
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jan 17, 2025
1 parent 7f94439 commit 0ba79ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vignettes/tasks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ problems %>%

Now we need to assign the learners to the groups.

```{r}
create_github_org(course_id)
```

```{r}
# TODO: Include this as part of create_teams?
gh_team_names <- expand_grid(team_names, num = 1:2) |>
Expand All @@ -137,5 +141,6 @@ create_gh_instructor_team(instructors, org_name)
```

```{r}
create_github_org(course_id)
clone_team_repos("r-cubed-intro-2025-01")
pull_team_repos("r-cubed-intro-2025-01")
```

0 comments on commit 0ba79ed

Please sign in to comment.