diff --git a/DESCRIPTION b/DESCRIPTION index bf0844e..03b3c05 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ledger Type: Package Title: Utilities for Importing Data from Plain Text Accounting Files -Version: 2.0.10-2 +Version: 2.0.11 Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), diff --git a/NEWS.md b/NEWS.md index 9cdbeb9..fdd53ab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -ledger 2.0.10 (development) -=========================== +ledger 2.0.11 +============= * ``register_beancount()`` and ``register_hledger()`` now import a transaction `id` column (#21). Thanks @vikasrawal for suggestion. diff --git a/R/register.r b/R/register.r index bcfd824..0eadf4e 100644 --- a/R/register.r +++ b/R/register.r @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2020 Trevor L. Davis +# Copyright (c) 2024 Trevor L. Davis # Copyright (c) 2018 Jenya Sovetkin # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.Rrst b/README.Rrst index ada85ab..97d36fd 100644 --- a/README.Rrst +++ b/README.Rrst @@ -21,7 +21,7 @@ options(width=80) |CRAN-status| |R-CMD-check| |codecov| |downloads| -``ledger`` is an R package to import data from `plain text accounting `_ software like `Ledger `_, `HLedger `_, and `Beancount `_ into an R data frame for convenient analysis, plotting, and export. +``ledger`` is an R package to import data from `plain text accounting `_ software like `Ledger `_, `HLedger `_, and `Beancount `_ into an R data frame for convenient analysis, plotting, and export. Right now it supports reading in the register from ``ledger``, ``hledger``, and ``beancount`` files. @@ -46,7 +46,7 @@ To install the development version of the ``ledger`` package (and its R package This package also has some system dependencies that need to be installed depending on which plaintext accounting files you wish to read to be able to read in: ledger - `ledger `_ (>= 3.1) + `ledger `_ (>= 3.1) hledger `hledger `_ (>= 1.4) @@ -66,7 +66,7 @@ To install beancount run the following in your shell: pip3 install beancount -`Several pre-compiled Ledger binaries are available `_ (often found in several open source repos). +`Several pre-compiled Ledger binaries are available `_ (often found in several open source repos). To run the unit tests you'll also need the suggested R package ``testthat``. diff --git a/README.rst b/README.rst index 9ab31c8..1590784 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ ledger |CRAN-status| |R-CMD-check| |codecov| |downloads| -``ledger`` is an R package to import data from `plain text accounting `_ software like `Ledger `_, `HLedger `_, and `Beancount `_ into an R data frame for convenient analysis, plotting, and export. +``ledger`` is an R package to import data from `plain text accounting `_ software like `Ledger `_, `HLedger `_, and `Beancount `_ into an R data frame for convenient analysis, plotting, and export. Right now it supports reading in the register from ``ledger``, ``hledger``, and ``beancount`` files. @@ -43,7 +43,7 @@ To install the development version of the ``ledger`` package (and its R package This package also has some system dependencies that need to be installed depending on which plaintext accounting files you wish to read to be able to read in: ledger - `ledger `_ (>= 3.1) + `ledger `_ (>= 3.1) hledger `hledger `_ (>= 1.4) @@ -63,7 +63,7 @@ To install beancount run the following in your shell: pip3 install beancount -`Several pre-compiled Ledger binaries are available `_ (often found in several open source repos). +`Several pre-compiled Ledger binaries are available `_ (often found in several open source repos). To run the unit tests you'll also need the suggested R package ``testthat``. diff --git a/cran-comments.rst b/cran-comments.rst index 72e3f67..3b8f8e8 100644 --- a/cran-comments.rst +++ b/cran-comments.rst @@ -4,7 +4,7 @@ Depending on the type of plaintext accounting file to be imported this package h **Test environments** -* local (linux, R 4.1.1) with all of the system dependencies installed +* local (linux, R 4.4.0) with all of the system dependencies installed * win-builder (windows, R devel) with none of the system dependencies installed * Github Actions (linux, R devel, R release, R oldrel) with all dependencies installed