Skip to content

Releases: randrescastaneda/joyn

joyn 0.2.3

22 Aug 19:56
Compare
Choose a tag to compare
  • Fix bug where the left join did not work when updating values and a full join was maintained.

joyn 0.2.2

10 Jul 14:54
Compare
Choose a tag to compare
v0.2.2

Increment version number to 0.2.2

joyn 0.2.0

29 Mar 23:35
1aabb61
Compare
Choose a tag to compare

joyn has gained two new authors: Zander Prinsloo and Rossana Tatulli.

Breaking changes

  • Function joyn::merge() was replaced by joyn::joyn(). This is now the main function of the joyn package.

  • Arguments allow.cartesian, yvars, and keep_y_in_x have been deprecated. The latter two have been replaced by y_vars_to_keep and keep_common_vars, respectively. The new argument names bring more clarity about what they arguments do.

New features

  • New function joyn::merge() works as a mask for the base::merge() or data.table::merge.data.table(). joyn::merge() has the same features as the previous two, but includes the features of joyn::joyn().

  • Messages style have been improved and categorized. See message vignette for more information.

  • New functions to mimic dplyr joins. The joyn variants have all the features for joyn::joyn() but lack some of the most advance features of dplyr joins like joyn::join_by()

Minor improvements and fixes

  • Minor inconsistency bugs were fixed.

0.1.6

22 Feb 02:51
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

0.1.5

03 Feb 04:45
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Big refactoring.

add more tests

29 Apr 01:08
Compare
Choose a tag to compare
add more tests Pre-release
Pre-release
v0.1.3.9000

delete cran release file

Add auxiliary functions and fix bugs

29 Apr 00:59
Compare
Choose a tag to compare

joyn 0.1.3

  • Convert internal data to external data.

joyn 0.1.2

  • Add function possible_ids() to identify what variables are suitable for
    uniquely identify the database.

joyn 0.1.1

  • Add function is_id() to check whether the table is uniquely identified by
    key variables

  • Add function freq_table() as a substitute for janitor::tabyl. This makes it
    more convenient for users who do not have janitor installed.

joyn 0.1.0

Fix bug on by argument when using "=" or "==".

joyn 0.0.1

First Public release

start development version again

13 Apr 03:08
Compare
Choose a tag to compare
Pre-release
v0.1.1.9000

Increment version number

auxiliary functions

13 Apr 03:05
Compare
Choose a tag to compare
auxiliary functions Pre-release
Pre-release
  • Add function is_id() to check whether the table is uniquely identified by
    key variables

  • Add function freq_table() as a substitute for janitor::tabyl. This makes it
    more convenient for users who do not have janitor installed.

Add auxiliary functions

12 Apr 16:40
e104433
Compare
Choose a tag to compare
Pre-release

Add is_id() and freq_table() functions