Skip to content

Commit 6ef99ad

Browse files
committed
CRAN release of v0.1.1
1 parent 438b481 commit 6ef99ad

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

.Rbuildignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^data-raw$
4-
^NEWS\.md$
54
^cran-comments\.md$
65
^CRAN-SUBMISSION$
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"activeTab": 0,
2+
"activeTab": 2,
33
"activeTabSourceWindow0": 0
44
}

.Rproj.user/32B244C4/persistent-state

+2-2
Large diffs are not rendered by default.

.Rproj.user/32B244C4/sources/prop/CA48EF17

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cursorPosition": "3,16",
2+
"cursorPosition": "7,40",
33
"scrollLine": "0",
44
"source_window_id": "",
55
"Source": "Source"

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: MSTest
22
Type: Package
33
Title: Hypothesis Testing for Markov Switching Models
4-
Date: 2023-01-30
4+
Date: 2023-01-31
55
Version: 0.1.1
66
Authors@R:
77
c(person(given = "Gabriel",

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Made changes to MMC LRT related functions for obtaining null distribution of statistical test.
44
* Added more examples. Examples that take long to complete are commented out but serve to get familiar with usage.
55
* Fixed bug related to using init_theta (setting initial values of parameters) when estimating Markov models (i.e. MSARmdl(), HMmdl(), and MSVARmdl()).
6+
* Fixed bug in MMC_bound() when k0>1
67
* updated `DESCRIPTION` file for new version.
78

89
# MSTest 0.1.0

cran-comments.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ This is a resubmission. In this version I have:
44
* Made changes to MMC LRT related functions for obtaining null distribution of statistical test.
55
* Added more examples. Examples that take long to complete are commented out but serve to get familiar with usage.
66
* Fixed bug related to using init_theta (setting initial values of parameters) when estimating Markov models (i.e. MSARmdl(), HMmdl(), and MSVARmdl()).
7+
* Fixed bug in MMC_bound() when k0>1
78
* updated `DESCRIPTION` file for new version.
89

910
## Test environments
10-
*
11+
*
1112

1213
## R CMD check results
1314

src/RcppExports-fa86a01b.o.tmp

Whitespace-only changes.

0 commit comments

Comments
 (0)