-
Notifications
You must be signed in to change notification settings - Fork 74
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 #255 from RinteRface/dev
1.0.1
- Loading branch information
Showing
127 changed files
with
12,728 additions
and
19,887 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
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,7 +1,7 @@ | ||
Package: shinyMobile | ||
Type: Package | ||
Title: Mobile Ready 'shiny' Apps with Standalone Capabilities | ||
Version: 1.0.0 | ||
Version: 1.0.1 | ||
Authors@R: c( | ||
person("David", "Granjon", email = "[email protected]", role = c("aut", "cre")), | ||
person("Victor", "Perrier", email = "[email protected]", role = "aut"), | ||
|
@@ -23,7 +23,7 @@ License: GPL-2 | |
Encoding: UTF-8 | ||
URL: https://github.com/RinteRface/shinyMobile, https://rinterface.github.io/shinyMobile/ | ||
BugReports: https://github.com/RinteRface/shinyMobile/issues | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
|
@@ -34,5 +34,6 @@ Suggests: | |
shinyWidgets, | ||
apexcharter, | ||
ggplot2, | ||
dplyr | ||
dplyr, | ||
bslib | ||
VignetteBuilder: knitr |
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -284,13 +284,21 @@ reference: | |
|
||
|
||
template: | ||
params: | ||
bootswatch: readable | ||
|
||
|
||
bootstrap: 5 | ||
bslib: | ||
info: "#E6F2FD" | ||
pkgdown-nav-height: 100px | ||
includes: | ||
in_header: > | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/atropos.min.css"> | ||
navbar: | ||
bg: info | ||
type: light | ||
|
||
news: | ||
releases: | ||
- text: "shinyMobile 1.0.1" | ||
- text: "shinyMobile 1.0.0" | ||
- text: "shinyMobile 0.9.1" | ||
- text: "shinyMobile 0.9.0" | ||
|
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,13 +1,10 @@ | ||
## Test environments | ||
* RStudio Workbench, R-4.2.1. | ||
* RStudio Workbench, R-4.2.2. | ||
* `rhub::check_for_cran()`. | ||
* win-builder (devel and release). | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs or NOTEs. | ||
|
||
## Note | ||
This is a re-submission: | ||
Reverse dependency LFApp appears to be broken, which was not initially | ||
captured by revdepcheck package during the first submission. A pull request was proposed: https://github.com/fpaskali/LFApp/pull/4 to fix the issue. However the package does | ||
not seem active anymore since about 2 years and the authors did not answer my mail. | ||
This release also fixes a note in https://cran.r-project.org/web/checks/check_results_shinyMobile.html. |
Oops, something went wrong.