Skip to content

richardnfag/tdee-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total Daily Energy Expenditure (TDEE) Calculator

This project is a TDEE calculator written in the R programming language using the Shiny package.

Calculator Image

The calculator uses the Harris-Benedict equations reviewed by Mifflin and St Jeor in 1990 and the levels of physical activity levels in the recommendations of the report Human energy requirements of the Food and Agriculture Organization of the United Nations.

Getting Started

Set port number

export PORT=8080

Run app

R -f app.R

Deploy in IBM Cloud Foundry

# Install Cloud Foundry plugin
ibmcloud cf install

# Log in to your IBM Cloud account
ibmcloud login

# Target a Cloud Foundry org and space
ibmcloud target --cf

# Push app
ibmcloud cf push

License

Fluor Functions is licensed under the MIT License

Releases

No releases published

Packages

No packages published

Languages