Skip to content

Commit 1b69520

Browse files
committed
version bump to release version and revdeps
1 parent be85643 commit 1b69520

File tree

6 files changed

+37
-2
lines changed

6 files changed

+37
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ tests/testthat/logs/
77
*.history
88
derby.log
99
logs/*
10+
revdep/library.noindex/
11+
revdep/checks.noindex/
12+

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parsnip
2-
Version: 0.0.1.9000
2+
Version: 0.0.2
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# parsnip 0.0.1.9000
1+
# parsnip 0.0.2
2+
3+
Small release driven by changes in `sample()` in the current r-devel.
4+
25

36
## New Features
47

revdep/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:--------------------------------------------------|
5+
|version |R Under development (unstable) (2019-03-02 r76189) |
6+
|os |macOS High Sierra 10.13.6 |
7+
|system |x86_64, darwin15.6.0 |
8+
|ui |X11 |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2019-03-21 |
14+
15+
# Dependencies
16+
17+
|package |old |new |Δ |
18+
|:-------|:-----|:----------|:--|
19+
|parsnip |0.0.1 |0.0.1.9000 |* |
20+
21+
# Revdeps
22+
23+
## All (2)
24+
25+
|package |version |error |warning |note |
26+
|:----------|:-------|:-----|:-------|:----|
27+
|probably |0.0.2 | | | |
28+
|tidymodels |0.0.2 | | | |
29+

revdep/data.sqlite

148 KB
Binary file not shown.

revdep/problems.md

Whitespace-only changes.

0 commit comments

Comments
 (0)