Skip to content

Commit ca45602

Browse files
committed
Version 0.2.1
1 parent fc43129 commit ca45602

4 files changed

Lines changed: 43 additions & 7 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.Rproj.user
22
.Rhistory
33
.RData
4-
.cran-comments.md
54
.Ruserdata
65
inst/doc
76
docs

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: serp
33
Title: Smooth Effects on Response Penalty for 'CLM'
4-
Version: 0.2.0.9001
4+
Version: 0.2.1
55
Authors@R:
66
person(given = "Ejike R.",
77
family = "Ugba",

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# serp 0.2.1
2+
- submission to CRAN
3+
4+
---
15
# serp 0.2.0.9001
26
- update function included in namespace
37
- examples included in the different function documentation
@@ -10,7 +14,8 @@
1014
- serp output includes residual degrees of freedom (rdf)
1115
- function to compute the effective degrees of freedom and rdf from the trace of the generalized hat matrix provided
1216
- serp.summary documentation has its value segment edited
13-
- new changes made in serp test functions
17+
- changes made in serp test functions
18+
- changes made in README.Rmd and README.md
1419

1520
---
1621
# serp 0.2.0

cran-comments.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## What has changed in the current version
22

3-
## serp 0.2.0.9001
3+
## serp 0.2.1
44

55
* namespace gets an additional function (update)
66
* more examples included in the different function documentation
@@ -9,18 +9,50 @@
99
* serp output includes residual degrees of freedom (rdf)
1010
* function to compute the effective degrees of freedom and rdf from the trace of the generalized hat matrix included
1111
* serp.summary documentation has its value segment edited
12-
* new changes made in serp test functions
12+
* changes made in serp test functions
13+
* changes made in README.Rmd and README.md
1314

1415

1516
## local R CMD check results
1617

1718
### Test environments
1819
* local x86_64-w64-mingw32 (64-bit), R 4.0.3 (2020-10-10) ;
1920

20-
-- R CMD check results ------------------------------------ serp 0.2.0.9001 ----
21-
Duration: 3m 29.2s
21+
-- R CMD check results ----------------------------------------- serp 0.2.1 ----
22+
Duration: 2m 51.6s
2223

2324
0 errors v | 0 warnings v | 0 notes v
2425

2526
R CMD check succeeded
2627

28+
29+
## R-hub builder
30+
31+
### Test environments
32+
- R-hub windows-x86_64-devel (r-devel)
33+
- R-hub ubuntu-gcc-release (r-release)
34+
- R-hub fedora-clang-devel (r-devel)
35+
36+
R CMD check results
37+
0 errors √ | 0 warnings √ | 0 notes √
38+
39+
Status: OK
40+
41+
42+
## win-builder
43+
44+
### Test environments
45+
- using platform: x86_64-w64-mingw32 (64-bit), R 4.0.3 (2020-10-10)
46+
- using platform: x86_64-w64-mingw32 (64-bit), R Under development (unstable) (2021-07-21 r80649)
47+
48+
R CMD check results
49+
50+
Status: OK
51+
52+
53+
## Downstream dependencies
54+
- There are currently no downstream dependencies for this package
55+
56+
57+
58+

0 commit comments

Comments
 (0)