Skip to content

Commit

Permalink
drop export of validation functions #307
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Sep 4, 2024
1 parent f938989 commit 6ddc6b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ export(heatmapSatelliteTableCoverage)
export(heatmapSectorRanking)
export(normalizeResultMatrixByTotalImpacts)
export(plotMatrixCoefficient)
export(print2RValidationResults)
export(printValidationResults)
export(seeAvailableModels)
export(validate2RCommodityTotals)
export(writeModelMatrices)
export(writeModelforAPI)
export(writeModeltoXLSX)
Expand Down
3 changes: 0 additions & 3 deletions R/StateiorFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ prepare2RDemand <- function(model, location, domestic, demand_type = "Production

#' Run validation checks for 2R models and print to console
#' @param model A complete 2R EEIO model: a list with USEEIO model components and attributes
#' @return A list with 2R model results.
#' @export
print2RValidationResults <- function(model) {

# Check that Production demand can be run without errors
Expand Down Expand Up @@ -258,7 +256,6 @@ print2RValidationResults <- function(model) {
#' Validate commodity totals between 2R Use table, Make table, and total commodity output objects
#' @param model A complete 2R EEIO model: a list with USEEIO model components and attributes
#' @return A list containing failures of commodity total comparisons between various model objects.
#' @export
validate2RCommodityTotals <- function(model) {

failures_ls <- list()
Expand Down
3 changes: 0 additions & 3 deletions man/print2RValidationResults.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ddc6b4

Please sign in to comment.