Skip to content

Commit

Permalink
prerelease commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanB95 committed Sep 15, 2020
1 parent e6f4295 commit f37e4d7
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 34 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Bug fixes

* Fixed bug in predicting using explanatory variables.
* Fixed edge case in adding explanatory variables. The bug occured when there was only 1 explanatory variable and 1 dependent variable supplied, causing the Z system matrix to be a vector instead of an array.
* Fixed edge case in adding explanatory variables. The bug occurred when there was only 1 explanatory variable and 1 dependent variable supplied, causing the Z system matrix to be a vector instead of an array.

# statespacer 0.2.1

Expand Down
11 changes: 1 addition & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@
* ubuntu 16.04 (on travis-ci), R 4.0.2
* Fedora Linux, R-devel, clang, gfortran (fedora-clang-devel)
* Debian Linux, R-devel, GCC ASAN/UBSAN (linux-x86_64-rocker-gcc-san)
* Oracle Solaris 10, x86, 32 bit, R-release (solaris-x86-patched)
* Ubuntu Linux 16.04 LTS, R-release, GCC (ubuntu-gcc-release)
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (windows-x86_64-devel)
* Windows Server 2008 R2 SP1, R-oldrel, 32/64 bit (windows-x86_64-oldrel)
* Windows Server 2008 R2 SP1, R-release, 32/64 bit (windows-x86_64-release)

## R CMD check results

0 errors | 0 warnings | 1 note

There was 1 NOTE:

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Dylan Beijers <[email protected]>'
Days since last update: 2

Added a patch for macOS. On macOS, assignment of nested lists is handled a bit differently than on other platforms. For instance, if `first <- list()`, then assigning `first$second[[["third"]] <- 1` returns on Windows (and other platforms) a list named `first`, that contains another list named `second`, that contains a named element `third` equal to an unnamed length 1 numerical vector. On macOS though, it returns a list named `first`, that contains a named element `second` equal to a named (`third`) length 1 numerical vector. So `second` is a list on the other platforms, while being a named numerical vector on macOS. This caused a bug on macOS while computing standard errors. My apologies for not noticing this before submitting v0.2.0.
0 errors | 0 warnings | 0 notes
12 changes: 6 additions & 6 deletions docs/articles/boxjenkins.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions docs/articles/seatbelt.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/selfspec.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 2.9.2.1
pkgdown: 1.6.0
pkgdown_sha: ~
articles: []
last_built: 2020-09-15T13:26Z
last_built: 2020-09-15T19:44Z
urls:
reference: https://dylanb95.github.io/statespacer/reference
article: https://dylanb95.github.io/statespacer/articles
Expand Down

0 comments on commit f37e4d7

Please sign in to comment.