You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error while trying to install the package. Below is the output when I try to install the lite version, but I get the same error with the /powsimR@HEAD. Here is what I get if I select to skip updating SummarizedExperiment:
> remotes::install_github("bvieth/powsimR", ref = "lite", dependencies = TRUE, upgrade = "ask")
Downloading GitHub repo bvieth/powsimR@lite
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: DESeq2 (1.34.0 -> 17a39b529...) [Bioc]
5: Summarize... (1.24.0 -> fbea511b8...) [Bioc]
Enter one or more numbers, or an empty line to skip updates: 2
── R CMD build ────────────────────────────────────────
✔ checking for file ‘/private/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T/Rtmp6Dkmrj/remotesea66665f3892/bvieth-powsimR-827f491/DESCRIPTION’ ...
─ preparing ‘powsimR’:
✔ checking DESCRIPTION meta-information ...
─ excluding invalid files
Subdirectory 'R' contains invalid file names:
‘_description-lite.R’
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘powsimR_0.0.900.tar.gz’
Warning in sprintf(gettext(fmt, domain = domain), ...) :
one argument not used by format 'invalid gid value replaced by that for user 'nobody''
Warning: invalid gid value replaced by that for user 'nobody'
* installing *source* package ‘powsimR’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: multiple methods tables found for ‘aperm’
Warning: replacing previous import ‘BiocGenerics::aperm’ by ‘DelayedArray::aperm’ when loading ‘SummarizedExperiment’
Error: objects ‘rowSums’, ‘colSums’, ‘rowMeans’, ‘colMeans’ are not exported by 'namespace:BiocGenerics'
Execution halted
ERROR: lazy loading failed for package ‘powsimR’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/powsimR’
Warning message:
In i.p(...) :
installation of package ‘/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea66ec47625/powsimR_0.0.900.tar.gz’ had non-zero exit status
Here, if I select to update SummarizedExperiment:
remotes::install_github("bvieth/powsimR", ref = "lite", dependencies = TRUE, upgrade = "ask")
Downloading GitHub repo bvieth/powsimR@lite
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: DESeq2 (1.34.0 -> 17a39b529...) [Bioc]
5: Summarize... (1.24.0 -> fbea511b8...) [Bioc]
Enter one or more numbers, or an empty line to skip updates: 1
DESeq2 (1.34.0 -> 17a39b529...) [Bioc]
Summarize... (1.24.0 -> fbea511b8...) [Bioc]
Skipping 1 packages not available: BiocStyle
Downloading Bioconductor repo https://git.bioconductor.org/packages/DESeq2
'/usr/bin/git' clone --depth 1 --no-hardlinks --branch RELEASE_3_18 https://git.bioconductor.org/packages/DESeq2 /var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea6644a9decf
Cloning into '/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea6644a9decf'...
── R CMD build ────────────────────────────────────────
✔ checking for file ‘/private/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T/Rtmp6Dkmrj/fileea6644a9decf/DESCRIPTION’ ...
─ preparing ‘DESeq2’:
✔ checking DESCRIPTION meta-information ...
─ cleaning src
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘DESeq2_1.42.0.tar.gz’
Warning in sprintf(gettext(fmt, domain = domain), ...) :
one argument not used by format 'invalid gid value replaced by that for user 'nobody''
Warning: invalid gid value replaced by that for user 'nobody'
* installing *source* package ‘DESeq2’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/RcppArmadillo/include' -I/usr/local/include -fPIC -Wall -g -O2 -c DESeq2.cpp -o DESeq2.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/RcppArmadillo/include' -I/usr/local/include -fPIC -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o DESeq2.so DESeq2.o RcppExports.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/usr/local/lib/gcc/current/ -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.1/Resources/library/00LOCK-DESeq2/00new/DESeq2/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Warning messages:
1: multiple methods tables found for ‘aperm’
2: replacing previous import ‘BiocGenerics::aperm’ by ‘DelayedArray::aperm’ when loading ‘SummarizedExperiment’
Error: object ‘colMeans’ is not exported by 'namespace:MatrixGenerics'
Execution halted
ERROR: lazy loading failed for package ‘DESeq2’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/DESeq2’
* restoring previous ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/DESeq2’
Downloading Bioconductor repo https://git.bioconductor.org/packages/SummarizedExperiment
'/usr/bin/git' clone --depth 1 --no-hardlinks --branch RELEASE_3_18 https://git.bioconductor.org/packages/SummarizedExperiment /var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea66471d44bf
Cloning into '/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea66471d44bf'...
Skipping 1 packages not available: S4Arrays
── R CMD build ────────────────────────────────────────
✔ checking for file ‘/private/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T/Rtmp6Dkmrj/fileea66471d44bf/DESCRIPTION’ ...
─ preparing ‘SummarizedExperiment’: (437ms)
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘SummarizedExperiment_1.32.0.tar.gz’
Warning in sprintf(gettext(fmt, domain = domain), ...) :
one argument not used by format 'invalid gid value replaced by that for user 'nobody''
Warning: invalid gid value replaced by that for user 'nobody'
ERROR: dependency ‘S4Arrays’ is not available for package ‘SummarizedExperiment’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/SummarizedExperiment’
── R CMD build ────────────────────────────────────────
✔ checking for file ‘/private/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T/Rtmp6Dkmrj/remotesea666e8ea02a/bvieth-powsimR-827f491/DESCRIPTION’ ...
─ preparing ‘powsimR’:
✔ checking DESCRIPTION meta-information ...
─ excluding invalid files
Subdirectory 'R' contains invalid file names:
‘_description-lite.R’
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘powsimR_0.0.900.tar.gz’
Warning in sprintf(gettext(fmt, domain = domain), ...) :
one argument not used by format 'invalid gid value replaced by that for user 'nobody''
Warning: invalid gid value replaced by that for user 'nobody'
ERROR: dependency ‘SummarizedExperiment’ is not available for package ‘powsimR’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/powsimR’
Warning messages:
1: In i.p(...) :
installation of package ‘/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea666030c25c/DESeq2_1.42.0.tar.gz’ had non-zero exit status
2: In i.p(...) :
installation of package ‘/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea66528c7c12/SummarizedExperiment_1.32.0.tar.gz’ had non-zero exit status
3: In i.p(...) :
installation of package ‘/var/folders/nz/wc3s4mdn3450y_pt54pmh1cr000fqh/T//Rtmp6Dkmrj/fileea666eb4ff40/powsimR_0.0.900.tar.gz’ had non-zero exit status
Here, it seems the problem is that I can't install S4Arrays because I have an older version of Bioconductor (3.14), and I can't update to 3.18 unless I update my R to 4.3, and I don't want to do it because some of the libraries I'm working with might not have a build compatible with 4.3 yet.
Is there a way to install powsimR without updating my R?
I met with similar problem, too! I have updated dependencies but it seems to enter a weird loop, i.e., the updating processes never end and repeated over and over again. so I failed to install the package at a very beginning.
Hi there,
I'm getting an error while trying to install the package. Below is the output when I try to install the lite version, but I get the same error with the /powsimR@HEAD. Here is what I get if I select to skip updating SummarizedExperiment:
Here, if I select to update SummarizedExperiment:
Here, it seems the problem is that I can't install S4Arrays because I have an older version of Bioconductor (3.14), and I can't update to 3.18 unless I update my R to 4.3, and I don't want to do it because some of the libraries I'm working with might not have a build compatible with 4.3 yet.
Is there a way to install powsimR without updating my R?
These are versions of dependencies:
This is the session info
Thank you!
The text was updated successfully, but these errors were encountered: