JoeyBernhardt / p-temp

temperature and nutrient effects on productivity
MIT License
0 stars 1 forks source link

issue with rerddap #36

Open JoeyBernhardt opened 7 years ago

JoeyBernhardt commented 7 years ago
reprex::reprex_info()
#> Created by the reprex package v0.1.1.9000 on 2017-10-16

out <- griddap('ncdcOisst2AmsrAgg_LonPM180',
                                time = c('2006-01-01', '1995-01-01'),
                                latitude = c(33.875, 33.875),
                                longitude = c(131.125, 131.125),
                                fields = "sst")
#> Error in eval(expr, envir, enclos): could not find function "griddap"
Session info ``` r devtools::session_info() #> Session info ------------------------------------------------------------- #> setting value #> version R version 3.3.0 (2016-05-03) #> system x86_64, darwin13.4.0 #> ui X11 #> language (EN) #> collate en_CA.UTF-8 #> tz America/Vancouver #> date 2017-10-16 #> Packages ----------------------------------------------------------------- #> package * version date source #> backports 1.1.1 2017-09-25 cran (@1.1.1) #> base * 3.3.0 2016-05-03 local #> datasets * 3.3.0 2016-05-03 local #> devtools 1.13.2 2017-06-02 CRAN (R 3.3.2) #> digest 0.6.12 2017-01-27 CRAN (R 3.3.2) #> evaluate 0.10.1 2017-06-24 cran (@0.10.1) #> graphics * 3.3.0 2016-05-03 local #> grDevices * 3.3.0 2016-05-03 local #> htmltools 0.3.6 2017-04-28 CRAN (R 3.3.2) #> knitr 1.17 2017-08-10 cran (@1.17) #> magrittr 1.5 2014-11-22 CRAN (R 3.3.0) #> memoise 1.1.0 2017-04-21 CRAN (R 3.3.2) #> methods * 3.3.0 2016-05-03 local #> Rcpp 0.12.13 2017-09-28 cran (@0.12.13) #> reprex 0.1.1.9000 2017-10-16 Github (tidyverse/reprex@94c1176) #> rlang 0.1.2.9000 2017-10-16 Github (tidyverse/rlang@2aacc28) #> rmarkdown 1.6 2017-06-15 cran (@1.6) #> rprojroot 1.2 2017-01-16 cran (@1.2) #> stats * 3.3.0 2016-05-03 local #> stringi 1.1.5 2017-04-07 CRAN (R 3.3.2) #> stringr 1.2.0 2017-02-18 CRAN (R 3.3.2) #> tools 3.3.0 2016-05-03 local #> utils * 3.3.0 2016-05-03 local #> withr 2.0.0 2017-07-28 cran (@2.0.0) #> yaml 2.1.14 2016-11-12 CRAN (R 3.3.2) ```