Lares Versions Save

Analytics & Machine Learning R Sidekick

v5.2.7

3 weeks ago
  • feat: enable font_dirs parameter and multiple fonts to check in font_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 path getwd() in dir_size()
  • fix: facet in corr_cross() will consider variables in contains input
  • fix: update default META_API_VER to v17.0
  • docs: standard inheritParams from cache_write() for most ... params

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.2.7...v5.2.7

v5.2.5

3 months ago
  • 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 for what_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: https://github.com/laresbernardo/lares/compare/v5.2.4...v5.2.5

v5.2.4

5 months ago
  • 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: https://github.com/laresbernardo/lares/compare/v5.2.3...v5.2.4

v5.2.3

6 months ago
  • 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

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.2.2...v5.2.3

v5.2.2

11 months ago
  • Feat: new keep parameter for cleanText() and cleanNames()
  • Feat: new gpt_history() and markdown2df() 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: https://github.com/laresbernardo/lares/compare/v5.2.1...v5.2.2

v5.2.1

1 year ago
  • 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 using formatNum()
  • Recode: default weekly_start = 1 for prophet's components plot

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.2.0...v5.2.1

v5.2.0

1 year ago
  • 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 for fb_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 in corr_cross() by default (like in corr_var())
  • Fix: cran_logs() fails gracefully when site is not available
  • Fix: add --no-check-certificate to get_mp3
  • Deprecated: fb_post() and fb_posts() given their deprecation since v2.4
  • Recode: filled statusbar() fixed length as default
  • Recode: conditional expressions with scalar logical operators (||, &&) and avoid sapply [codefactor.io]

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.1.4...v5.2.0

v5.1.4

1 year ago
  • Fix: broken Wordle dictionary link from nytimes (crashed CRAN's checks)

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.1.3...v5.1.4

v5.1.3

1 year ago
  • Feat: enabled automatic clustering number based on WSS variance using wss_var parameter in clusterKmeans()
  • Feat: new warnifnot() function, similar to stopifnot()
  • Feat: new exclude_here param enables multiple options for same position in scrabble_words()(Wordle adaptation)
  • Feat: new lares_logo() fun function prints lares library logo
  • Docs: updated fb_*()'s api_version to v13.0
  • Fix: skip drop when no transformations happened in ohse()

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.1.2...v5.1.3

v5.1.2

2 years ago
  • Docs: reduced dependencies by removing magrittr (Imports), DBI, forecats, plotly, rtweet, tm, and wordcloud (Suggests)
  • Feat: new set_colnames() function, emulating magrittr's
  • Fix: changed behavior on corr_var() when max_pvalue = 1

Full Changelog: https://github.com/laresbernardo/lares/compare/v5.1.1...v5.1.2