My favorites | Sign in
Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 12: read.sealevel() contains a hard-coded filename
  Back to list
Status:  Fixed
Owner:  Dan.Kel...@Dal.Ca
Closed:  Jan 2008
Type-Defect
Priority-Medium
Milestone-0.1.70


Sign in to add a comment
 
Reported by Dan.Kel...@Dal.Ca, Jan 08, 2008
This is a remnant from development with a particular test file:

    if (substr(first.line, 1, 12) == "Station_Name") {
        header.length <- 8
        header <- scan("../490-01-jan-2001_slev.csv", character(), 
            n = header.length, quiet = TRUE)
        station.name <- strsplit(header[1], ",")[[1]][2]
        station.number <- as.numeric(strsplit(header[2], ",")[[1]][2])
        latitude <- as.numeric(strsplit(header[3], ",")[[1]][2])


Comment 1 by Dan.Kel...@Dal.Ca, Jan 08, 2008
(No comment was entered for this change.)
Labels: Milestone-0.1.70
Comment 2 by Dan.Kel...@Dal.Ca, Jan 09, 2008
Fixed in pre-release version.
Status: Fixed
Sign in to add a comment

Hosted by Google Code