Skip to content

Commit

Permalink
devtools cran-release file
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Feb 10, 2020
1 parent 62b5afb commit 7f49c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
^hooks$
^.travis.win.install.sh$
^cran-comments\.md$
^CRAN-RELEASE$
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2020-02-10.
Once it is accepted, delete this file and tag the release (commit 62b5afb12a).

3 comments on commit 7f49c9d

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/api.R:58:1: style: functions should have cyclomatic complexity of less than 15, this has 29.

handleAPIresponse <- function(response, special.statuses = list()) {
^

R/crunchbox.R:58:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

crunchBox <- function(dataset,
^

R/cube-dims.R:160:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

getDimTypes <- function(x) {
^

R/cube-subset.R:3:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

setMethod("[", "CrunchCube", function(x, i, j, ..., drop = TRUE) {
^

R/summary-insertions.R:6:5: warning: local variable ‘num_values’ assigned but may not be used

num_values <- values(var_cats[which.cats]) # nolint
    ^~~~~~~~~~

tests/testthat/helper.R:3:9: warning: no visible global function definition for ‘skip’

​        skip(...) # nolint
        ^~~~

tests/testthat/test-derive-debug.R:2:11: warning: no visible global function definition for ‘newDatasetFromFixture’

ds <- newDatasetFromFixture("apidocs")
          ^~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-export-dataset.R:2:5: warning: no visible global function definition for ‘expect_identical’

​    expect_identical(dim(df2), dim(ds))
    ^~~~~~~~~~~~~~~~

tests/testthat/test-export-dataset.R:2:36: warning: no visible binding for global variable ‘ds’

​    expect_identical(dim(df2), dim(ds))
                                   ^~

tests/testthat/test-export-dataset.R:3:5: warning: no visible global function definition for ‘expect_equal’

​    expect_equal(df2$v3, df$v3)
    ^~~~~~~~~~~~

tests/testthat/test-export-dataset.R:4:5: warning: no visible global function definition for ‘expect_identical’

​    expect_identical(levels(df2$v4), c("B", "C"))
    ^~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/api.R:58:1: style: functions should have cyclomatic complexity of less than 15, this has 29.

handleAPIresponse <- function(response, special.statuses = list()) {
^

R/crunchbox.R:58:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

crunchBox <- function(dataset,
^

R/cube-dims.R:160:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

getDimTypes <- function(x) {
^

R/cube-subset.R:3:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

setMethod("[", "CrunchCube", function(x, i, j, ..., drop = TRUE) {
^

R/summary-insertions.R:6:5: warning: local variable ‘num_values’ assigned but may not be used

num_values <- values(var_cats[which.cats]) # nolint
    ^~~~~~~~~~

tests/testthat/helper.R:3:9: warning: no visible global function definition for ‘skip’

​        skip(...) # nolint
        ^~~~

tests/testthat/test-derive-debug.R:2:11: warning: no visible global function definition for ‘newDatasetFromFixture’

ds <- newDatasetFromFixture("apidocs")
          ^~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-export-dataset.R:2:5: warning: no visible global function definition for ‘expect_identical’

​    expect_identical(dim(df2), dim(ds))
    ^~~~~~~~~~~~~~~~

tests/testthat/test-export-dataset.R:2:36: warning: no visible binding for global variable ‘ds’

​    expect_identical(dim(df2), dim(ds))
                                   ^~

tests/testthat/test-export-dataset.R:3:5: warning: no visible global function definition for ‘expect_equal’

​    expect_equal(df2$v3, df$v3)
    ^~~~~~~~~~~~

tests/testthat/test-export-dataset.R:4:5: warning: no visible global function definition for ‘expect_identical’

​    expect_identical(levels(df2$v4), c("B", "C"))
    ^~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/api.R:58:1: style: functions should have cyclomatic complexity of less than 15, this has 29.

handleAPIresponse <- function(response, special.statuses = list()) {
^

R/crunchbox.R:58:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

crunchBox <- function(dataset,
^

R/cube-dims.R:160:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

getDimTypes <- function(x) {
^

R/cube-subset.R:3:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

setMethod("[", "CrunchCube", function(x, i, j, ..., drop = TRUE) {
^

R/summary-insertions.R:6:5: warning: local variable ‘num_values’ assigned but may not be used

num_values <- values(var_cats[which.cats]) # nolint
    ^~~~~~~~~~

tests/testthat/helper.R:3:9: warning: no visible global function definition for ‘skip’

​        skip(...) # nolint
        ^~~~

tests/testthat/test-derive-debug.R:2:11: warning: no visible global function definition for ‘newDatasetFromFixture’

ds <- newDatasetFromFixture("apidocs")
          ^~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-export-dataset.R:2:5: warning: no visible global function definition for ‘expect_identical’

​    expect_identical(dim(df2), dim(ds))
    ^~~~~~~~~~~~~~~~

tests/testthat/test-export-dataset.R:2:36: warning: no visible binding for global variable ‘ds’

​    expect_identical(dim(df2), dim(ds))
                                   ^~

tests/testthat/test-export-dataset.R:3:5: warning: no visible global function definition for ‘expect_equal’

​    expect_equal(df2$v3, df$v3)
    ^~~~~~~~~~~~

tests/testthat/test-export-dataset.R:4:5: warning: no visible global function definition for ‘expect_identical’

​    expect_identical(levels(df2$v4), c("B", "C"))
    ^~~~~~~~~~~~~~~~

Please sign in to comment.