Skip to content

Releases: dp-next/fastreg

0.8.18

27 Feb 16:25

Choose a tag to compare

What's Changed

  • docs: ✏️ add missing period in README by @signekb in #226
  • docs: 📝 use other link to bef in README to pass devtools check by @signekb in #227
  • ci: 👷 uncomment ubuntu-latest devel and oldrel-1 in build workflow by @signekb in #228
  • docs: 📝 update cran comments with testing info by @signekb in #229
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #230
  • fix: 🐛 set sas_path target to mode = "always" to detect new SAS files in input_dir by @signekb in #233

Full Changelog: 0.8.17...0.8.18

0.8.17

19 Feb 15:59

Choose a tag to compare

What's Changed

  • docs: 📝 add logo and favicons by @signekb in #222
  • docs: 📝 minor edits to get started by @signekb in #221
  • style: 💄 add extra.scss with styles for page headers by @signekb in #223
  • fix: 🐛 always clean up targets template output_dir before converting to Parquet by @signekb in #224

Full Changelog: 0.8.16...0.8.17

0.8.16

18 Feb 16:43

Choose a tag to compare

What's Changed

  • fix: 🐛 use pipeline_dir as output_path to avoid macOS temp dir permission errors by @signekb in #219

Full Changelog: 0.8.15...0.8.16

0.8.15

18 Feb 15:06

Choose a tag to compare

What's Changed

  • docs: ✏️ small edits to the roxygen docs by @lwjohnst86 in #214
  • build: 🙈 ignore these unnecessary/temp files from R build by @lwjohnst86 in #217
  • docs: 📝 edits while reviewing "getting started" by @lwjohnst86 in #211
  • refactor: ♻️ change simdata to bef and lmdb by @signekb in #218

Full Changelog: 0.8.14...0.8.15

0.8.14

18 Feb 10:00

Choose a tag to compare

What's Changed

  • docs: 📝 add @examples for use_targets_template() by @signekb in #192
  • docs: 📝 update package title and description by @signekb in #191
  • docs: 📝 update @Authors section with cph by @signekb in #194
  • docs: 📄 update license year and use default cph by @signekb in #196
  • docs: 📝 update title and description and use single quotes by @signekb in #198
  • docs: 📝 minor revisions to roxygen docs by @signekb in #200
  • docs: 📝 minor edits to Getting started by @signekb in #201
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #205
  • ci: 👷 re-add macos-latest in build action by @signekb in #203
  • docs: 📝 update contributing by @signekb in #202
  • ci: 👷 add check-no-suggests action by @signekb in #197
  • docs: 📝 update code of conduct by @signekb in #199
  • build: 🔨 add rumdl Markdown formatter by @signekb in #204
  • chore: 🚚 rename to fastreg.Rproj by @lwjohnst86 in #206
  • chore: 🧑‍💻 simplify pull request template by @lwjohnst86 in #208
  • docs: 📝 edits during review of README by @lwjohnst86 in #207
  • docs: 📝 edits to design doc during review by @lwjohnst86 in #209
  • chore: 🔧 remove auto-formatting of Markdown files in RStudio by @lwjohnst86 in #212
  • refactor: 🔥 not using list_parquet_files() anymore by @lwjohnst86 in #213

Full Changelog: 0.8.13...0.8.14

0.8.13

13 Feb 15:56

Choose a tag to compare

What's Changed

  • test: ✅ align test names to include function names by @signekb in #185
  • docs: 📝 add CRAN comments by @signekb in #189
  • refactor: ♻️ change use_targets_template() to use dir as input by @signekb in #193

Full Changelog: 0.8.12...0.8.13

0.8.12

13 Feb 14:41

Choose a tag to compare

What's Changed

  • docs: 📝 simplify function doc @params and @returns by @signekb in #186
  • test: 🚚 align test file names with source file names by @signekb in #188
  • refactor: ⚰️ remove is_same_register() by @signekb in #187

Full Changelog: 0.8.11...0.8.12

0.8.11

13 Feb 13:50

Choose a tag to compare

What's Changed

  • refactor: ♻️ add input checks in simulate by @signekb in #184

Full Changelog: 0.8.10...0.8.11

0.8.10

13 Feb 13:40

Choose a tag to compare

What's Changed

  • test: ✅ add read_register() test with .parq extension by @signekb in #183
  • test: ✅ add nrow() test of data created with pipeline by @signekb in #182
  • fix: 🐛 abort use_targets_template() if file name is not _targets.R by @signekb in #181

Full Changelog: 0.8.9...0.8.10

0.8.9

13 Feb 13:19

Choose a tag to compare

What's Changed

  • refactor: ♻️ use Tidyverse functions instead of base and stats by @signekb in #178
  • refactor: ♻️ add internal check_parquet_path by @signekb in #179
  • refactor: ♻️ use assert_string() to check character scalars by @signekb in #180

Full Changelog: 0.8.8...0.8.9