Once again, Ivan, many thanks.
Yes, that does solve it.
Best wishes,
Adrian
On Tue, Nov 28, 2023 at 11:28?AM Ivan Krylov <krylov.r00t at gmail.com>
wrote:
> ? Tue, 28 Nov 2023 10:46:45 +0100
> Adrian Dusa <dusa.adrian at unibuc.ro> ?????:
>
> > tryCatch(requireNamespace("foobar"), error = function(e) e)
>
> I think you meant loadNamespace() (which throws errors), not
> requireNamespace() (which internally uses tryCatch(loadNamespace(...))
> and may or may not print the error depending on the `quietly` argument).
>
> --
> Best regards,
> Ivan
>
[[alternative HTML version deleted]]