Skip to content

Commit

Permalink
updated inst/extdata/default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Aug 13, 2023
1 parent da581f9 commit 37f7ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev/0-dev_history.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ rix(r_ver = "8ad5e8132c5dcf977e308e7bf5517cc6cc0bf7d8",
package_name = "rix",
repo_url = "https://github.com/b-rodrigues/rix/",
branch_name = "master",
commit = "c5a189343b32b442e6a3b344de19c0ddcbd2f700"
commit = "da581f90273cb1ccfedbe18808097bf33b84d63c"
),
ide = "other",
project_path = "inst/extdata",
Expand Down
11 changes: 4 additions & 7 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

# This file was generated by the {rix} R package v0.1.1 on Sun Aug 13 14:48:55 2023
# This file was generated by the {rix} R package v0.1.1 on Mon Aug 14 00:01:47 2023
# with following call:
# >rix(r_ver = "8ad5e8132c5dcf977e308e7bf5517cc6cc0bf7d8",
# > r_pkgs = NULL,
# > other_pkgs = NULL,
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/b-rodrigues/rix/",
# > branch_name = "master",
# > commit = "c5a189343b32b442e6a3b344de19c0ddcbd2f700"),
# > commit = "da581f90273cb1ccfedbe18808097bf33b84d63c"),
# > ide = "other",
# > project_path = "inst/extdata",
# > overwrite = TRUE)
Expand All @@ -26,8 +25,8 @@
src = fetchgit {
url = "https://github.com/b-rodrigues/rix/";
branchName = "master";
rev = "c5a189343b32b442e6a3b344de19c0ddcbd2f700";
sha256 = "sha256-tqRVNrFdg9TIlH0DCPzIlTNOdR5SjQNNrfdi59KU1to=";
rev = "da581f90273cb1ccfedbe18808097bf33b84d63c";
sha256 = "sha256-eDAxkXSrX+Q5TWwzkwMDG5rB8VXFKaLJLLKEJEvxjeo=";
};
propagatedBuildInputs = [
httr
Expand All @@ -39,10 +38,8 @@
};
in
mkShell {
#LOCALE_ARCHIVE = "${glibcLocales}/lib/locale/locale-archive";
buildInputs = [
my-r
];
shellHook = "R";
}

0 comments on commit 37f7ab8

Please sign in to comment.