X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=to-cran.sh;h=16d44078d634860532bdb27add6be569c6a04db4;hp=b7e0ccd8f86bb292f4d4df0f3005cf24f98951f0;hb=cf673dee64ab0ce02ccaaba0fb63a9a4589ee8aa;hpb=5fc1b9d9bbb20ebf5228792f5885b77991c0cec9 diff --git a/to-cran.sh b/to-cran.sh index b7e0ccd..16d4407 100755 --- a/to-cran.sh +++ b/to-cran.sh @@ -9,6 +9,7 @@ for file in `find -name *.R`; do if [ -f $file ]; then sed -i 's/μ/mu/g' $file sed -i 's/β/beta/g' $file + sed -i 's/ρ/rho/g' $file sed -i 's/λ/lambda/g' $file sed -i 's/Σ/Sigma/g' $file fi