Skip to content

Commit

Permalink
CRAN 5.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
laresbernardo committed Jun 11, 2024
1 parent 210dc36 commit 75ed55a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lares
Type: Package
Title: Analytics & Machine Learning Sidekick
Version: 5.2.7.9007
Version: 5.2.8
Authors@R: c(
person("Bernardo", "Lares", , "[email protected]", c("aut", "cre")))
Maintainer: Bernardo Lares <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion R/chatgpt.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @param ask Character. Redacted prompt to ask. If multiple asks are
#' requested, they will be concatenated with "+" into a single request.
#' @param secret_key Character. Secret Key. Get yours in:
#' \href{https://platform.openai.com}{platform.openai.com} for OpenAI or
#' \href{https://platform.openai.com/docs/overview}{platform.openai.com} for OpenAI or
#' \href{https://makersuite.google.com/app/apikey}{makersuite.google.com}
#' for Gemini.
#' @param url Character. Base API URL.
Expand Down
2 changes: 1 addition & 1 deletion R/google_analytics.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' This function lets the user query Google Analytics with its API.
#' More about the documentation and parameters in
#' \code{googleAnalyticsR::google_analytics()} or Google Analytics'
#' \href{https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/}{API}
#' \href{https://ga-dev-tools.google/dimensions-metrics-explorer/}{API}
#'
#' @family Credentials
#' @family Google
Expand Down
2 changes: 1 addition & 1 deletion R/robyn.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ robyn_hypsbuilder <- function(
#' historical performance, baseline expectation, etc.
#'
#' Read more about this functionality in Medium post:
#' \href{https://bit.ly/mmm-candidates}{here}.
#' \href{https://medium.com/@laresbernardo/select-the-right-mmm-candidate-based-on-your-specific-criteria-and-business-knowledge-1f583c3cb97a}{here}.
#'
#' @family Robyn
#' @inheritParams cache_write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ remotes::install_github("laresbernardo/lares", dependencies = TRUE)

- Vignette: [Introduction to AutoML using `lares`](https://laresbernardo.github.io/lares/articles/h2o_automl.html)

- Medium: [Select the right MMM candidate based on your specific criteria and business knowledge](https://bit.ly/mmm-candidates)
- Medium: [Select the right MMM candidate based on your specific criteria and business knowledge](https://medium.com/@laresbernardo/select-the-right-mmm-candidate-based-on-your-specific-criteria-and-business-knowledge-1f583c3cb97a)

- DataScience+: [Visualizations for Classification Models Results](https://datascienceplus.com/machine-learning-results-one-plot-to-rule-them-all/)

Expand Down
2 changes: 1 addition & 1 deletion man/gemini_ask.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gpt_ask.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/queryGA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/robyn_modelselector.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75ed55a

Please sign in to comment.