Skip to content

Commit

Permalink
Fix NOTE after running win-devel check (#224)
Browse files Browse the repository at this point in the history
* fix: NOTEs after running win-devel check

* chore: depend on [email protected]

---------

Co-authored-by: Jakub Sobolewski <[email protected]>
  • Loading branch information
jakubsob and Jakub Sobolewski committed May 20, 2024
1 parent 36b4d55 commit 93b992c
Show file tree
Hide file tree
Showing 63 changed files with 3,454 additions and 3,539 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
with:
extra-packages: local::. # Necessary to avoid object usage linter errors.

- name: Install shiny.react with React 18.3.1
if: always()
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react")'
- name: Install Node.js and Yarn
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Imports:
jsonlite,
purrr,
shiny,
shiny.react (>= 0.3.0)
shiny.react (>= 0.4.0)
Suggests:
chromote,
covr,
Expand Down
3,536 changes: 1,706 additions & 1,830 deletions R/documentation.R

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Use `shiny.fluent::runExample()` to list all available examples.
<img src="https://avatars0.githubusercontent.com/u/6096772" align="right" alt="" width="6%" />

Appsilon is a **Posit (formerly RStudio) Full Service Certified Partner**.<br/>
Learn more at [appsilon.com](https://appsilon.com).
Learn more at [appsilon.com](https://www.appsilon.com/).

Get in touch [[email protected]](mailto:[email protected])

Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!

<a href = "https://appsilon.com/careers/" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a>
<a href = "https://www.appsilon.com/careers" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a>
32 changes: 16 additions & 16 deletions man/ActivityItem.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions man/Announced.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions man/Breadcrumb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 93b992c

Please sign in to comment.