Skip to content

Commit

Permalink
CRAN v3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
laresbernardo committed Jan 9, 2025
1 parent fcce3f6 commit f138935
Show file tree
Hide file tree
Showing 6 changed files with 6 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.10.9004
Version: 5.2.11
Authors@R: c(
person("Bernardo", "Lares", , "[email protected]", c("aut", "cre")))
Maintainer: Bernardo Lares <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions R/chatgpt.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +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/docs/overview}{platform.openai.com} for OpenAI or
#' \href{https://makersuite.google.com/app/apikey}{makersuite.google.com}
#' platform.openai.com for OpenAI or makersuite.google.com/app/apikey
#' for Gemini.
#' @param url Character. Base API URL.
#' @param model Character. OpenAI model to use. This can be adjusted
Expand Down
2 changes: 1 addition & 1 deletion R/other_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ warnifnot <- function(...) if (!isTRUE(...)) warning(paste(deparse(...), "is not
#' what_size(seq(1:1e3), "Kb")
#' what_size(seq(1:1e6))
#' what_size(as.character(seq(1:1e6)))
#' what_size(path = ".")
#' # what_size(path = ".")
#' @export
what_size <- function(x = NULL, units = "Mb", path = NULL, recursive = TRUE, ...) {
if (!is.null(path)) {
Expand Down
3 changes: 1 addition & 2 deletions man/gemini_ask.Rd

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

3 changes: 1 addition & 2 deletions 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/what_size.Rd

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

0 comments on commit f138935

Please sign in to comment.