Skip to content

Commit

Permalink
version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycbowman authored and cran-robot committed Mar 4, 2015
1 parent d5b9546 commit 5be3608
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: rNOMADS
Type: Package
Title: An Interface to the NOAA Operational Model Archive and
Distribution System
Version: 2.1.2
Date: 2015-01-16
Version: 2.1.3
Date: 2015-03-04
Authors@R: c(person(given="Daniel C.",family="Bowman", role=c("aut", "cre"),
email="daniel.bowman@unc.edu"))
Depends: R (>= 3.1.1), rvest (>= 0.1.0)
Expand All @@ -17,10 +17,10 @@ URL: https://r-forge.r-project.org/projects/rnomads/ (subversion
(GrADS-DODS examples)
http://www.unc.edu/~haksaeng/rNOMADS/rNOMADS_grib_examples.pdf
(grib examples)
Packaged: 2015-01-16 16:57:48 UTC; bowman
Packaged: 2015-03-04 13:37:23 UTC; bowman
Maintainer: Daniel C. Bowman <daniel.bowman@unc.edu>
MailingList: rnomads-user@lists.r-forge.r-project.org
Author: Daniel C. Bowman [aut, cre]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-01-16 18:14:15
Date/Publication: 2015-03-04 16:08:25
5 changes: 3 additions & 2 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
b30ada464ebc46a16c9497ef035b2347 *DESCRIPTION
93e74dab47589d0d73eccf02ac06ca9a *DESCRIPTION
cac30678871f258448faf23d8167d362 *NAMESPACE
39f84d10a18228dd6e354bd1bd64ae36 *NEWS
3ddc31c9de1a822a5de8a24352acbae1 *R/GetArchiveGrib.R
ef898f48fc45a8ba156b18f2a476a45f *R/GetDODS.R
57ab39005df3df1b523bc0059a957b2b *R/GetDODS.R
cfb79120a31c49156f63e668f7c80428 *R/GetRealTimeGrib.R
c248763b06b3e13c46565811b4e7b2dd *R/Models.R
c131a6cedbb4d5e885c279f15609f829 *R/RNomadsTools.R
987f1ef4e08f89fee97ad6946fa9b218 *R/ReadGrib.R
e1094799c652a311619b92483183a5fc *inst/CITATION
655d7615473825378142c4b6aac9cedd *man/ArchiveGribGrab.Rd
fb442905a3589eda2590270ffd9a31a6 *man/BuildProfile.Rd
0bdff541e2fbd21d7b2e205fca3e8656 *man/CheckNOMADSArchive.Rd
Expand Down
2 changes: 1 addition & 1 deletion R/GetDODS.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ DODSGrab <- function(model.url, model.run, variables, time, lon, lat, levels = N

#RCurl needs to be loaded for this to work I think
#data.txt <- readLines(data.url)
data.txt.raw <- RCurl::getURL(data.url, .opts = list(verbose = verbose))
data.txt.raw <- RCurl::getURL(data.url, .opts = list(verbose = verbose)) #Read in data
if(grepl("[eE][rR][rR][oO][rR]", data.txt.raw)) {
warning(paste0("There may have been an error retrieving data from the NOMADS server. HTML text is as follows\n", data.txt.raw
))
Expand Down
10 changes: 10 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
citHeader("To cite the rNOMADS package in publications use:")
bibentry(bibtype = "Article",
title = "Near real time weather and ocean model data access with {rNOMADS}",
author = c(person(given = "Daniel C.", family = "Bowman"),
person(given = "Jonathan M.", family = "Lees")),
journal = {"Computers & Geosciences"},
year = {"2015"},
pages = {"88-95"},
volume = {"78"},
doi = {"10.1016/j.cageo.2015.02.013"})

0 comments on commit 5be3608

Please sign in to comment.