Skip to content

Commit

Permalink
workflows 1.1.0 (#173)
Browse files Browse the repository at this point in the history
* Update revdepcheck results

* Increment version number to 1.1.0

* Update `cran-comments.md` with revdepcheck issues

* CRAN-SUBMISSION

* Update `cran-comments.md`

* CRAN-SUBMISSION

* delete CRAN-SUBMISSION

Co-authored-by: simonpcouch <[email protected]>
  • Loading branch information
DavisVaughan and simonpcouch authored Sep 26, 2022
1 parent 2513121 commit 48cc38f
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: workflows
Title: Modeling Workflows
Version: 1.0.0.9000
Version: 1.1.0
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# workflows (development version)
# workflows 1.1.0

* Simon Couch is now the maintainer (#170).

Expand Down
18 changes: 13 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## revdepcheck results
## Known problems

We checked 28 reverse dependencies (26 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
All 3 broken packages are from the same maintainer. He was notified of this issue two weeks ago.

* modeltime
* Description: Error in tests
* Link: https://github.com/business-science/modeltime/pull/198

* modeltime.ensemble
* Description: Error in tests
* Link: See modeltime

* modeltime.resample
* Description: Error in vignettes
* Link: See modeltime
8 changes: 8 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
|NA |? | | | |
|NA |? | | | |

## New problems (3)

|package |version |error |warning |note |
|:------------------|:-------|:------|:-------|:----|
|[modeltime](problems.md#modeltime)|1.2.2 |__+1__ | | |
|[modeltime.ensemble](problems.md#modeltimeensemble)|1.0.1 |__+1__ | |1 |
|[modeltime.resample](problems.md#modeltimeresample)|0.2.1 | |__+1__ |1 |

18 changes: 16 additions & 2 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
## revdepcheck results

We checked 28 reverse dependencies (26 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 29 reverse dependencies (27 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We saw 3 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* modeltime
checking tests ... ERROR

* modeltime.ensemble
checking tests ... ERROR

* modeltime.resample
checking re-building of vignette outputs ... WARNING

135 changes: 134 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1 +1,134 @@
*Wow, no problems at all. :)*
# modeltime

<details>

* Version: 1.2.2
* GitHub: https://github.com/business-science/modeltime
* Source code: https://github.com/cran/modeltime
* Date/Publication: 2022-06-07 21:50:02 UTC
* Number of recursive dependencies: 243

Run `cloud_details(, "modeltime")` for more info

</details>

## Newly broken

* checking tests ... ERROR
```
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Backtrace:
1. ├─... %>% fit(data_set) at test-panel-data.R:33:0
2. ├─generics::fit(., data_set)
3. ├─workflows::add_recipe(., recipe_spec %>% step_rm(date))
4. │ └─workflows:::add_action(x, action, "recipe")
5. │ └─workflows:::validate_is_workflow(x, call = call)
6. │ └─workflows:::is_workflow(x)
7. └─workflows::add_model(., svm_rbf() %>% set_engine("kernlab"))
8. └─workflows:::new_action_model(spec, formula)
9. └─rlang::abort(message, call = call)
[ FAIL 2 | WARN 2 | SKIP 22 | PASS 477 ]
Error: Test failures
Execution halted
```

# modeltime.ensemble

<details>

* Version: 1.0.1
* GitHub: https://github.com/business-science/modeltime.ensemble
* Source code: https://github.com/cran/modeltime.ensemble
* Date/Publication: 2022-06-09 12:20:02 UTC
* Number of recursive dependencies: 214

Run `cloud_details(, "modeltime.ensemble")` for more info

</details>

## Newly broken

* checking tests ... ERROR
```
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Backtrace:
1. ├─... %>% fit(data_set) at test-panel-data.R:28:0
2. ├─generics::fit(., data_set)
3. ├─workflows::add_recipe(., recipe_spec %>% step_rm(date))
4. │ └─workflows:::add_action(x, action, "recipe")
5. │ └─workflows:::validate_is_workflow(x, call = call)
6. │ └─workflows:::is_workflow(x)
7. └─workflows::add_model(., boost_tree() %>% set_engine("xgboost"))
8. └─workflows:::new_action_model(spec, formula)
9. └─rlang::abort(message, call = call)
[ FAIL 2 | WARN 16 | SKIP 5 | PASS 52 ]
Error: Test failures
Execution halted
```

## In both

* checking dependencies in R code ... NOTE
```
Namespace in Imports field not imported from: ‘parsnip’
All declared Imports should be used.
```

# modeltime.resample

<details>

* Version: 0.2.1
* GitHub: https://github.com/business-science/modeltime.resample
* Source code: https://github.com/cran/modeltime.resample
* Date/Publication: 2022-06-07 14:30:03 UTC
* Number of recursive dependencies: 212

Run `cloud_details(, "modeltime.resample")` for more info

</details>

## Newly broken

* checking re-building of vignette outputs ... WARNING
```
Error(s) in re-building vignettes:
--- re-building ‘getting-started.Rmd’ using rmarkdown
── Attaching packages ────────────────────────────────────── tidymodels 1.0.0 ──
✔ broom 1.0.1 ✔ recipes 1.0.1
✔ dials 1.0.0 ✔ rsample 1.1.0
✔ dplyr 1.0.10 ✔ tibble 3.1.8
✔ ggplot2 3.3.6 ✔ tidyr 1.2.1
✔ infer 1.0.3 ✔ tune 1.0.0
✔ modeldata 1.0.1 ✔ workflows 1.1.0
✔ parsnip 1.0.1 ✔ workflowsets 1.0.0
...
Error: processing vignette 'panel-data.Rmd' failed with diagnostics:
`spec` must have a known mode.
ℹ Set the mode of `spec` by using `parsnip::set_mode()` or by setting the mode directly in the parsnip specification function.
--- failed re-building ‘panel-data.Rmd’
SUMMARY: processing the following file failed:
‘panel-data.Rmd’
Error: Vignette re-building failed.
Execution halted
```

## In both

* checking dependencies in R code ... NOTE
```
Namespaces in Imports field not imported from:
‘crayon’ ‘dials’ ‘glue’ ‘parsnip’
All declared Imports should be used.
```

0 comments on commit 48cc38f

Please sign in to comment.