Giter Site home page Giter Site logo

githubinstall's People

Contributors

hoxo-m avatar kazutan avatar teramonagi avatar uribo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

githubinstall's Issues

gh_install_packages() does not find the repository I know exists

I tried to install a package hosted here: https://github.com/emmanuelparadis/pegas, but gh_install_packages() does not find the correct repository. Is there a way to point to the appropriate repository manually.

gh_update_package_list()
gh_search_packages("pegas")

username package_name title
1 dwinter Pegas My branch of Emmanuel Paradis' PEGAS library for phylogeography/popgen

githubinstall("pegas") installs an old version of pegas from the repository of dwinter:

githubinstall("pegas")
Suggestion:

  • dwinter/Pegas My branch of Emmanuel Paradis' PEGAS library for phylogeography/popgen
    Do you want to install the package (Y/n)?

githubinstall("emmanuelparadis/pegas/pegas"), strangely, installs an R package to retrieve trading prices and other data from the Australian Energy Market Operator.

githubinstall("emmanuelparadis/pegas/pegas")
Suggestion:

  • imanuelcostigan/aemo Get price and demand data from AEMO website
    Do you want to install the package (Y/n)?

[Feature / Suggestion] Use `tibble` over `data.frame` for `gh_list_packages()`

Hi, thank you for this very nice package.

I suppose you want to keep the dependencies to a minimum?
If not a small suggestion. I think its pretty favorable to showcase the output
of gh_list_packages() as a tibble instead of a data.frame, as this massive amount
of data just gets unreadable with the formatting in the console for a data.frame

Output for data.frame
gh_list_packages()

grafik

Output for tibble
gh_list_packages() |> dplyr::as_tibble()

grafik

README.md reference to Gepuro Task Views seems to be broekn404

I was wondering how you generate the list of Github Packages
in the README you state

"Gepuro Task Views provides the list."

However the link seems to be broken (and incomplete)

Thank you!

Just wanted to share that your package was a real-life saver. Thanks!

Error gh_show_source()

> githubinstall::gh_show_source("str_extract", "stringr")
checking c.r
checking case.R
checking conv.R
checking count.r
checking data.R
 Error in x[[2]] : subscript out of bounds 
Error in x[[2]] : subscript out of bounds 
4 FUN(X[[i]], ...) 
3 lapply(X = X, FUN = FUN, ...) 
2 sapply(parse(url), function(x) x[[2]]) at gh_show_source.R#38
1 githubinstall::gh_show_source("str_extract", "stringr") 

Warning

Warning message:
In fread(download_url, sep = "\t", header = FALSE, stringsAsFactors = FALSE, :
Found and resolved improper quoting out-of-sample. First healed line 4848: <<Puriney honfleuR "Evening, honfleuR" by Seurat>>. If the fields are not quoted (e.g. field separator does not appear within any field), try quote="" to avoid this warning.

Cannot githubinstall

Error message:

Error in if (all(!inds)) { : missing value where TRUE/FALSE needed

githubinstall from a specific branch

Hi, sorry if this is already possible, I could not see it.
for example I use

library(devtools)
install_github("swish-climate-impact-assessment/awaptools", ref = "develop")

to install the development version

githubinstall issue

Hi,
I am having issues in installing GitHub developer packages, especially when using githubistall it gives this error
Downloading GitHub repo cbail/textnets@master
Error in if (!is_dir(path)) { : missing value where TRUE/FALSE needed

I want to install "cbail/textnets" package but every time gives the same error I have tried both on rstudio and rgui.

Unused argument error

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...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.