-
Notifications
You must be signed in to change notification settings - Fork 0
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 #37 from r-world-devs/v0.4.2
v0.4.2
- Loading branch information
Showing
5 changed files
with
18 additions
and
11 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: shinyGizmo | ||
Title: Custom Components for Shiny Applications | ||
Version: 0.4.1 | ||
Version: 0.4.2 | ||
Authors@R: c( | ||
person("Krystian", "Igras", , "[email protected]", role = c("cre", "aut")), | ||
person("Adam", "Foryś", role = "ctb"), | ||
|
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 |
---|---|---|
|
@@ -4,15 +4,18 @@ | |
* win-builder | ||
R version 4.1.3 (2022-03-10) | ||
R version 4.2.2 (2022-10-31 ucrt) | ||
R Under development (unstable) (2023-02-23 r83894 ucrt) | ||
R Under development (unstable) (2023-02-27 r83911 ucrt) | ||
|
||
## `R CMD check shinyGizmo_0.4.1.tar.gz --as-cran` results | ||
## `R CMD check shinyGizmo_0.4.2.tar.gz --as-cran` results | ||
|
||
``` | ||
* using log directory ‘/home/krystian/projects/shinyGizmo.Rcheck’ | ||
* using R version 4.2.1 (2022-06-23) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
... | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Krystian Igras <[email protected]>' | ||
... | ||
Status: OK | ||
``` | ||
|
||
|
@@ -46,19 +49,19 @@ The word "UI" intentionally used. | |
* using R version 4.2.2 (2022-10-31 ucrt) | ||
* using platform: x86_64-w64-mingw32 (64-bit) | ||
... | ||
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Krystian Igras <[email protected]>' | ||
... | ||
Status: OK | ||
Status: 1 NOTE | ||
``` | ||
|
||
``` | ||
* using log directory 'd:/RCompile/CRANguest/R-devel/shinyGizmo.Rcheck' | ||
* using R Under development (unstable) (2023-02-23 r83894 ucrt) | ||
* using R Under development (unstable) (2023-02-27 r83911 ucrt) | ||
* using platform: x86_64-w64-mingw32 (64-bit) | ||
... | ||
* checking CRAN incoming feasibility ... [10s] Note_to_CRAN_maintainers | ||
* checking CRAN incoming feasibility ... [15s] NOTE | ||
Maintainer: 'Krystian Igras <[email protected]>' | ||
... | ||
Status: OK | ||
Status: 1 NOTE | ||
``` |
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