-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update description and cran comments.
- Loading branch information
1 parent
8547e4e
commit e19a9b5
Showing
2 changed files
with
11 additions
and
16 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Authors@R: | |
Maintainer: Krystian Igras <[email protected]> | ||
Description: Common API for filtering data stored in different data models. | ||
Provides multiple filter types and reproducible R code. | ||
Works standalone or with 'shinyCohortBuilder' as the GUI for interactive shiny apps. | ||
Works standalone or with 'shinyCohortBuilder' as the GUI for interactive Shiny apps. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,15 @@ | |
## `R CMD check cohortBuilder_0.1.tar.gz --as-cran` results | ||
|
||
``` | ||
* using log directory ‘/home/krystian/Projects/Packages/cohortBuilder.Rcheck’ | ||
* using R version 4.1.2 (2021-11-01) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
... | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Krystian Igras <[email protected]>’ | ||
New submission | ||
... | ||
Status: 1 NOTE | ||
``` | ||
|
||
|
@@ -32,9 +41,6 @@ Note regarding checking CRAN incoming feasibility. | |
Maintainer: 'Krystian Igras <[email protected]>' | ||
New submission | ||
Possibly mis-spelled words in DESCRIPTION: | ||
shinyCohortBuilder (14:54) | ||
... | ||
Status: 1 NOTE | ||
``` | ||
|
@@ -48,30 +54,19 @@ Status: 1 NOTE | |
Maintainer: 'Krystian Igras <[email protected]>' | ||
New submission | ||
Possibly misspelled words in DESCRIPTION: | ||
backend (14:42) | ||
shinyCohortBuilder (14:54) | ||
... | ||
Status: 1 NOTE | ||
``` | ||
|
||
``` | ||
* using log directory 'd:/RCompile/CRANguest/R-devel/cohortBuilder.Rcheck' | ||
* using R Under development (unstable) (2022-05-30 r82436 ucrt) | ||
* using R Under development (unstable) (2022-05-31 r82437 ucrt) | ||
* using platform: x86_64-w64-mingw32 (64-bit) | ||
... | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Krystian Igras <[email protected]>' | ||
New submission | ||
Possibly misspelled words in DESCRIPTION: | ||
backend (14:42) | ||
shinyCohortBuilder (14:54) | ||
... | ||
Status: 1 NOTE | ||
``` | ||
|
||
Notes mention usage of 'backend' and 'shinyCohortBuilder' words in the description. | ||
The words are correct and intentionally used. |