Skip to content

Commit c730e81

Browse files
committed
Update version
1 parent b1261e1 commit c730e81

File tree

4 files changed

+25
-17
lines changed

4 files changed

+25
-17
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: brokenstick
22
Type: Package
33
Title: Broken Stick Model for Irregular Longitudinal Data
4-
Version: 1.0.3
4+
Version: 1.1.0
55
Authors@R: person("Stef", "van Buuren", email = "[email protected]", role = c("aut","cre"))
66
Description: The broken stick model describes a set of individual curves by a
77
linear mixed model using a second-order linear B-spline. The main use of the model

NEWS.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# brokenstick 1.0.3
2-
3-
- Sanitise chunk names by removing `:` and `_` characters
4-
5-
# brokenstick 1.0.2
6-
7-
- Correct some "first-order" mindo's to "second-order"
8-
9-
# brokenstick 1.0.1
10-
11-
- Repair plotting glitch in `oldfriends.Rmd`
12-
- Limit number of printed rows in `predict.brokenstick()` example
1+
# brokenstick 1.1.0
2+
3+
This version adds a couple of minor alterations.
4+
5+
- Updates cran-comments
6+
- Adds a link to the JSS manuscript in the `description` field
7+
- Removes unnecessary `\dontrun{}` directives
8+
- Exports `parse_formula()` to remove `:::` from examples
9+
- Sanitises chunk names by removing `:` and `_` characters
10+
- Corrects some "first-order" mindo's to "second-order"
11+
- Repairs plotting glitch in `oldfriends.Rmd`
12+
- Limits number of printed rows in `predict.brokenstick()` example
1313

1414
# brokenstick 1.0.0
1515

cran-comments.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ title: "cran-comments"
33
output: github_document
44
---
55

6-
## Reason for submission
6+
## Resubmission 1
77

8-
`brokenstick 1.0.0` is a new package
8+
This is a resubmission. In this version I have
9+
10+
- Added a link to the JSS manuscript in the `description` field
11+
- Removed unnecessary `\dontrun{}` directives
12+
- Exported `parse_formula()` to remove `:::` from examples
913

1014
## Test environments
1115

cran-comments.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
cran-comments
22
================
33

4-
## Reason for submission
4+
## Resubmission 1
55

6-
`brokenstick 1.0.0` is a new package
6+
This is a resubmission. In this version I have
7+
8+
- Added a link to the JSS manuscript in the `description` field
9+
- Removed unnecessary `\dontrun{}` directives
10+
- Exported `parse_formula()` to remove `:::` from examples
711

812
## Test environments
913

0 commit comments

Comments
 (0)