Skip to content

Commit

Permalink
Fix R Cmd Check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Apr 5, 2023
1 parent 2928253 commit fe7339a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
17 changes: 9 additions & 8 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
^package\.json$
^turbo\.json$
^yarn\.lock$
^inst\/editor\/(?!build).+$
^inst\/editor\/playwright$
^inst\/build-utils$
^inst\/ast-parsing$
^inst\/communication-types$
^inst\/communication-types$
^inst\/vscode-extension$
^inst\/vscode-extension-client$
^node_modules$
^inst\/editor\/playwright
^inst\/editor\/(?!build).+$
^inst\/vscode-extension-client
^inst\/vscode-extension
^inst\/communication-types
^inst\/r-ast-parsing
^inst\/util-functions
^inst\/build-utils
^inst\/r-package-build-tools
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ Imports:
shiny,
utils,
plotly,
DT,
gridlayout (>= 0.1.0),
bsicons
Suggests:
rmarkdown,
ggplot2,
knitr,
testthat (>= 3.0.0),
rstudioapi,
DT,
plotly
rstudioapi
Remotes:
rstudio/gridlayout,
rstudio/bslib
Expand Down

0 comments on commit fe7339a

Please sign in to comment.