Skip to content

Commit d46f442

Browse files
committed
fix missing brace in Rd file
1 parent 6d5d6e3 commit d46f442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/genData/RespChamberProc-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A second set of functions estimates the flux and its uncertainty from the concen
2626
\item{ Estimate the initial flux by polynomial regression: \code{\link{regressFluxExp}} }
2727
\item{ Estimate uncertainty of regression due to leverage of starting and end points: \code{\link{sigmaBootLeverage}} }
2828
\item{ Convert from mumol CO2/s to g C/day: \code{\link{convert_mumolPers_to_gPerday}}
29-
and back: \code{\link{convert_gPerday_to_mumolPers}}
29+
and back: \code{\link{convert_gPerday_to_mumolPers}} }
3030
}%itemize
3131

3232
Further misc functionality: \itemize{

man/RespChamberProc-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A second set of functions estimates the flux and its uncertainty from the concen
2626
\item{ Estimate the initial flux by polynomial regression: \code{\link{regressFluxExp}} }
2727
\item{ Estimate uncertainty of regression due to leverage of starting and end points: \code{\link{sigmaBootLeverage}} }
2828
\item{ Convert from mumol CO2/s to g C/day: \code{\link{convert_mumolPers_to_gPerday}}
29-
and back: \code{\link{convert_gPerday_to_mumolPers}}
29+
and back: \code{\link{convert_gPerday_to_mumolPers}} }
3030
}%itemize
3131

3232
Further misc functionality: \itemize{

0 commit comments

Comments
 (0)