Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
fixed spelling mistake, nolint long lines in test files, ropensci/sof…
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 17, 2017
1 parent 439b342 commit 7535229
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Client for Coupled Model Intercomparison Project (CMIP) data
(<http://gdo-dcp.ucllnl.org/downscaled_cmip_projections/>).
Data is stored on an FTP server, from which we provide
functions to fetch data and return tidy data.
Version: 0.0.8.9310
Version: 0.0.8.9315
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com")
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion R/cmip_read.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Reaa data into R
#' Read data into R
#'
#' @export
#' @param x A \code{ccafs_files} object, the output from a call to
Expand Down
4 changes: 2 additions & 2 deletions man/cmip_read.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-cmip_fetch.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
context("cmip_fetch")

# key <- "bcsd/yearly/cnrm_cm3.1/cnrm_cm3.1.sresa1b.monthly.Prcp.2035.nc"
key <- "bcsd/2deg/1950-2099/sresb1/sresb1.miub_echo_g.1.monthly.Tavg.RAW.1950-2099.nc"
key <- "bcsd/2deg/1950-2099/sresb1/sresb1.miub_echo_g.1.monthly.Tavg.RAW.1950-2099.nc" # nolint

test_that("cmip_fetch works", {
skip_on_cran()
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-cmip_read.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
context("cmip_read")

#key <- "bcsd/yearly/cnrm_cm3.1/cnrm_cm3.1.sresa1b.monthly.Prcp.2035.nc"
key <- "bcsd/2deg/1950-2099/sresb1/sresb1.miub_echo_g.1.monthly.Tavg.RAW.1950-2099.nc"
key <- "bcsd/2deg/1950-2099/sresb1/sresb1.miub_echo_g.1.monthly.Tavg.RAW.1950-2099.nc" # nolint

test_that("cmip_read works", {
skip_on_cran()
Expand Down

0 comments on commit 7535229

Please sign in to comment.