Skip to content

Commit 1a07a67

Browse files
committed
Updates maintainer, ver, news and cran updates
1 parent 1b2b85f commit 1a07a67

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: modeldb
2-
Version: 0.2.1
2+
Version: 0.2.2
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 = "edgararuiz@gmail.com", role = c("aut", "cre"))
6+
person("Max", "Kuhn", email = "max@rstudio.com", role = c("aut", "cre"))
77
Depends:
88
R (>= 3.1)
99
Imports:

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# modeldb 0.2.2
2+
3+
- Switches maintainer to Max Kuhn
4+
15
# modeldb 0.2.1
26

37
- Uses `dplyr::tbl_vars()` for column name extraction to instead of `colnames()`

cran-comments.md

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

3-
* Uses `dplyr::tbl_vars()` for column name extraction to instead of `colnames()`
3+
* Switches to the Max Kuhn as package maintainer
4+
5+
## Comments
6+
7+
* Having Max as the maintainer will guarantee good follow through for any communications with CRAN. This is the reason why there is another update is such short order from the previous update in CRAN. Thank you for your understanding.
48

59
## Test environments
610

man/modeldb-package.Rd

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

0 commit comments

Comments
 (0)