Skip to content

Commit

Permalink
chore: CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Oct 21, 2019
1 parent bfbf80d commit f1a7955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ledger
Type: Package
Title: Utilities for Importing Data from Plain Text Accounting Files
Version: 2.0.3-1
Version: 2.0.4
Authors@R: c(person("Trevor L", "Davis", role = c("aut", "cre"), email="[email protected]"),
person("Jenya", "Sovetkin", email = "[email protected]", role="ctb"))
URL: https://github.com/trevorld/r-ledger
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ledger 2.0.3
ledger 2.0.4
============

* For ``beancount`` files read in with ``register_beancount`` with the end ``date`` argument set
we no longer use any price directives on the end date to determine market value
but only those strictly before the end date.
This matches the filtering of transactions and the new ``hledger`` market value behavior.

ledger 2.0.1
ledger 2.0.2
============

* For ``ledger`` files ``register`` no longer filters out transactions with amount equal to zero (#13).
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Depending on the type of plaintext accounting file to be imported this package h

* local (linux, R 3.4.4) with all of the system dependencies installed
* win-builder (windows, R devel) with none of the system dependencies installed
* travis-ci (linux, R devel) with all of the system dependencies installed
* travis-ci (linux, R devel) with ledger and beancount installed
* appveyor (windows, R release) with all of the system dependencies installed
* travis-ci (OSX, R release) with all of the system dependencies installed
* travis-ci (linux, R release) with all of the system dependencies installed
* travis-ci (OSX, R release) with ledger and beancount installed
* travis-ci (linux, R release) with ledger and beancount installed

**R CMD check --as-cran results**

Expand Down

0 comments on commit f1a7955

Please sign in to comment.