mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Added template without folder structure to add to existing project
This commit is contained in:
parent
73d138640e
commit
92c896f052
16 changed files with 1738 additions and 0 deletions
4
templates/sci_minimal/Justfile
Normal file
4
templates/sci_minimal/Justfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
rverurl := 'https://raw.githubusercontent.com/ropensci/rix/refs/heads/main/inst/extdata/available_df.csv'
|
||||
update-r-version:
|
||||
RVER=$( wget -qO- {{rverurl}} | tail -n 2 | head -n 1 | cut -d',' -f4 | tr -d '"' ) &&\
|
||||
sed -i "s|rixpkgs.url = \"https://github.com/rstats-on-nix/nixpkgs/archive/[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}\.tar\.gz\";|rixpkgs.url = \"https://github.com/rstats-on-nix/nixpkgs/archive/$RVER.tar.gz\";|" flake.nix
|
||||
Loading…
Add table
Add a link
Reference in a new issue