cli does export col_red - did you omit the 'r' when calling it from your
package or vignette?
On Thu, Apr 29, 2021 at 9:29 AM Danielle Maeser wrote:
> Hi Duncan,
>
> I really appreciate your response. Unfortunately, I am still receiving the
> error below.
>
> If anyone has ideas, I'd appreciate
On 29/04/2021 1:34 p.m., Danielle Maeser wrote:
Hi Gabor,
My full output is below:
* Error: object 'col_ed' is not exported by 'namespace:cli'
Execution halted
ERROR: lazy loading failed for package 'packagename'
---
ERROR: package installa
That's not the _full_ output, unfortunately. And if you can't share a
file that reproduces this (not necessarily your original file!), then
Duncan's advice is all we can tell you: don't install packages in
vignettes.
Gabor
On Thu, Apr 29, 2021 at 7:34 PM Danielle Maeser wrote:
>
> Hi Gabor,
>
>
Hi Gabor,
My full output is below:
* Error: object 'col_ed' is not exported by 'namespace:cli' Execution
halted ERROR: lazy loading failed for package 'packagename'
--- ERROR: package installation
failedError: 'col_ed' is not an exported object fro
If you could share a reproducible example with us, and/or you could
show the full output, then we could probably help you better.
Gabor
On Thu, Apr 29, 2021 at 6:29 PM Danielle Maeser wrote:
>
> Hi Duncan,
>
> I really appreciate your response. Unfortunately, I am still receiving the
> error bel
Hi Duncan,
I really appreciate your response. Unfortunately, I am still receiving the
error below.
If anyone has ideas, I'd appreciate it!
This is the only online forum I can find that discusses the error, but I
have not found it helpful: https://github.com/r-lib/cli/issues/94
* ERROR: pac
Eugenio,
the CRAN submission checklist available at
https://cran.r-project.org/web/packages/submission_checklist.html
contains some information on how to write a suitable Description entry in
the DESCRIPTION file for CRAN packages.
This contains:
o Make the Description as informative as possi
Hi Rafa,
Thank you very much for the feedback, appreciate the help, it is very clear
that way!
Best,
Eugenio
On Thu, 29 Apr 2021 at 14:53, Rafael Ayala Hernandez <
rafael.ayalahernan...@oist.jp> wrote:
> Hi Eugenio,
>
> I was recently asked a similar addition from the CRAN team for my package
>
Hi all,
I have been asked by a CRAN member to add references for methods used in
the package, in the description file of DESCRIPTION.
The format to do so seems to be:
authors (year)
authors (year)
authors (year, ISBN:...)
However, I feel a bit unconfident about how to properly include these
c