Recent Releases of readODS

readODS - v2.3.2

What's Changed

  • Refactor by @chainsawriot in https://github.com/ropensci/readODS/pull/206
  • Fix #207 by @chainsawriot in https://github.com/ropensci/readODS/pull/208
  • Fix #209 by @chainsawriot in https://github.com/ropensci/readODS/pull/210
  • Fix #211 by @chainsawriot in https://github.com/ropensci/readODS/pull/212

Full Changelog: https://github.com/ropensci/readODS/compare/v2.3.1...v2.3.2

- C++
Published by chainsawriot over 1 year ago

readODS - v2.3.1

What's Changed

  • Fix #190 by @chainsawriot in https://github.com/ropensci/readODS/pull/191
  • Fix #193 by @chainsawriot in https://github.com/ropensci/readODS/pull/195
  • Fix #194 by @chainsawriot in https://github.com/ropensci/readODS/pull/197
  • Fix #200 by @chainsawriot in https://github.com/ropensci/readODS/pull/202
  • Update doc fix #203 by @chainsawriot in https://github.com/ropensci/readODS/pull/204

Full Changelog: https://github.com/ropensci/readODS/compare/v2.3.0...v2.3.1

- C++
Published by chainsawriot over 1 year ago

readODS - v2.3.0

What's Changed

  • Add website to DESCRIPTION by @olivroy in https://github.com/ropensci/readODS/pull/184
  • Fix #185 by @chainsawriot in https://github.com/ropensci/readODS/pull/186
  • use minty ref #173 by @chainsawriot in https://github.com/ropensci/readODS/pull/187
  • Fix #188 by @chainsawriot in https://github.com/ropensci/readODS/pull/189

New Contributors

  • @olivroy made their first contribution in https://github.com/ropensci/readODS/pull/184

Full Changelog: https://github.com/ropensci/readODS/compare/v2.2.0...v2.3.0

- C++
Published by chainsawriot about 2 years ago

readODS - v2.2.0

What's Changed

  • Fix #170 by @chainsawriot in https://github.com/ropensci/readODS/pull/171
  • Slightly refactor the code by @chainsawriot in https://github.com/ropensci/readODS/pull/172
  • Refactor c++ code to reduce repeated code by @chainsawriot in https://github.com/ropensci/readODS/pull/176
  • Fix #177 by @chainsawriot in https://github.com/ropensci/readODS/pull/178
  • Fix #169 by @chainsawriot in https://github.com/ropensci/readODS/pull/179
  • Add preventive measure against #180 by @chainsawriot in https://github.com/ropensci/readODS/pull/181
  • Fix #151 by @chainsawriot in https://github.com/ropensci/readODS/pull/182
  • Fix #154 by @chainsawriot in https://github.com/ropensci/readODS/pull/183

Full Changelog: https://github.com/ropensci/readODS/compare/v2.1.0...v2.2.0

- C++
Published by chainsawriot over 2 years ago

readODS - v2.1.0

What's Changed

  • 126 2 by @chainsawriot in https://github.com/ropensci/readODS/pull/134
  • Fix #137 by @chainsawriot in https://github.com/ropensci/readODS/pull/138
  • F136 by @chainsawriot in https://github.com/ropensci/readODS/pull/139
  • fix #113 by @chainsawriot in https://github.com/ropensci/readODS/pull/140
  • Gh36 by @chainsawriot in https://github.com/ropensci/readODS/pull/143
  • Call R functions inside cpp by @chainsawriot in https://github.com/ropensci/readODS/pull/145
  • Correct write_ods about empty sheet ref #142 by @chainsawriot in https://github.com/ropensci/readODS/pull/148
  • Update tests and docs fix #142 by @chainsawriot in https://github.com/ropensci/readODS/pull/149
  • Add write_fods by @chainsawriot in https://github.com/ropensci/readODS/pull/150
  • Make write_fods complete, fix #103 by @chainsawriot in https://github.com/ropensci/readODS/pull/152
  • Coltypes2 by @chainsawriot in https://github.com/ropensci/readODS/pull/153
  • Reverse the decision to deprecate ods_sheets ref #133 by @chainsawriot in https://github.com/ropensci/readODS/pull/156
  • Cppwriteclean by @chainsawriot in https://github.com/ropensci/readODS/pull/155
  • fix #56 by @chainsawriot in https://github.com/ropensci/readODS/pull/158
  • Fix #157 by @chainsawriot in https://github.com/ropensci/readODS/pull/159
  • Fix #157 again by @chainsawriot in https://github.com/ropensci/readODS/pull/160
  • Fix #163 by @chainsawriot in https://github.com/ropensci/readODS/pull/164
  • fix #141 by @chainsawriot in https://github.com/ropensci/readODS/pull/161
  • Remove setwd() fix #165 by @chainsawriot in https://github.com/ropensci/readODS/pull/166
  • Possible implementation of #146 by @chainsawriot in https://github.com/ropensci/readODS/pull/167
  • Fix #162 by @chainsawriot in https://github.com/ropensci/readODS/pull/168

Full Changelog: https://github.com/ropensci/readODS/compare/v2.0.0...v2.1.0

- C++
Published by chainsawriot almost 3 years ago

readODS - v2.0.0

What's Changed

  • Fix #79 by @chainsawriot in https://github.com/ropensci/readODS/pull/98
  • Fix #100 by @chainsawriot in https://github.com/ropensci/readODS/pull/101
  • use zip #99 by @chainsawriot in https://github.com/ropensci/readODS/pull/102
  • Set necessary permissions for writing when copying read-only template by @ktiu in https://github.com/ropensci/readODS/pull/106
  • Add test cases for #107 by @chainsawriot in https://github.com/ropensci/readODS/pull/108
  • Rewrote read functions in CPP by @pbrohan in https://github.com/ropensci/readODS/pull/110
  • Get rid of purrr dependency by @chainsawriot in https://github.com/ropensci/readODS/pull/111
  • Reduce documentation [no ci] by @chainsawriot in https://github.com/ropensci/readODS/pull/112
  • As tibble by @pbrohan in https://github.com/ropensci/readODS/pull/114
  • Add license [no ci] ref #63 by @chainsawriot in https://github.com/ropensci/readODS/pull/116
  • Read as_tibble by default. by @pbrohan in https://github.com/ropensci/readODS/pull/117
  • Bump version number by @pbrohan in https://github.com/ropensci/readODS/pull/118
  • Emulate writexl::write_xlsx by @chainsawriot in https://github.com/ropensci/readODS/pull/119
  • Writeods by @pbrohan in https://github.com/ropensci/readODS/pull/121
  • Replace utils::unzip by @chainsawriot in https://github.com/ropensci/readODS/pull/123
  • Fix #124 by @chainsawriot in https://github.com/ropensci/readODS/pull/125
  • Implement #127 by @chainsawriot in https://github.com/ropensci/readODS/pull/128
  • Implement #129 by @chainsawriot in https://github.com/ropensci/readODS/pull/130
  • Fix #131 by @chainsawriot in https://github.com/ropensci/readODS/pull/132

New Contributors

  • @ktiu made their first contribution in https://github.com/ropensci/readODS/pull/106
  • @pbrohan made their first contribution in https://github.com/ropensci/readODS/pull/110

Full Changelog: https://github.com/ropensci/readODS/compare/cran_v1.8...v2.0.0

- C++
Published by chainsawriot almost 3 years ago

readODS - v1.8

What's Changed

  • refactor vfs so that append and update can also work ref #88 by @chainsawriot in https://github.com/ropensci/readODS/pull/89
  • Name consistency by @MichalLauer in https://github.com/ropensci/readODS/pull/91
  • check_names implementation by @MichalLauer in https://github.com/ropensci/readODS/pull/92
  • Escape by @chainsawriot in https://github.com/ropensci/readODS/pull/94
  • Fix #93 by @chainsawriot in https://github.com/ropensci/readODS/pull/95

New Contributors

  • @MichalLauer made their first contribution in https://github.com/ropensci/readODS/pull/91

Full Changelog: https://github.com/ropensci/readODS/compare/v1.7...cran_v1.8

- C++
Published by chainsawriot over 3 years ago

readODS - v.1.7

changes:

  • add append & update options for write_ods
  • add vignette
  • add logo
  • update README
  • depreciating read.ods and other old functions, future version would only have functions with a name starting with a verb.

- C++
Published by chainsawriot almost 6 years ago

readODS - v1.4

now hides documentation of internal functions

- C++
Published by phonixor almost 12 years ago

readODS - v1.3

made it actually mostly work!

- C++
Published by phonixor almost 12 years ago

readODS - v1.2

v1.2 first release on CRAN!

- C++
Published by phonixor almost 12 years ago

readODS - v1.1

fixed a bug caused by empty rows at the end of sheets. renamed function from readODS to read.ods

- C++
Published by phonixor almost 12 years ago

readODS - 1.0

version send to CRAN for approval ok i failed at that... 1.1 was send to cran

- C++
Published by phonixor almost 12 years ago