hoxo-m / githubinstall

A Helpful Way to Install R Packages Hosted on GitHub
http://hoxo-m.github.io/githubinstall/
Other
48 stars 12 forks source link

Unused argument error #1

Closed yutannihilation closed 8 years ago

yutannihilation commented 8 years ago
remove.packages("GPfit")
#> Removing package from ‘C:/Users/yutani/Documents/R/win-library/3.3’
#> (as ‘lib’ is unspecified)

githubinstall::gh_install_packages("toybayesopt")
#> ...snip...
#> Error in download.file(url, destfile, method, mode = "wb", ...) : 
#>   unused argument (uninstall = FALSE)
#> ...snip...
yutannihilation commented 8 years ago

Ah, I got it. uninstall argument exists only in the dev version of ghit package.

hoxo-m commented 8 years ago

majide!?

hoxo-m commented 8 years ago

Fixed. Thank you.

yutannihilation commented 8 years ago

Thanks!