From 37f7ab84e5423721bdf05e41816dbc99353481e7 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Mon, 14 Aug 2023 00:03:18 +0200 Subject: [PATCH] updated inst/extdata/default.nix --- dev/0-dev_history.Rmd | 2 +- inst/extdata/default.nix | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/dev/0-dev_history.Rmd b/dev/0-dev_history.Rmd index d521aaae..82102075 100755 --- a/dev/0-dev_history.Rmd +++ b/dev/0-dev_history.Rmd @@ -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", diff --git a/inst/extdata/default.nix b/inst/extdata/default.nix index ffca601b..c093590b 100644 --- a/inst/extdata/default.nix +++ b/inst/extdata/default.nix @@ -1,5 +1,4 @@ - -# 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, @@ -7,7 +6,7 @@ # > 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) @@ -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 @@ -39,10 +38,8 @@ }; in mkShell { - #LOCALE_ARCHIVE = "${glibcLocales}/lib/locale/locale-archive"; buildInputs = [ my-r ]; shellHook = "R"; } -