Skip to content

Error: Does not appear to be an R package (no DESCRIPTION) #370

@jeroen

Description

@jeroen

When calling install_deps() and one of the dependencies already has a dev version installed, we regularly this error:

remotes::install_deps(dependencies = TRUE, upgrade = TRUE)

Screen Shot 2019-05-21 at 10 27 42 AM

Looks like the DESCRIPTION file of the installed dependency package contains this:

Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
RemoteType: local
RemoteUrl:
        /private/var/folders/hp/fg4q7m353d91v9mgm4d1stvh0000gn/T/RtmpJkrZ7F/magick_2.0.9000.tar.gz
Built: R 3.6.0; x86_64-apple-darwin15.6.0; 2019-05-20 22:00:37 UTC; unix

I'm not sure how that RemoteUrl got in there but that file no longer exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions