Download Latest Version scripts.zip (84.8 kB)
Email in envelope

Get an email when there's a new version of EnvStats

Home
Name Modified Size InfoDownloads / Week
Version 1.0.2 2013-10-31
Version 1.0.1 2013-10-25
Readme, 1.0.1.txt 2013-10-25 1.9 kB
Totals: 3 Items   1.9 kB 1
INSTALLATION INSTRUCTIONS FOR EnvStat
-------------------------------------

You need to be running R version 3.0.1 or higher in order to use the EnvStats package.  
If you do not have R installed on your computer, here is a link to where you can 
download R:  http://www.r-project.org

               =======
To install the Windows version of EnvStats, follow these steps:
               =======

1) Download the file "EnvStats_1.0.1.zip" onto your computer.
2) Start R.
3) On the menu, choose "Packages > Install package(s) from local zip file…".  
   This will bring up a new window.
4) In the new window, locate the file "EnvStats_1.0.1.zip" and double-click on it.
5) In the R command window, you should see the message 
   "package ‘EnvStats’ successfully unpacked and MD5 sums checked".

Alternatively, steps 3)-5) can be replaced with:
3) Type the command: 

   install.packages(file_name_and_path, repos = NULL)

   where file_name_and_path denotes a character string with the path and file name.  
   Note that under Windows, backslashes (\) must be duplicated.  As an example, the 
   file_name_and_path might be "C:\\Users\\Me\\Downloads\\EnvStats_1.0.1.zip"

##################################################################

               ==============
To install the multi-platform version of EnvStats, follow these steps:
               ==============

1) Download the file EnvStats_1.0.1.tar.gz onto your computer.
2) Start R.
3) Type the command

   install.packages(file_name_and_path, repos = NULL, type = "source")

   where file_name_and_path denotes a character string with the path and file name.  
   As an example, the file_name_and_path might be "\usr\me\ EnvStats_1.0.1.tar.gz"

#####################################################################

Support questions specific to EnvStats (not general questions about R) should be 
e-mailed to: EnvStats@ProbStatInfo.com
Source: Readme, 1.0.1.txt, updated 2013-10-25