Skip to content

Commit

Permalink
using renv to take a snapshot of the package library
Browse files Browse the repository at this point in the history
  • Loading branch information
aestears committed Feb 14, 2024
1 parent b67987f commit c4e2ad4
Show file tree
Hide file tree
Showing 7 changed files with 3,335 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
8 changes: 4 additions & 4 deletions projects/05-TestOutputs/get-sitespec-data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module load netcdf-c/4.9.0
module load R/4.2.0
module load geos/3.8.1 gdal/3.0.4 proj/6.2.1
R
#module load netcdf-c/4.9.0
#module load R/4.2.0
#module load geos/3.8.1 gdal/3.0.4 proj/6.2.1
#R
library(stars)
library(RNetCDF)
library(ncmeta)
Expand Down
2 changes: 1 addition & 1 deletion projects/06-Test-Create-COGs/write-COG.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rm(list=ls(all = TRUE))
library(rgdal)
#library(rgdal)
library(terra)

# -of COG -co BLOCKSIZE=512 -co RESAMPLING=BILINEAR -co COMPRESS=DEFLATE -co NUM-THREADS=25 -co BIGTIFF=YES
Expand Down
Loading

0 comments on commit c4e2ad4

Please sign in to comment.