Skip to content

Commit

Permalink
Merge pull request #10 from rostools/stefnoerman-post-branches
Browse files Browse the repository at this point in the history
Duplicate (but correct) PR for making tables
  • Loading branch information
lwjohnst86 authored Aug 16, 2023
2 parents 7a21b3a + 6baaade commit 19dac4f
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

# - name: Setup R
# uses: r-lib/actions/setup-r@v2
# with:
# use-public-rspm: true
#
# - name: Install dependencies
# uses: r-lib/actions/setup-r-dependencies@v2
# with:
# cache-version: 2
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down
13 changes: 13 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Package: coding-club
Type: Website
Version: 0.0.0.9000
Authors@R:
person("Luke", "Johnston", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4169-2616"))
Encoding: UTF-8
Imports:
dplyr,
gtsummary,
magrittr,
palmerpenguins
License: CC BY 4.0
Loading

0 comments on commit 19dac4f

Please sign in to comment.