Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify version of desc package #773

Merged
merged 2 commits into from Aug 21, 2018
Merged

Specify version of desc package #773

merged 2 commits into from Aug 21, 2018

Commits on Aug 8, 2018

  1. Specify version of desc package

    Running `roxygenize()` with `desc` 1.1.0 throws the following error:
    
    ~~~
    Error in .f(.x[[i]], ...) : attempt to apply non-function
    ~~~
    
    This is caused by `read.description()` trying to access the non-existent function `get_field()` in the output of `desc()` (see [here](https://github.com/klutometis/roxygen/blob/master/R/utils.R)). `get_field()` was only added to the output with [version 1.2.0](https://github.com/r-lib/desc/blob/4f60833fdb6d1aae4cbf09b7eb293c5fa0770e5c/inst/NEWS.md#120) of `desc`.
    crsh committed Aug 8, 2018
    Copy the full SHA
    1972523 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Update NEWS.md

    crsh committed Aug 21, 2018
    Copy the full SHA
    8552eff View commit details
    Browse the repository at this point in the history