[R-pkg-devel] Package pending for weeks

2022-11-30 Thread Andreas Dominik Cullmann via R-package-devel
Dear All, I have a package, fritools, that has been pending on https://cran.r-project.org/incoming/pending/ since late October now. Two weeks ago I wrote to CRAN Team and asked about it, but they didn't answer. There have been dozens of packages in and out pending since late October, 22th. Has any

Re: [R-pkg-devel] Error uploading file on CRAN

2022-11-30 Thread Jahajeeah, Havisha
Dear CRAN team, I trust you are well. The package 'Greymodels' worked fine the other day, but now I am getting the following error: An error has occurred! Couldn't normalize path in `addResourcePath`, with arguments: `prefix` = 'AdminLTE-2.0.6'; `directoryPath` = 'D:/RCompile/CRANpkg/lib/4.2/sh

Re: [R-pkg-devel] Error uploading file on CRAN

2022-11-30 Thread Ivan Krylov
В Wed, 30 Nov 2022 13:43:21 +0400 "Jahajeeah, Havisha" пишет: > but now I am getting the following error: > > An error has occurred! > > Couldn't normalize path in `addResourcePath`, with arguments: > `prefix` = 'AdminLTE-2.0.6'; `directoryPath` = > 'D:/RCompile/CRANpkg/lib/4.2/shinydashboard/A

Re: [R-pkg-devel] Missing link or links in documentation object

2022-11-30 Thread Ibon Tamayo
Thanks Ivan, it was very helpful. All the best, Ibon El lun, 28 nov 2022 a las 15:45, Ivan Krylov () escribió: > В Mon, 28 Nov 2022 15:34:53 +0100 > Ibon Tamayo пишет: > > > \code{\link[R6::R6Class]{R6::R6Class}} > > I think you need only one colon in the first argument of > \link[pkg:foo]{bar}:

Re: [R-pkg-devel] Error uploading file on CRAN

2022-11-30 Thread Ivan Krylov
В Wed, 30 Nov 2022 14:17:54 +0400 "Jahajeeah, Havisha" пишет: > To run the app, we use: > > install.packages("Greymodels") > library(Greymodels) > run_app() > > The app worked fine on Monday. Today it is showing error. > > Please see below traceback() > > 13: execCallbacks(timeoutSecs, all,

Re: [R-pkg-devel] Error uploading file on CRAN

2022-11-30 Thread Jahajeeah, Havisha
Hello, Yes I noticed that I did not reply to all. Apology. Thank you for the reply and link to guide. Does the D:/RCompile/CRANpkg/lib/4.2/shinydashboard/AdminLTE directory exist? The D:/RCompile... folder was never interacted with. Has someone touched the shinydashboard package installation?

Re: [R-pkg-devel] Error uploading file on CRAN

2022-11-30 Thread Ivan Krylov
В Wed, 30 Nov 2022 16:10:22 +0400 "Jahajeeah, Havisha" пишет: > How do I fix this problem? Kindly advise. I think I know what could be the problem. Your run_app function calls shiny::shinyApp(ui, server, options = list(launch.browser = TRUE)). Here, `ui` is an object of class "shiny.tag". I thi

Re: [R-pkg-devel] Error uploading file on CRAN

2022-11-30 Thread Duncan Murdoch
On 30/11/2022 7:56 a.m., Ivan Krylov wrote: В Wed, 30 Nov 2022 16:10:22 +0400 "Jahajeeah, Havisha" пишет: How do I fix this problem? Kindly advise. I think I know what could be the problem. Your run_app function calls shiny::shinyApp(ui, server, options = list(launch.browser = TRUE)). Here,