typr 0.3.16

A superset of the legendary R
1
2
3
4
5
6
7
8
9
10
cargo build --target x86_64-pc-windows-gnu --release
cargo build --target x86_64-unknown-linux-gnu --release

cp -f target/x86_64-pc-windows-gnu/release/typr.exe ../package_r/typr_runner/inst/bin/ 
cp -f target/x86_64-unknown-linux-gnu/release/typr ../package_r/typr_runner/inst/bin/ 

cd ../package_r/typr_runner
git add .
git commit -m "[auto] updated binaries"
git push