Skip to content

Commit

Permalink
docs: typo in create_env docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorq committed Feb 15, 2025
1 parent 9d381ae commit dd1d1ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: condathis
Title: Run Any CLI Tool on a 'Conda' Environment
Version: 0.1.1.9001
Version: 0.1.1.9002
Authors@R: c(
person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6090-1834")),
Expand Down
2 changes: 1 addition & 1 deletion R/create_env.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' @param additional_channels Character. Additional Channels to be added to the
#' default ones.
#'
#' @param method Character. Beckend method to run `micromamba`, the default is
#' @param method Character. Backend method to run `micromamba`, the default is
#' "auto" running "native" with the `micromamba` binaries installed
#' by `condathis`.
#' This argument is **soft deprecated** as changing it don't really do
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ out <- condathis::run(
)

message(out$stdout)
#> curl 8.10.1 (aarch64-apple-darwin20.0.0) libcurl/8.10.1 OpenSSL/3.4.0 (SecureTransport) zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0
#> curl 8.10.1 (aarch64-apple-darwin20.0.0) libcurl/8.10.1 OpenSSL/3.4.1 (SecureTransport) zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0
#> Release-Date: 2024-09-18
#> Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
#> Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
Expand Down
2 changes: 1 addition & 1 deletion man/create_env.Rd

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

0 comments on commit dd1d1ef

Please sign in to comment.