Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dev env. no more precommit #316

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .pre-commit-config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion create_dev_env.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rix(
r_pkgs = c(
"devtools", "diffviewer", "fledge", "lintr", "styler",
"codetools", "jsonlite", "httr", "sys", "testthat", "knitr",
"rmarkdown", "rhub", "docopt", "precommit"
"rmarkdown", "rhub"
),
system_pkgs = c("R", "glibcLocalesUtf8", "pandoc", "nix"),
tex_pkgs = "scheme-small",
Expand Down
10 changes: 3 additions & 7 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by the {rix} R package v0.11.0 on 2024-09-16
# This file was generated by the {rix} R package v0.11.0 on 2024-09-20
# with following call:
# >rix(r_ver = "bleeding_edge",
# > r_pkgs = c("devtools",
Expand All @@ -13,9 +13,7 @@
# > "testthat",
# > "knitr",
# > "rmarkdown",
# > "rhub",
# > "docopt",
# > "precommit"),
# > "rhub"),
# > system_pkgs = c("R",
# > "glibcLocalesUtf8",
# > "pandoc",
Expand All @@ -39,13 +37,11 @@ let
codetools
devtools
diffviewer
docopt
fledge
httr
jsonlite
knitr
lintr
precommit
rhub
rmarkdown
styler
Expand All @@ -70,7 +66,7 @@ let
in

pkgs.mkShell {
LOCALE_ARCHIVE = if pkgs.system == "x86_64-linux" then "${pkgs.glibcLocales}/lib/locale/locale-archive" else "";
LOCALE_ARCHIVE = if pkgs.system == "x86_64-linux" then "${pkgs.glibcLocales}/lib/locale/locale-archive" else "";
LANG = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";
LC_TIME = "en_US.UTF-8";
Expand Down
Loading