Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfisher-usgs committed Nov 11, 2013
1 parent 7cf10b4 commit e07bb1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RSurvey
Version: 0.7-9
Date: 2013-08-28
Date: 2013-11-11
Title: Analysis of Spatially Distributed Data
Author: Jason C. Fisher
Maintainer: Jason C. Fisher <jfisher@usgs.gov>
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changes in Version 0.7-9

o Packages delcared in Depends field are now in the Imports field.

o Redesigned the GUI layout in the Format function.

Changes in Version 0.7-8
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ by choosing to customize the start-up options and specifying the SDI interface

Open an R session and install **RSurvey** and its dependent packages from CRAN:

> install.packages('RSurvey')
> install.packages("RSurvey")

In addition to the required packages, **RSurvey** uses functions in a number of
recommended packages:
[**rgl**](http://cran.r-project.org/web/packages/rgl/index.html "rgl")
for 3D visualization,
for 3D visualization,
[**rgdal**](http://cran.r-project.org/web/packages/rgdal/index.html "rgdal")
for Esri shapefile support,
[**colorspace**](http://cran.r-project.org/web/packages/colorspace/index.html "colorspace")
Expand All @@ -46,7 +46,7 @@ a spreadsheet-like [Tcl/Tk](http://www.tcl.tk/ "Tcl/Tk") widget
(typically included with the binary distribution of R).
The following call will indicate whether tktable is available for use:

> tcltk::tclRequire('Tktable', warn = TRUE)
> tcltk::tclRequire("Tktable", warn = TRUE)

Run
---
Expand All @@ -57,5 +57,5 @@ Load **RSurvey** in the current R session to activate the main GUI:

Example data sets are provided in the following directory:

> system.file('extdata', package = 'RSurvey')
> system.file("extdata", package = "RSurvey")

Binary file modified data/ex.project.RData
Binary file not shown.

0 comments on commit e07bb1c

Please sign in to comment.