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)
Hello,
I tried several ways to install the dev version on GitHub but none worked. Can you help me? Thanks!