From e19a9b5f8576bfe33cbe3e6b9f61a42d42754bc2 Mon Sep 17 00:00:00 2001 From: Krystian Igras Date: Wed, 1 Jun 2022 11:48:09 +0200 Subject: [PATCH] Update description and cran comments. --- DESCRIPTION | 2 +- cran-comments.md | 25 ++++++++++--------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fb8b485..f192e0d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Authors@R: Maintainer: Krystian Igras 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 diff --git a/cran-comments.md b/cran-comments.md index ae6ade8..7fc08a5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 ’ + +New submission +... Status: 1 NOTE ``` @@ -32,9 +41,6 @@ Note regarding checking CRAN incoming feasibility. Maintainer: 'Krystian Igras ' New submission - -Possibly mis-spelled words in DESCRIPTION: - shinyCohortBuilder (14:54) ... Status: 1 NOTE ``` @@ -48,30 +54,19 @@ Status: 1 NOTE Maintainer: 'Krystian Igras ' 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 ' 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.