We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> install.packages("openair", dependencies = TRUE) Installing package into ‘/home/R/library’ (as ‘lib’ is unspecified) also installing the dependencies ‘Matrix’, ‘SparseM’, ‘MatrixModels’, ‘hunspell’, ‘quantreg’, ‘spelling’ trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/Matrix_1.6-4.tar.gz' Content type 'binary/octet-stream' length 4571860 bytes (4.4 MB) ================================================== downloaded 4.4 MB trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/SparseM_1.81.tar.gz' Content type 'binary/octet-stream' length 1041744 bytes (1017 KB) ================================================== downloaded 1017 KB trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/MatrixModels_0.5-3.tar.gz' Content type 'binary/octet-stream' length 425280 bytes (415 KB) ================================================== downloaded 415 KB trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/hunspell_3.0.3.tar.gz' Content type 'binary/octet-stream' length 1173209 bytes (1.1 MB) ================================================== downloaded 1.1 MB trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/quantreg_5.97.tar.gz' Content type 'binary/octet-stream' length 1549618 bytes (1.5 MB) ================================================== downloaded 1.5 MB trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/spelling_2.2.1.tar.gz' Content type 'binary/octet-stream' length 53413 bytes (52 KB) ================================================== downloaded 52 KB trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/openair_2.18-0.tar.gz' Content type 'binary/octet-stream' length 2969182 bytes (2.8 MB) ================================================== downloaded 2.8 MB * installing *binary* package ‘Matrix’ ... * DONE (Matrix) * installing *binary* package ‘SparseM’ ... * DONE (SparseM) * installing *binary* package ‘hunspell’ ... * DONE (hunspell) * installing *binary* package ‘openair’ ... * DONE (openair) * installing *binary* package ‘MatrixModels’ ... * DONE (MatrixModels) * installing *binary* package ‘spelling’ ... * DONE (spelling) * installing *binary* package ‘quantreg’ ... * DONE (quantreg) The downloaded source packages are in ‘/tmp/Rtmp6uqvla/downloaded_packages’ > library(openair) Error: package or namespace load failed for ‘openair’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘interp’ > install.packages("interp") Installing package into ‘/home/R/library’ (as ‘lib’ is unspecified) trying URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/interp_1.1-5.tar.gz' Content type 'binary/octet-stream' length 1496408 bytes (1.4 MB) ================================================== downloaded 1.4 MB * installing *binary* package ‘interp’ ... * DONE (interp) The downloaded source packages are in ‘/tmp/Rtmp6uqvla/downloaded_packages’ > library(openair)
See above
Openair initially not installed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Steps to reproduce
See above
Openair version
Openair initially not installed.
The text was updated successfully, but these errors were encountered: