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

2022-12-05 Thread Jahajeeah, Havisha
Hello, Many thanks for your reply. Very helpful. I have made the necessary changes. Regards, Havisha On Mon, Dec 5, 2022 at 12:01 PM Ivan Krylov wrote: > On Mon, 5 Dec 2022 11:14:19 +0400 > "Jahajeeah, Havisha" wrote: > > > Will a binary package resolve the above issue? > > Due to an

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

2022-12-05 Thread Ivan Krylov
On Mon, 5 Dec 2022 11:14:19 +0400 "Jahajeeah, Havisha" wrote: > Will a binary package resolve the above issue? Due to an interaction between the way R binary packages work and the way you have implemented the Greymodels:::ui variable, this binary package will only work on your computer. (And,

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

2022-12-04 Thread Jahajeeah, Havisha
Dear CRAN team, I trust you are well. Referring to the following issue I had when running the greymodels 2.0 package: An error has occurred! Couldn't normalize path in `addResourcePath`, with arguments: `prefix` = 'AdminLTE-2.0.6'; `directoryPath` =

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

2022-12-01 Thread Jahajeeah, Havisha
Hello, Yes, the author is aware of the situation. We are currently working on resolving the issue. Thank you, Havisha On Thu, Dec 1, 2022 at 7:32 PM Uwe Ligges wrote: > > > On 30.11.2022 14:18, Duncan Murdoch wrote: > > On 30/11/2022 7:56 a.m., Ivan Krylov wrote: > >> В Wed, 30 Nov 2022

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

2022-12-01 Thread Uwe Ligges
On 30.11.2022 14:18, Duncan Murdoch wrote: 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,

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)).

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

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 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 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` = >

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` =

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

2022-11-27 Thread Duncan Murdoch
Thanks Spencer. Yes, devtools does give good support for CRAN updates these days. Duncan Murdoch On 27/11/2022 12:07 p.m., Spencer Graves wrote: On 11/27/22 10:44 AM, Duncan Murdoch wrote: On 27/11/2022 11:29 a.m., Jahajeeah, Havisha wrote: Dear CRAN team, The Greymodels package has

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

2022-11-27 Thread Spencer Graves
On 11/27/22 10:44 AM, Duncan Murdoch wrote: On 27/11/2022 11:29 a.m., Jahajeeah, Havisha wrote: Dear CRAN team, The Greymodels package has been debugged and the updated package has been published on Github. I would be very much grateful if the app could be updated on CRAN. That needs to

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

2022-11-27 Thread Duncan Murdoch
On 27/11/2022 11:29 a.m., Jahajeeah, Havisha wrote: Dear CRAN team, The Greymodels package has been debugged and the updated package has been published on Github. I would be very much grateful if the app could be updated on CRAN. That needs to be done by the maintainer (that's you, I think),

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

2022-11-27 Thread Ivan Krylov
On Sun, 27 Nov 2022 20:29:10 +0400 "Jahajeeah, Havisha" wrote: > The Greymodels package has been debugged and the updated package has > been published on Github. Congratulations on getting it working! > I would be very much grateful if the app could be updated on CRAN. Please do it the same

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

2022-11-27 Thread Jahajeeah, Havisha
Dear CRAN team, The Greymodels package has been debugged and the updated package has been published on Github. I would be very much grateful if the app could be updated on CRAN. I look forward to hearing from you. Thanking you and sincerely Havisha Jahajeeah On Mon, Nov 7, 2022 at 12:30 PM

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

2022-11-07 Thread Jahajeeah, Havisha
Thank you for your help. I will go through the guide. Many thanks, Havisha On Mon, Nov 7, 2022 at 3:19 PM Ivan Krylov wrote: > В Mon, 7 Nov 2022 14:55:06 +0400 > "Jahajeeah, Havisha" пишет: > > > The Greymodels package loads data from spreadsheets and each model > > accepts a set of data and

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

2022-11-07 Thread Ivan Krylov
В Mon, 7 Nov 2022 14:55:06 +0400 "Jahajeeah, Havisha" пишет: > The Greymodels package loads data from spreadsheets and each model > accepts a set of data and outputs the values. However, the package > is unable to do that because of the error: cannot open connection. Thank you for clarifying

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

2022-11-07 Thread Jahajeeah, Havisha
Thank you for the reply. Yes, uploading files into the Shiny app. The Greymodels package loads data from spreadsheets and each model accepts a set of data and outputs the values. However, the package is unable to do that because of the error: cannot open connection. Regards, Havisha On Mon,

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

2022-11-07 Thread Ivan Krylov
В Mon, 7 Nov 2022 12:30:35 +0400 "Jahajeeah, Havisha" пишет: > After loading the package on CRAN, when I try to upload file (xlsx or > xls) the following error appears: > > Error: cannot open the connection Do you mean uploading files into your Shiny application, or somewhere else? Have you

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

2022-11-07 Thread Jahajeeah, Havisha
Dear CRAN team, The package 'Greymodels' has just been published on CRAN. After loading the package on CRAN, when I try to upload file (xlsx or xls) the following error appears: Error: cannot open the connection What could be the problem? Is it because of the working directory? Please advise