rjdverse / rjd3toolkit

Utility package for R access to JDemetra+ version 3.x algorithms
https://rjdverse.github.io/rjd3toolkit/
European Union Public License 1.2
5 stars 9 forks source link

Rename some function to internal with `.` #54

Open TanguyBarthelemy opened 4 months ago

TanguyBarthelemy commented 4 months ago

Some functions should be renamed with a . because they implement some internal behaviour (not for the user).

Old function New name GitHub link
likelihood .likelihood https://github.com/rjdverse/rjd3toolkit/blob/e44c1eac08072a9c46bbed3c1bb6899a0bc68719/R/utils.R#L73-L82
tsmoniker .tsmoniker https://github.com/rjdverse/rjd3toolkit/blob/e44c1eac08072a9c46bbed3c1bb6899a0bc68719/R/modellingcontext.R#L18-L20
TanguyBarthelemy commented 1 month ago

Done in #62