You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An annoying spelling mistake in the output sent to the console after running style_pkg() and friends was fixed.
A bug that resulted in a removal of non-ASCIII characters was fixed in the dependency enc the patch is not included in the current CRAN version (as of February 3, 2018).
In addition, there were other enhancements / improvements contributed to styler (most notably #318, #316, #311, #306, #304), and
Since styler reverse depends on usethis, which will become a devtools dependency with the next release of devtools, we should ensure that by the time of this release, the above bugfixes are included in the CRAN version of styler.
Therefore, I suggest to submit styler 1.0.1 mid February, which seems in accordance with the CRAN Policy. @krlmlr Do you agree with this timing and the version number (or should we do 1.1)? Do you think a new release of enc is also required?
Since the initial release of styler, some important bugs were fixed:
dplyrdependency was removed (remove implicit dplyr dependency #324).=assignment does no longer cause errors (Fixing relocation of EQ_ASSIGN #328).purrradded to DESCRIPTION (map_dfr() needs purrr 0.2.3 #326).style_pkg()and friends was fixed.encthe patch is not included in the current CRAN version (as of February 3, 2018).In addition, there were other enhancements / improvements contributed to styler (most notably #318, #316, #311, #306, #304), and
Since styler reverse depends on
usethis, which will become adevtoolsdependency with the next release ofdevtools, we should ensure that by the time of this release, the above bugfixes are included in the CRAN version of styler.Therefore, I suggest to submit styler
1.0.1mid February, which seems in accordance with the CRAN Policy. @krlmlr Do you agree with this timing and the version number (or should we do1.1)? Do you think a new release ofencis also required?