Skip to content

Commit c3c9c3c

Browse files
committed
ci fixes
1 parent c1784fd commit c3c9c3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base/db/R/get.trait.data.pft.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
##' }
3030
##'
3131
##' **Downstream contract:** The files `trait.data.Rdata` and
32-
##' `prior.distns.Rdata` are expected by [run.meta.analysis.pft()], which
32+
##' `prior.distns.Rdata` are expected by \link[PEcAn.meta.analysis]{run.meta.analysis.pft}], which
3333
##' loads them from `pft$outdir`. This implicit file-based coupling means
3434
##' the two functions must agree on directory path and object names. A future
3535
##' refactoring goal is to pass these objects directly via function arguments

modules/meta.analysis/R/run.meta.analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ check_consistent <- function(point, prior,
215215
#' }
216216
#'
217217
#' **Downstream contract:** The files `trait.mcmc.Rdata` and
218-
#' `post.distns.Rdata` are expected by [get.parameter.samples()] (in
218+
#' `post.distns.Rdata` are expected by \link[PEcAn.uncertainty]{get.parameter.samples} (in
219219
#' `PEcAn.uncertainty`), which loads them to generate ensemble and sensitivity
220220
#' analysis samples.
221221
#'

0 commit comments

Comments
 (0)