Sage-Bionetworks / dcamodules

Shiny Modules for Data Curator App
https://sage-bionetworks.github.io/dcamodules/
MIT License
0 stars 1 forks source link

Unable to install via renv #22

Open andrewelamb opened 1 year ago

andrewelamb commented 1 year ago
> renv::install("Sage-Bionetworks/dcamodules")
Error in vapply(x, f, ..., FUN.VALUE = character(1)) : 
  values must be length 1,
 but FUN(X[[1]]) result is length 0
In addition: Warning message:
failed to resolve remote 'CRI-iAtlas/iatlas.modules@master
    Sage-Bionetworks/dcamodules@main' from project DESCRIPTION file; skipping 
milen-sage commented 1 year ago

@andrewelamb this is related to iAtlas?

rrchai commented 1 year ago

I am able to install via renv::install("Sage-Bionetworks/dcamodules") in a fresh project, as well as in iAtlas repo. Not sure if it can be only installed on my end.

@andrewelamb Is the error possible to appear in GitHub actions - might require to add GITHUB_PAT to install GitHub's packages?