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

add pacman as a import #2

Open
carlislerainey opened this issue Apr 24, 2018 · 0 comments
Open

add pacman as a import #2

carlislerainey opened this issue Apr 24, 2018 · 0 comments

Comments

@carlislerainey
Copy link

When installing the GitHub version, I get a missing package error for pacman. (There might be others as well that I happen to already have installed.)

See the error below.

> # install package
> library(devtools)
> install_github("soodoku/ethnicolor")
Downloading GitHub repo soodoku/ethnicolor@master
from URL https://api.github.com/repos/soodoku/ethnicolor/zipball/master
Installing ethnicolor
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD  \
  INSTALL  \
  '/private/var/folders/zq/3_bjyh6d0tbgkgr7sltfj3r00000gq/T/Rtmp5zPxC3/devtools44a32d1d7234/appeler-ethnicolor-054b7fa'  \
  --library='/Library/Frameworks/R.framework/Versions/3.4/Resources/library' --install-tests 

* installing *source* package ‘ethnicolor’ ...
** R
** inst
** tests
** preparing package for lazy loading
Error in library(pacman) : there is no package called ‘pacman’
Error : unable to load R code in package ‘ethnicolor’
ERROR: lazy loading failed for package ‘ethnicolor’
* removing ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library/ethnicolor’
Installation failed: Command failed (1)

I suggest adding it as an import so that it is automatically installed. http://r-pkgs.had.co.nz/description.html#dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant