Skip to content

Openvolley for version R 4.3.3 #10

Answered by raymondben
pperrone8cn93 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pperrone8cn93 - the openvolley packages are not on CRAN, so the installation procedure is slightly different.

See the documentation for whichever package you are trying to install. "openvolley" isn't itself a package, that's just the organisation name under which our packages are published. I guess you are probably looking for the "datavolley" package.

See for example: https://datavolley.openvolley.org/ or the same information at https://github.com/openvolley/datavolley - it has installation instructions for the datavolley package:

install.packages("datavolley", repos = c("https://openvolley.r-universe.dev",
                                         "https://cloud.r-project.org"))

## …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raymondben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants