Let "vv" be the current version. Remember to change the version number in the DESCRIPTION file. On Windows, put the new version in a subfolder called "shinyTex" (not shinyTex-0.2-vv). From the parent folder, start a command prompt. 1) Check the package with "R CMD check shinyTex". 2) Build with "R CMD INSTALL --build shinyTex" to create shinyTex_0.2-vv.zip which is used to install on Windows (using Install Packages from local zip files). 3) Build with "R CMD build shinyTex" to create shinyTex_0.2-vv.tar.gz which can be used to upload to CRAN and/or to run fube without winBUGS support on non-Windows machines. With R3 on the computer, use "C:\Program Files\R\R-3.2.3\bin\R.exe" CMD check shinyTex etc. Copy the code to CETUS at hseltman/public_html/shinyTex in a directory called, e.g., shinyTex-0.3-vv, for version "vv". Also copy shinyTex_0.3-vv.zip and shinyTex_0.3.vv.tar.gz to hseltman/public_html/shinyTex. Update hseltman/public_html/shinyTex/.index.html and shinyTexManual.tex (copying the old to shinyTexDMonYear.ext) to refer to the latest version. For mac: copy shinyTex directory (containing NAMESPACE, DESCRIPTION, and folders data, man, R) to the mac. Go into the Terminal. Navigage to the folder above the shinyTex directory. Enter R CMD build shinyTex (ignore .DS.STORE warnings) R CMD check shinyTex R CMD build shinyTex R CMD install shinyTex Rename shinyTex_#.#-#.tar.gz to shinyTex_#.#-#.tgz to avoid conflict with the linux version. Copy the .tgz to cetus://public_html/shinyTex.