Releases: laresbernardo/lares
Releases · laresbernardo/lares
CRAN release: 5.2.10
- feat: new cross models budget allocation functions
robyn_xchannels()
androbyn_xchannels()
#57 - feat:
formatNum()
improvements to be more flexible withabbr = TRUE
on very different scales of numbers - feat: new
is_odd()
,is_even()
andseq_surnames()
functions - fix: better error in connection handling for
holidays()
- fix: add some missing
try_require("h2o")
Full Changelog: v5.2.9...v5.2.10
CRAN release: 5.2.9
- feat: new optional marginals/carryovers params to add metrics to
robyn_performance()
- feat: new
repeated
param onscrabble_words()
- feat: new "chars" and "unique" scoring systems on
scrabble_words()
- fix: cache of OpenAI's reply stored in JSON format
- fix: better handle of filenames on
get_mp3()
- fix: param
exclude_here
accepts upper case too forscrabble_words()
- docs: update meta API version to v20.0
- recode: fix some codefactor warnings on
return()
's + font warning in Windows #55
Full Changelog: v5.2.8...v5.2.9
CRAN release: 5.2.8
- feat: allow
corr_var()
to pass stringvar
input for loops - based on user feedback in StackOverflow - feat: new
quiet
parameter for font check ontheme_lares()
- feat: new baseline distance criteria for
robyn_modelselector()
and refactoring for better cleaner code - feat: new
robyn_performance()
function to calculate performance and contribution per channel - fix: keep organic vars to calculate non-zero betas in
robyn_modelselector()
- fix*: correct solID filtering when multiple models are available in OutputCollect
- docs: include example to recreate a Robyn model, added external posts, centralized some functions .md
Full Changelog: v5.2.7...v5.2.8
CRAN release: 5.2.7
- feat: enable
font_dirs
parameter and multiple fonts to check infont_exists()
- feat: sort clusters in plot by importance in
robyn_modelselector()
- fix: when tied ranks on
robyn_modelselector()
set integer number of stars - fix: faster
dir_size()
using du -hs instead + default pathgetwd()
indir_size()
- fix: facet in
corr_cross()
will consider variables incontains
input - fix: update default META_API_VER to v17.0
- docs: standard
inheritParams
fromcache_write()
for most...
params
Full Changelog: v5.2.7...v5.2.7
CRAN release: 5.2.5
- Docs: removed h2o dependency and passed to Suggests to lighten the package
- Feat: new
cache_pipe()
to automate the use of cache - Feat: new param
path
forwhat_size()
- Feat: new maze solving functions inspired by micromouse competitions:
maze_solve()
&maze_gridsearch()
- Feat: new
gemini_*()
functions to interact with Google's Gemini API - Fix: inverted NRMSE, DECOMP.RSSD and MAPE + skip boost-performance option + non-clustered sols in
robyn_modelselector()
Full Changelog: v5.2.4...v5.2.5
CRAN release: 5.2.4
- Feat: new
robyn_modelselector()
to help users visually select Robyn models based on several metrics available and analysts weights criteria - Feat: new
robyn_hypsbuilder()
to automatically build hyperparameters list for paid media and organic variables, ready to be used with Robyn - Fix:
normalize()
for all equal values returns 1s instead of crashing - Fix:
cran_logs()
mean on plot's first date per package
Full Changelog: v5.2.3...v5.2.4
CRAN release: 5.2.3
- feat: improve
font_exists()
suggestions and new use-case to search for all available fonts - feat: additional parameter for
gpt_*()
functions: num_retries, temperature, max_tokens, pause_base - feat: new
chr2num()
,chr2logical()
,chr2date()
functions - feat: new
weighted_value()
function, enabling FIFO/LIFO - feat: new delete/open params for
get_mp3()
- feat: New 'quiet' and 'include_regions' parameters to allow additional information on holidays
- fix: better handling of scrapping responses using header and more flexible date formats for
holidays()
#45 - fix: better
gpt_table()
prompt to deal with numeric values and delimiters - fix: live quote migrated to quantmod functions
- fix:
get_currency()
correctly handles rownames now [quantmod update] - fix: better handling of NULL in
formatNum()
- docs: fix dependent vs independent term across parameters #51
- docs: removed rdrop2 recommended dependency given it was deprecated from CRAN
New Contributors
- @Patrikios made their first contribution in #47
Full Changelog: v5.2.2...v5.2.3
CRAN release: 5.2.2
- Feat: new
keep
parameter forcleanText()
andcleanNames()
- Feat: new
gpt_history()
andmarkdown2df()
functions - Fix: when no variables importance is returned by h2o #43
- Fix: NA or NULL for get_credentials accepted
- Fix:
ohse()
warning with dates and large left joins
Full Changelog: v5.2.1...v5.2.2
CRAN release: 5.2.1
- Feat: new
gpt_*()
function to classify, tag, extract, format, convert, table, translate using ChatGPT - Feat: enable repo parameter for
get_mp3()
so when the main repo is down - Feat: pass
...
to additional formatings usingformatNum()
- Recode: default
weekly_start = 1
for prophet's components plot
Full Changelog: v5.2.0...v5.2.1
CRAN release: 5.2.0
- Feat: centralized all FB API results through
fb_process()
to standardize results, pagination and partial results if API crashes while paging - Feat: upgrade FB API default version from v13.0 to v16.0 (latest)
- Feat: new
filtering
parameter forfb_insights()
- Feat: new
fb_report_check()
function to check async reports status with a live functionality - Feat:
fb_token()
now returns expiration timestamp as an attribute - Feat: new
what_size()
function to easily get an R object's size - Fix: correct
get_id
numbering column (always starting in 1) - Fix: show
corr
labels incorr_cross()
by default (like incorr_var()
) - Fix:
cran_logs()
fails gracefully when site is not available - Fix: add --no-check-certificate to get_mp3
- Deprecated:
fb_post()
andfb_posts()
given their deprecation since v2.4 - Recode: filled
statusbar()
fixed length as default - Recode: conditional expressions with scalar logical operators (
||
,&&
) and avoidsapply
[codefactor.io]
Full Changelog: v5.1.4...v5.2.0