-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #961 from ThinkR-open/dev
- Loading branch information
Showing
83 changed files
with
2,406 additions
and
1,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ | |
^Meta$ | ||
^\.github$ | ||
^revdep$ | ||
README.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
|
||
name: R-CMD-check | ||
|
||
jobs: | ||
R-CMD-check: | ||
runs-on: ${{ matrix.config.os }} | ||
|
||
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- {os: macos-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
|
||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_KEEP_PKG_SOURCE: yes | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
http-user-agent: ${{ matrix.config.http-user-agent }} | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
needs: check | ||
|
||
- uses: r-lib/actions/check-r-package@v2 | ||
with: | ||
upload-snapshots: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,42 @@ | ||
Package: golem | ||
Title: A Framework for Robust Shiny Applications | ||
Version: 0.3.5.9001 | ||
Authors@R: | ||
c(person(given = "Colin", | ||
family = "Fay", | ||
role = c("cre", "aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-7343-1846")), | ||
person(given = "Vincent", | ||
family = "Guyader", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-0671-9270", "previous maintainer")), | ||
person(given = "Sébastien", | ||
family = "Rochette", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-1565-9313")), | ||
person(given = "Cervan", | ||
family = "Girard", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-4816-4624")), | ||
person(given = "Novica", | ||
family = "Nakov", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "David", | ||
family = "Granjon", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "Arthur", | ||
family = "Bréant", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "Antoine", | ||
family = "Languillaume", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "ThinkR", | ||
role = "cph")) | ||
Version: 0.4.0 | ||
Authors@R: c( | ||
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0001-7343-1846")), | ||
person("Vincent", "Guyader", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-0671-9270", "previous maintainer")), | ||
person("Sébastien", "Rochette", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-1565-9313")), | ||
person("Cervan", "Girard", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-4816-4624")), | ||
person("Novica", "Nakov", , "[email protected]", role = "ctb"), | ||
person("David", "Granjon", , "[email protected]", role = "ctb"), | ||
person("Arthur", "Bréant", , "[email protected]", role = "ctb"), | ||
person("Antoine", "Languillaume", , "[email protected]", role = "ctb"), | ||
person("ThinkR", role = "cph") | ||
) | ||
Description: An opinionated framework for building a production-ready | ||
'Shiny' application. This package contains a series of tools for | ||
building a robust 'Shiny' application from start to finish. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/ThinkR-open/golem | ||
BugReports: https://github.com/ThinkR-open/golem/issues | ||
Depends: | ||
Depends: | ||
R (>= 3.0) | ||
Imports: | ||
Imports: | ||
attempt (>= 0.3.0), | ||
cli (>= 2.0.0), | ||
config, | ||
crayon, | ||
desc, | ||
here, | ||
fs, | ||
htmltools, | ||
rlang (>= 1.0.0), | ||
rstudioapi, | ||
shiny (>= 1.5.0), | ||
usethis (>= 1.6.0), | ||
utils, | ||
yaml | ||
Suggests: | ||
covr, | ||
cli (>= 2.0.0), | ||
crayon, | ||
devtools, | ||
dockerfiler (>= 0.2.0), | ||
knitr, | ||
|
@@ -83,11 +55,15 @@ Suggests: | |
tools, | ||
withr, | ||
attachment (>= 0.2.5), | ||
renv | ||
VignetteBuilder: | ||
renv, | ||
usethis (>= 1.6.0), | ||
fs, | ||
rstudioapi, | ||
desc | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.