Skip to content

Commit

Permalink
fixed rix argument project_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Aug 11, 2023
1 parent 8380fd5 commit 171496e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.0.9
Authors@R: c(
person("Bruno", "Rodrigues", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689")),
person("Philipp", "Baumann", , "[email protected]", role = "ctb",
person("Philipp", "Baumann", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3194-8975"))
)
Description: Provides helper functions to create reproducible development
Expand Down
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ fetchpkgs <- function(git_pkgs, archive_pkgs){
#' interactively use "rstudio", "code" for Visual Studio Code. For other editors,
#' use "other". This has been tested with RStudio, VS Code and Emacs. If other
#' editors don't work, please open an issue.
#' @param path Character, defaults to the current working directory. Where to write
#' @param project_path Character, defaults to the current working directory. Where to write
#' `default.nix`, for example "/home/path/to/project".
#' The file will thus be written to the file "/home/path/to/project/default.nix".
#' @param overwrite Logical, defaults to FALSE. If TRUE, overwrite the `default.nix`
Expand Down
2 changes: 1 addition & 1 deletion dev/build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ you use another IDE, you can leave the "ide" argument blank:
#' interactively use "rstudio", "code" for Visual Studio Code. For other editors,
#' use "other". This has been tested with RStudio, VS Code and Emacs. If other
#' editors don't work, please open an issue.
#' @param path Character, defaults to the current working directory. Where to write
#' @param project_path Character, defaults to the current working directory. Where to write
#' `default.nix`, for example "/home/path/to/project".
#' The file will thus be written to the file "/home/path/to/project/default.nix".
#' @param overwrite Logical, defaults to FALSE. If TRUE, overwrite the `default.nix`
Expand Down
8 changes: 4 additions & 4 deletions man/rix.Rd

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

0 comments on commit 171496e

Please sign in to comment.