Skip to content

Commit

Permalink
šŸ› Fix lamin_login function name
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Dec 13, 2024
1 parent e83e25b commit b1a067a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(connect)
export(install_lamindb)
export(lamin_connect)
export(lamin_login)
importFrom(R6,R6Class)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
Expand Down
2 changes: 1 addition & 1 deletion R/connect.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ lamin_connect <- function(slug) {
#'
#'
#' @export
lamin_connect <- function(user = NULL, api_key = NULL) {
lamin_login <- function(user = NULL, api_key = NULL) {
if (is.null(user) && is.null(api_key)) {
cli::cli_abort("One of {.arg user} or {.arg api_key} must be set")
}
Expand Down
16 changes: 1 addition & 15 deletions man/lamin_connect.Rd

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

22 changes: 22 additions & 0 deletions man/lamin_login.Rd

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

0 comments on commit b1a067a

Please sign in to comment.