daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
287 stars 42 forks source link

Added the namespace argument to log_shiny_input_changes #93

Closed kpagacz closed 2 years ago

kpagacz commented 2 years ago

Now allows emitting logs to a custom namespace.

I am happy to change it to accept ... in the style of log_info, etc.

Polkas commented 2 years ago

+1 namespace argument will be a valuable improvement.

kpagacz commented 2 years ago

@daroczig Would you mind taking a look? This is an important piece of code for us.

kpagacz commented 2 years ago

On a similar note, I wanted to ask you about any planned releases to CRAN. Do you maintain a schedule and do it manually or would you prefer to set up an automation pipeline for it?

daroczig commented 2 years ago

I doubt there might be any automation for CRAN releases :zipper_mouth_face: As something always comes up, e.g. with the most recent version of R devel or new checks. I tend to do CRAN releases when a major feature or fix is introduced, or when I get pinged too many times :) Please feel free to open a GH ticket that I can follow.

daroczig commented 2 years ago

PS if you meant running R CMD check and the unit tests etc in a CI/CD, then I've just realized that Travis has been setup, but seems to be dead since ~July :thinking:

I've opened #97 to migrate to Github Actions.

m7pr commented 7 months ago

Hey @daroczig your last CRAN release of teal logger was at 2021-10-19. This does not cover this PR merged on 20221-12-01, which was 820 days ago. Would you mind releasing the updated version on CRAN?

daroczig commented 7 months ago

yeah, thanks for the bump -- will do by the end of this week :+1: you can track progress at #144

m7pr commented 7 months ago

Thank you! So much