From 7a93e955918a79c235d0042a3a9ab38f0e9830e0 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Tue, 15 Jan 2013 11:13:46 -0600 Subject: [PATCH] Fixed some formatting errors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ffcb9c..90994fc2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To install the EGRET package: Include the full path to EGRET_1.2.3.tar.gz to install the package (here is a Windows example, note the direction of the slashes -> /, this is backwards from how Windows typically defines a path ): - install.packages("zoo") + install.packages("zoo") install.packages("C:/RPackages/Statistics/dataRetrieval_1.2.1.tar.gz", repos=NULL, type="source") A Mac example: -- GitLab