Movatterモバイル変換


[0]ホーム

URL:


devtools 2.4.6

devtools 2.4.5

devtools 2.4.4

devtools 2.4.3

devtools 2.4.2

devtools 2.4.1

devtools 2.4.0

Breaking changes anddeprecated functions

Re-licensing

Minor improvements and fixes

devtools 2.3.2

devtools 2.3.1

devtools 2.3.0

devtools 2.2.2

devtools 2.2.1

devtools 2.2.0

New Features

Minor improvements andfixes

devtools 2.1.0

New Features

Deprecated functions nowremoved

Minor improvements andfixes

devtools 2.0.2

devtools 2.0.1

This is a minor release mainly fixing bugs which snuck through in thedevtools 2.0.0 release.

devtools 2.0.0

Devtools 2.0.0 is amajor release that contains work fromthe past year and a half, since the major devtools release (1.13.0).

This release splits the functionality indevtoolsinto a number of smaller packages which are simpler to develop and alsoeasier for other packages to depend on. In particular the followingpackages have been spun off in what we are calling the ‘consciousuncoupling’ ofdevtools.

devtools will remain the main package developers will interact withwhen writing R packages; it will just rely on these other packagesinternally for most of the functionality.

Breaking changes

There have been a number of breaking changes in this release, whilethis will cause some short term pain for users it will result in aeasier to understand API in the future, so we feel the tradeoff isworthwhile.

Deprecated functions

Major changes

Minor improvements andfixes

devtools 1.13.5

devtools 1.13.4

devtools 1.13.3

devtools 1.13.2

devtools 1.13.1

devtools 1.13.0

New Features

Revdep check improvements

Bug fixes and minorimprovements

devtools 1.12.0

New features

Bug fixes and minorimprovements

devtools 1.11.1

devtools 1.11.0

Infrastructure helpers

Checks and release()

Revdep checks

revdep_check() has been overhauled. Allrevdep_ functions now work like other devtools functions,taking a path to the package as the first argument.

revdep_check() now saves its results to disk ascheck/check.rds, and the otherrevdep()functions read from that cache. This also allows you to resume a partialrun withrevdep_check_resume(). This should be a big timesaver if something goes unexpected wrong in the middle of the checks.You can blow away the cache and start afresh withrevdep_check_reset().

revdep_check_save_summary() now createsREADME.md to save one level of clicking in github. It alsocreates aproblems.md that contains only results for onlypackages that had warnings or errors. Each problem is limited to at most25 lines of output - this avoids lengthy output for failing examples.revdep_check_print_problems() prints a bulleted list ofproblems, suitable for inclusion in yourcran-comments.md.

Summary results are reported as they come in, every then messagesyou’ll get a message giving elapsed and estimated remaining time.

An experimentalrevdep_email() emails individualmaintainers with theirR CMD check summary results (#1014).See testthat and dplyr for example usage.

There were a handful of smaller fixes:

Other improvements

devtools 1.10.0

New features

Package installation

Bug fixes and minorimprovements

devtools 1.9.1

devtools 1.8.0

Helpers

Package installation andinfo

Git and github

Bug fixes and minorimprovements

devtools 1.7.0

Improve reverse dependencychecking

Devtools now supports a new and improved style of revdep checkingwithuse_revdep(). This creates a new directory calledrevdep which contains acheck.R template. Runthis template to check all reverse dependencies, and save summarisedresults tocheck/summary.md. You can then check this fileinto git, making it much easier to track how reverse dependency resultschange between versions. The documentation forrevdep_check() is much improved, and should be more useful(#635)

I recommend that you specify a library to use when checking withoptions("devtools.revdep.libpath"). (This should be adirectory that already exists). This should be difference from yourdefault library to keep the revdep environment isolated from yourdevelopment environment.

I’ve also tweaked the output ofrevdep_maintainers() soit’s easier to copy and paste into an email (#634). This makes life alittle easier pre-release.

New helpers

Minor improvements

Bug fixes

devtools 1.6.1

devtools 1.6

Tool templates andcreate()

The release process

Package installation

Other minor improvementsand bug fixes

Removed functionality

devtools 1.5

Four new functions make it easier to add useful infrastructure topackages:

Two dependencies were incremented:

Minor improvements

Bug fixes

devtools 1.4.1

devtools 1.4

Installation improvements

Other minor improvements

devtools 1.3

Changes to best practices

New features

Minor improvements and bugfixes

devtools 1.2

Better installation

Clean sessions

New features

Minor improvements

devtools 1.1

devtools 1.0

Improvements to packageloading

Windows

Minor features

Bug fixes

devtools 0.8.0

New features

Package paths

Loading

Bug fixes

Introspection

devtools 0.7.1

devtools 0.7

Installation

Checking

Other new features

Bug fixes

devtools 0.6

New features

Installation

Better windows behaviour

Bug fixes

devtools 0.5.1

devtools 0.5

New functions

Improvements and bug fixes

devtools 0.4

New functions

Improvements and bug fixes

devtools 0.3

devtools 0.2

devtools 0.1


[8]ページ先頭

©2009-2025 Movatter.jp