~enricoschumann/esutils

6639c59db3a888a0be5d12c80ca85495bb27c29e — Enrico Schumann a month ago 11434cd master
clean_ltx | Add "fls" to extensions
3 files changed, 7 insertions(+), 2 deletions(-)

M ChangeLog
M DESCRIPTION
M R/functions.R
M ChangeLog => ChangeLog +4 -0
@@ 1,3 1,7 @@
2024-10-21  Enrico Schumann  <es@enricoschumann.net>

        * R/functions.R (clean_ltx): add "fls" to extensions

2023-12-29  Enrico Schumann  <es@enricoschumann.net>

        * R/functions.R (ddf): remove 'ddf', and move function

M DESCRIPTION => DESCRIPTION +2 -2
@@ 1,8 1,8 @@
Package: esutils
Type: Package
Title: esutils
Version: 0.3.6
Date: 2023-12-29
Version: 0.3.7
Date: 2024-10-21
Maintainer: Enrico Schumann <es@enricoschumann.net>
Authors@R: person(given = "Enrico", family = "Schumann",
                  role  = c("aut", "cre"),

M R/functions.R => R/functions.R +1 -0
@@ 723,6 723,7 @@ function(rm = FALSE,
                      "[.]fls$",
                      "[.]idx$",
                      "[.]ilg$",
                      "[.]fls$",
                      "[.]ind$",
                      "[.]loe$",
                      "[.]lof$",