Skip to content

Make config/needs/* case insensitive #459

Description

@eitsupi

I'm looking for a way to install the development dependencies for a package, and running something like local_install_dev_deps(dependencies = c("config/needs/website")) seems to give me an error.

> pak::local_install_dev_deps(dependencies = c("config/needs/website"))
Error: 
! error in pak subprocess
Caused by error: 
! Could not solve package dependencies:
* deps::/workspaces/prqlr:
  * Can't install dependency pkgdown
  * Can't install dependency extendr/rextendr
Type .Last.error to see the more details.

https://github.com/eitsupi/prqlr/blob/f7d5dadefa96224459fe9613850342154404b383/DESCRIPTION#L41-L43

I thought it might be due to referencing packages on GitHub, but the same error occurred when I left the CRAN package alone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions