Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #32

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 1 addition & 1 deletion R/merge_outputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ combineOutputs <- function(para, feed_basket_quality, energy_required, land_requ

if (exists("energy_required")) {
energy_required = energy_required
}else {energy_required = "ERROR: Energy requirement was not computed"}
}else{energy_required = "ERROR: Energy requirement was not computed"}

if (exists("land_required")) {
land_required = land_required[["land_requirements_all"]]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comprehensive Livestock Environmental Assessment for Improved Nutrition, a Secured Environment, and Sustainable Development along Livestock and Fish Value Chains (CLEANED)
# Inclusive and Comprehensive Livestock Environmental Assessment for Improved Nutrition, a Secured Environment, and Sustainable Development along Livestock Value Chains (CLEANED)

The goal of cleaned is to assess changes from transforming livestock value chains.
The goal of cleaned is to assess changes from transforming livestock value chains by prioritizing profitable, environmentally sustainable and inclusive livestock interventions.

## Installation

Expand Down
Loading