R secure coding
Secure Programming is an important part of a software developers job and for my BMI reader I've updated and working on more secure programming paradigms or methods not limited to integrating packages like openssl and auditor. Meanwhile I've already included secure coding packages that R offers like testthat (). gsub () is a secure programming tool in R that helps perform crucial data security and sanitization functions w1 = 0; w2 = 0; w3 = 0; w4 = 0; w5 = 0; w6= 0; h=0; avgw = 0; SP = 0; DP = 0; PP=0; h = readline("Enter your height value: "); w1 = readline("Enter first Weight value: "); w2 = readline("Enter second Weight value: "); w3 = readline("Enter third Weight value: "); w4 = readline("Enter fourth Weight value: "); w5 = readline("Enter fifth weight value: ");w6 = readline("Enter sixth Weight value: "); w1 = as.numeric(w1); w2 = as.numeric(w2); w3 = as.numeric(w3); w4 = as.numeric(w4); w5 = as.numer...