Re: [R-pkg-devel] cross-ref possible ext.pkg's --not mentioned in DESCRIPTION file-- in non-code sections in .Rd files

2022-11-07 Thread Andrew Simmons
Packages in Suggests and Enhances do not create a circular dependency, only the packages in the Depends and Imports need to be installed at INSTALL and loaded at load time. Packages in Suggests and Enhances are only needed at check time, and even then it's more of a desire to be loaded than actuall

[R-pkg-devel] CRAN index replaces ampersand in BugReports URL with HTML entity

2022-11-07 Thread Mikael Jagan
Hello, It was raised on the Matrix bug tracker [1] that the BugReports URL on the CRAN index [2] is broken. The URL in our DESCRIPTION file [3] is fine, but contains an ampersand, which is improperly replaced with the corresponding HTML entity in the HTML sources of the index. Hence this does n

[R-pkg-devel] cross-ref possible ext.pkg's --not mentioned in DESCRIPTION file-- in non-code sections in .Rd files

2022-11-07 Thread Peter Ruckdeschel
Hi, triggered by some new NOTEs uncovering infallacities in my packages on CRAN, I stumbled upon Result: NOTE Undeclared packages ‘distrMod’, ‘RobAStBase’ in Rd xrefs which is issued in R-devel-linux-x86_64-fedora-clang (but not otherwise). Digging into it, this comes from a text in a \see

Re: [R-pkg-devel] Examples with CPU time is greater than elapsed time.

2022-11-07 Thread Uwe Ligges
On 05.11.2022 15:41, Jiaming Yuan wrote: Hi all, I tried to submit an update to the xgboost package but didn't pass the pre-tests with the following note (solved the other one, but this one is a bit confusing): ``` Flavor: r-devel-linux-x86_64-debian-gcc Check: examples, Result: NOTE   E

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 th

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, No

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 tr

[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 on