Skip to content
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
4 changes: 4 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ if (isTRUE(rownames(installed.packages(priority = "NA")) == "renv")) {
if (tryCatch(utils::packageVersion("piamenv") < "0.5.5", error = function(error) TRUE)) {
renv::install("piamenv", prompt = FALSE)
}

if (requireNamespace("rlang", quietly = TRUE)) {
rlang::global_entrace()
}
4 changes: 4 additions & 0 deletions .renvignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/input/
/logs/
/modules/
/output/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **14_yields** pasture yield correction added to dynRegPastrTau_apr26 realization to match managementcalib_aug19
- **inputdata** updated input data to rev4.132, added f14_yld_past_switch.csv
- **scripts** saveToResultsArchive saves to inbox folder if available
- **renv/activate.R** updated to version 1.2.3
- **renv/activate.R** updated to version 1.2.4
- **CI** test-code.yaml: use ubuntu-latest and checkout@v7
- **Makefile** `make reset-renv` resets renv
- **.Rprofile** add r-universe repo, use envvars if present
Expand Down
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.2.3"
version <- "1.2.4"
attr(version, "md5") <- NULL
attr(version, "sha") <- NULL

Expand Down
Loading