> I am struggling to get Quarto producing a list of figures from a Quarto
> book.
>
> Where may I find a working sample to get inspiration from?
You will have more luck asking at
https://github.com/quarto-dev/quarto-cli/discussions
__
R-devel@r-project.
> (And if I may: a more focussed venue for a bug report may have been the
> r-sig-debian list for R on Debian/Ubuntu, or a bug report at bugs.debian.org,
> or an email to me. My name is at the top of the file. No point in sending it
> to every mailbox of r-devel subscribers.)
Indeed. Sorry. I th
Ha! I was not aware of R-hub having this. Thank you!
On Fri, Feb 25, 2022 at 6:27 PM Duncan Murdoch wrote:
>
> On 25/02/2022 11:31 a.m., Michał Bojanowski wrote:
> > Dear colleagues,
> >
> > Two days after successfully submitting a package to CRAN I received a
>
Dear colleagues,
Two days after successfully submitting a package to CRAN I received a
message about "additional issues" with the package's C++ code
(clang-UBSAN to be precise) with a two-week deadline to resolve. While
attempting to somewhat blind-foldedly fix the problem I was wondering
whether
a library tree inside APPDATA in .Renviron use
R_LIBS_USER="${APPDATA}"/R-library
Incidentally the last example is on backslashes too.
What do you think?
On Mon, Oct 18, 2021 at 5:02 PM Tomas Kalibera wrote:
>
>
> On 10/15/21 6:44 PM, Michał Bojanowski wrote:
> > Perhaps
Perhaps a small update to ?.Renviron would be in order to mention that...
On Fri, Oct 15, 2021 at 6:43 PM Michał Bojanowski wrote:
>
> Indeed quoting works! Kevin suggested the same, but he didnt reply to the
> list.
> Thank you all!
> Michal
>
> On Fri, Oct 15, 2021 a
Indeed quoting works! Kevin suggested the same, but he didnt reply to the list.
Thank you all!
Michal
On Fri, Oct 15, 2021 at 6:40 PM Ivan Krylov wrote:
>
> Sorry for the noise! I wasn't supposed to send my previous message.
>
> On Fri, 15 Oct 2021 16:44:28 +0200
> Mich
Dear colleagues,
I would be grateful if somebody could explain and perhaps help work
around the following.
I have .Renviron with, say:
AVAR=${APPDATA}/foo/bar
Which is a documented way of referring to existing environment
variables. Now, with that in R I'm getting:
Sys.getenv("APPDATA")# T
Is anybody else getting the error that R-Forge's certificate has
expired on 2010-05-21?
I'm wondering if it is safe to proceed with adding a security exception...
~Michal
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-dev
Hi Martin,
>> However, when I put all these in a package with Depends field in
>> DESCRIPTION having: methods, pixmap, and with the following namespace:
>>
>>
>> importFrom("graphics", "plot")
>> exportClasses("myclass")
>> exportMethods("plot")
>>
>>
>> things stop working (this is from package t
Hi,
I ran into the following peculiarity involving S4 method dispatch and
namespaces.
I develop a package which have a namespace and which depends on 'pixmap'
package, which itself does not have a namespace.
Now, in my package I have a class which has a slot for objects from
class "pixmap" and I
11 matches
Mail list logo