Skip to content

Commit

Permalink
Updated A1 to not use github pages for pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Mar 15, 2024
1 parent f00471a commit 5ed7554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assignments/A1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Your package should have the following features:
2. Each user-facing function in the package should have a roxygen header including an example.
3. Each user-facing function in the package should have at least one test written using `testthat`.
4. The package should use Github Actions to run the tests on every commit.
5. The package should have a pkgdown website that is automatically deployed via Github Actions.
5. The package should have a pkgdown website that can be deployed locally.

For this first assignment, the package does not need to be complete. It should contain at least one user-facing function. You will have the opportunity to improve and extend the package in subsequent assignments.

Expand All @@ -44,7 +44,7 @@ For this first assignment, the package does not need to be complete. It should c
* 2 marks for appropriate use of vectors, functions, and environments.
* 3 marks for appropriate tests using `testthat`.
* 2 marks for using GitHub Actions to run a package check including tests on every commit.
* 2 marks for using GitHub Actions to generate a pkgdown website that is automatically deployed using GitHub pages.
* 2 marks for generating a pkgdown website that can be deployed locally.

```{r}
#| output: asis
Expand Down

0 comments on commit 5ed7554

Please sign in to comment.