Skip to content
New issue

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

Dependancy package {interp} not installed by default. #373

Open
mooibroekd opened this issue Dec 21, 2023 · 0 comments
Open

Dependancy package {interp} not installed by default. #373

mooibroekd opened this issue Dec 21, 2023 · 0 comments
Labels
bug Bugs in the current release of openair

Comments

@mooibroekd
Copy link

Bug description

> install.packages("openair", dependencies = TRUE)
Installing package into/home/R/library’
(aslibis unspecified)
also installing the dependenciesMatrix’, ‘SparseM’, ‘MatrixModels’, ‘hunspell’, ‘quantreg’, ‘spellingtrying 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* packageMatrix...
* DONE (Matrix)
* installing *binary* packageSparseM...
* DONE (SparseM)
* installing *binary* packagehunspell...
* DONE (hunspell)
* installing *binary* packageopenair...
* DONE (openair)
* installing *binary* packageMatrixModels...
* DONE (MatrixModels)
* installing *binary* packagespelling...
* DONE (spelling)
* installing *binary* packagequantreg...
* DONE (quantreg)

The downloaded source packages are in/tmp/Rtmp6uqvla/downloaded_packages> library(openair)
Error: package or namespace load failed foropenairin loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package calledinterp> install.packages("interp")
Installing package into/home/R/library’
(aslibis 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* packageinterp...
* DONE (interp)

The downloaded source packages are in/tmp/Rtmp6uqvla/downloaded_packages> library(openair)

Steps to reproduce

See above

Openair version

Openair initially not installed.

@mooibroekd mooibroekd added the bug Bugs in the current release of openair label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs in the current release of openair
Projects
None yet
Development

No branches or pull requests

1 participant