Skip to content

Commit

Permalink
use setup deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 24, 2023
1 parent af47cc2 commit 44b1e1d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
4 changes: 2 additions & 2 deletions .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2

- name: Cache bookdown results
uses: actions/cache@v3
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: _book
53 changes: 53 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Package: Advanced-R-exercises
Type: Book
Title: Solutions to exercises from Hadley Wickham's _Advanced R_ (2nd edition)
Version: 0.1.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Description: This presentation summarizes my understanding of best practices in
naming things for software development. This is not a package, and the
DESCRIPTION file is included to make it easier to install required packages
in GitHub action workflows.
URL: https://github.com/IndrajeetPatil/Advanced-R-exercises
BugReports: https://github.com/IndrajeetPatil/Advanced-R-exercises/issues
Depends:
R (>= 4.1.0)
Imports:
bench,
dbplyr,
emo,
ggbeeswarm,
ggplot2,
lobstr,
memoise,
profvis,
Rcpp,
rlang,
RSQLite,
scales,
sloop,
testthat,
tidyr,
vctrs,
zeallot
Suggests:
bslib,
downlit,
bookdown,
desc,
jsonlite,
knitr,
png,
sessioninfo,
xml2
Remotes:
hadley/emo
LazyData: false
License: CC0 1.0 Universal
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000

0 comments on commit 44b1e1d

Please sign in to comment.