Skip to content

Commit

Permalink
B1R: final version , added exam data/time
Browse files Browse the repository at this point in the history
  • Loading branch information
rmonajemi committed Nov 9, 2023
1 parent ef0bb08 commit 77d0166
Show file tree
Hide file tree
Showing 64 changed files with 414 additions and 95,134 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,25 @@ To include the course in github pages update `docs/index.Rmd` with link to `docs

The material is tagged with each iteration of the course, with tags such as `B1R_202311`. Create the tags locally and push them to master as follows:

```r
git tag -a <course-tag> -m "<short-description>" # create a tag locally
git push origin <course-tag> # push to remote respo.
```zsh
git tag -a <tag-name> -m "<short-description>" # create a local tag
git push origin <tag-name> # push tag to remote
```

You'll need to fetch remote tags, unknown to you, using:

```r
```zsh
git fetch --tags
```

To remove a tag locally and remote:

```zsh
git tag -d <tag-name> # local
git push --delete origin <tag-name> # remote

```


### Visit live pages

Expand Down
1,565 changes: 6 additions & 1,559 deletions docs/B1R_202311/S00L01c_toc.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S00L02n_materials.html

Large diffs are not rendered by default.

1,583 changes: 15 additions & 1,568 deletions docs/B1R_202311/S01L01l_index.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L02l_introduction0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L03l_basic_calculator0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L03p_basic_calculator0.tasks.nocode.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L03s_basic_calculator0.tasks.code.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L04l_basic_variables0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L04p_basic_variables0.tasks.nocode.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L04s_basic_variables0.tasks.code.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L05l_basic_projects0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L06l_basic_scripts0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L07l_basic_vectors0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L07p_basic_vectors0.tasks.nocode.html

Large diffs are not rendered by default.

1,613 changes: 30 additions & 1,583 deletions docs/B1R_202311/S01L07s_basic_vectors0.tasks.code.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L08l_basic_vectors0a.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S01L08p_basic_vectors0a.tasks.nocode.html

Large diffs are not rendered by default.

1,611 changes: 29 additions & 1,582 deletions docs/B1R_202311/S01L08s_basic_vectors0a.tasks.code.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L01l_tidyverse0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L02l_course_data0.html

Large diffs are not rendered by default.

1,563 changes: 5 additions & 1,558 deletions docs/B1R_202311/S02L03l_dplyr_tibble0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L03p_dplyr_tibble0.tasks.nocode.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L03s_dplyr_tibble0.tasks.code.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L04l_dplyr_select0.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L04p_dplyr_select0.tasks.nocode.html

Large diffs are not rendered by default.

1,561 changes: 4 additions & 1,557 deletions docs/B1R_202311/S02L04s_dplyr_select0.tasks.code.html

Large diffs are not rendered by default.

Loading

0 comments on commit 77d0166

Please sign in to comment.