Problem with ezPSD installation

Hi everyone! I would like to install ezPSD package but I get an error message frequently that:
"Loading required package: ezPSD
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘ezPSD’ "

#install.packages('devtools')
#require(devtools)
#install_git("https://gitlab.com/RTbecard/ezPSD.git", build_vignettes = T, force = T)
require(ezPSD)

ezPSD: Streamlined Acoustic Analysis for Biologists
Do others have the same issue? Are there other biologists?

This means that the package hasn't been installed successfully, that is why you can't load it.

Can you post the complete output message you get when you run this command?

Error in install_git("RTbecard / ezPSD · GitLab", build_vignettes = T, :
could not find function "install_git"

Thank in advance for your reply!

You forgot to load devtools

Run it again this way and post the complete output message

devtools::install_git("https://gitlab.com/RTbecard/ezPSD.git", build_vignettes = T, force = T) 

Error: Failed to install 'unknown package' from Git:
Command failed (128)

1: In system(full, intern = TRUE, ignore.stderr = quiet) :
running command '"C:\PROGRA~1\Git\cmd\git.exe" ls-remote ' had status 128
2: In system(full, intern = TRUE, ignore.stderr = quiet) :
running command '"C:\PROGRA~1\Git\cmd\git.exe" ls-remote ' had status 128

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.