Skip to content

Releases: PascalKieslich/readbulk

readbulk 1.1.4

10 Jan 12:08
Compare
Choose a tag to compare
  • read_bulk: Introduced name_contains argument, an optional character string. If specified, only files whose name contains this string will be merged.
  • read_bulk: Introduced name_filter argument, an optional regular expression. If specified, only files whose name matches this regular expression will be merged.

readbulk 1.1.3

25 Aug 16:42
Compare
Choose a tag to compare

Changes

  • Updated package description and documentation

readbulk 1.1.2

04 Oct 22:59
24e760d
Compare
Choose a tag to compare

Changes

  • This is just an internal release to change the GitHub version tag system from the v1.1.2 to the 1.1.2 notation to enable Zenodo DOI synching again (due to changes in Zenodo synching with version tags starting with v do not seem to work anymore)

readbulk v1.1.2

02 Feb 13:27
Compare
Choose a tag to compare

Changes

  • Improved speed of read_bulk and read_opensesame by binding data together only once (for every subdirectory)

readbulk v1.1.1

06 Jun 09:43
Compare
Choose a tag to compare

Changes

  • Online documentation added using the pkgdown package - it can be found at http://pascalkieslich.github.io/readbulk/
  • As this release does not include any changes in the code or the function documentation, no new version was released on CRAN

readbulk v1.1.0

25 Oct 21:57
Compare
Choose a tag to compare

Changes

  • Introduced verbose argument so users can decide whether read_bulk and read_opensesame report its progress or not

readbulk v1.0.0

14 Feb 20:10
Compare
Choose a tag to compare

This is the first release of the readbulk package.
We hope that the package enables users to easily read and combine multiple data files in R.
We are looking forward to your feedback!