Message-ID: <20220926184445.0ad26ceb@arachnoid>
Date: 2022-09-26T15:44:45Z
From: Ivan Krylov
Subject: [R-pkg-devel] Help - Shiny app on CRAN
In-Reply-To: <CAKU6PFVuGhq8ZUGbD=B1p3gLr4bA2LJ-kPM5dcTp=Ggfxn53CA@mail.gmail.com>
? Mon, 26 Sep 2022 19:14:04 +0400
"Jahajeeah, Havisha" <hjahajeeah at utm.ac.mu> ?????:
> * checking extension type ... ERROR
> Extensions with Type 'Shiny application' cannot be checked.
Since you're writing a package, you can either specify Type: Package in
the DESCRIPTION file, or omit the field entirely:
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Package-types
--
Best regards,
Ivan