mtennekes / treemap

R package for treemap visualisation
64 stars 24 forks source link

Can't install development version #51

Closed tungttnguyen closed 3 years ago

tungttnguyen commented 3 years ago

Hello,

I tried several ways to install the dev version on GitHub but none worked. Can you help me? Thanks!


version  R version 4.1.0 (2021-05-18)
 os       Windows 10 x64              
 system   x86_64, mingw32             
 ui       RStudio            

R> library(devtools)
Loading required package: usethis
R> install_github("treemap", username="mtennekes", subdir="pkg")
Error in parse_repo_spec(repo) : 
  Invalid git repo specification: 'treemap'
Error in collapse_cnd_message(message) : 
  could not find function "collapse_cnd_message"

> remotes::install_github("treemap", username = "mtennekes", subdir = "pkg")
Error in parse_repo_spec(repo) : 
  Invalid git repo specification: 'treemap'

R> remotes::install_github("mtennekes/treemap")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo mtennekes/treemap@HEAD
Error: Failed to install 'treemap' from GitHub:
  Does not appear to be an R package (no DESCRIPTION)
xpan1 commented 3 years ago

Hi, had the same problem, get it solved? Would like a solution as well! Thanks!

mtennekes commented 3 years ago

treemap 2.4-3 on its way to CRAN. So should be solved.