Skip to content

Commit

Permalink
Submission to CRAN. v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GediminasB committed Jan 31, 2018
1 parent decca42 commit a985abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: fls
Type: Package
Title: Time-Varying Linear Regression via Flexible Least Squares
Version: 0.1.1.9000
Version: 0.1.1
Author: Gediminas Bagdonas
Maintainer: Gediminas Bagdonas <gediminas@bagdonas.me>
Description: A R/C++ implementation of algorithm proposed in R. Kalaba and L. Tesfatsion (1989).
Expand All @@ -10,7 +10,7 @@ BugReports: https://github.com/gediminasb/fls/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.2)
R (>= 3.3.0)
Imports: Rcpp (>= 0.12.13), Rdpack
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 0.1.1.9000 - 2018-01-18
# 0.1.1 - 2018-01-31
Package submitted to CRAN.

### Added
- Added some unit tests for main function (`fls`).

Expand All @@ -9,4 +11,4 @@

# 0.1.0 - 2018-01-17
### Added
- Initial version submitted to CRAN.
- Initial version.

0 comments on commit a985abf

Please sign in to comment.