sfirke / packagemetrics

A Package for Helping You Choose Which Package to Use
Other
134 stars 6 forks source link

installation fails with install_github #38

Closed sfirke closed 4 years ago

sfirke commented 6 years ago

I'm on Windows 10, is this a problem for others?

devtools::install_github("ropenscilabs/packagemetrics")
Downloading GitHub repo ropenscilabs/packagemetrics@master
from URL https://api.github.com/repos/ropenscilabs/packagemetrics/zipball/master
Installing packagemetrics
Installation failed: missing value where TRUE/FALSE needed

Trying to use our package to compare sjlabelled, labelled, and labelVector. As a control, I can successfully install the skimr package from ropenscilabs on GitHub.

hfrick commented 6 years ago

Same on Mac

sfirke commented 6 years ago

Might be related to: https://community.rstudio.com/t/library-tidyverse-results-in-error-on-r-studio/2642/23 As I seem to be able to install with regular R, not RStudio??

csgillespie commented 6 years ago

Works for me

sfirke commented 4 years ago

I can no longer reproduce this, it installs successfully.