mebrooks / selfisher

selfisher - modeling the SELectivity of FISHERies gear in R
9 stars 4 forks source link

Trouble installing the package #49

Open sabrinabeyer opened 2 months ago

sabrinabeyer commented 2 months ago

Is selfisher compatible with newer versions of R? I am using R version 4.3.3 and can not install the package. The error message is: "Downloading GitHub repo mebrooks/selfisher@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/mebrooks/selfisher/tarball/HEAD'"

mebrooks commented 2 months ago

Did you run remotes::install_github("mebrooks/selfisher/selfisher", build_vignette = TRUE)? It worked on my Mac with R 4.3.3, just now.