Skip to content

Commit bd08820

Browse files
committed
Updates email, comments, help
1 parent 7d85754 commit bd08820

File tree

7 files changed

+25
-19
lines changed

7 files changed

+25
-19
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: modeldb
2-
Version: 0.2.0.9000
2+
Version: 0.2.1
33
Title: Fits Models Inside the Database
44
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside the database. It currently supports KMeans and linear regression models.
55
Authors@R:
6-
person("Edgar", "Ruiz", email = "edgar@rstudio.com", role = c("aut", "cre"))
6+
person("Edgar", "Ruiz", email = "edgararuiz@gmail.com", role = c("aut", "cre"))
77
Depends:
88
R (>= 3.1)
99
Imports:
@@ -27,6 +27,6 @@ Suggests:
2727
License: GPL-3
2828
URL: https://github.com/tidymodels/modeldb
2929
BugReports: https://github.com/tidymodels/modeldb/issues
30-
RoxygenNote: 6.1.1
30+
RoxygenNote: 7.0.2
3131
Encoding: UTF-8
3232
VignetteBuilder: knitr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# modeldb (dev)
22

3-
- Moves column name extraction to `dplyr::tbl_vars()` instead of `colnames()`
3+
- Uses `dplyr::tbl_vars()` for column name extraction to instead of `colnames()`
44

55
# modeldb 0.2.0
66

cran-comments.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
## Release summary
22

3-
* Adds tidypredict's as_parsed_model() support for regression models
4-
5-
* Fixes compatability issues with rlang and dplyr
3+
* Uses `dplyr::tbl_vars()` for column name extraction to instead of `colnames()`
64

75
## Test environments
86

9-
* Local windows 10 install, R 3.6.0
10-
11-
* Ubuntu 18.04.2 LTS, R 3.6.1
7+
* Ubuntu 18.04.2 LTS, R 3.6.2
128

139
* Ubuntu 14.04 (on travis-ci)
1410

man/add_dummy_variables.Rd

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/linear_regression_db.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/modeldb-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/simple_kmeans_db.Rd

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)