Back to Mac ARM64 build report for BioC 3.16
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2023-04-19 11:01:57 -0400 (Wed, 19 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnsonmacOS 13.0 Venturaarm644.2.2 (2022-10-31) -- "Innocent and Trusting" 4256
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

INSTALL results for RNAdecay on kjohnson


To the developers/maintainers of the RNAdecay package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1699/2183HostnameOS / ArchINSTALLBUILDBUILD BIN
RNAdecay 1.18.0  (landing page)
Reed Sorenson
Snapshot Date: 2023-04-12 13:00:02 -0400 (Wed, 12 Apr 2023)
git_url: https://git.bioconductor.org/packages/RNAdecay
git_branch: RELEASE_3_16
git_last_commit: 3619ad8
git_last_commit_date: 2022-11-01 11:17:45 -0400 (Tue, 01 Nov 2022)
kjohnsonmacOS 13.0 Ventura / arm64  OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: RNAdecay
Version: 1.18.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RNAdecay
StartedAt: 2023-04-16 14:44:23 -0400 (Sun, 16 Apr 2023)
EndedAt: 2023-04-16 14:51:05 -0400 (Sun, 16 Apr 2023)
EllapsedTime: 402.6 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RNAdecay
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library’
* installing *source* package ‘RNAdecay’ ...
** using staged installation
** libs
** arch - 
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_dExp_1sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_dExp_1sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_dExp_1sse.cpp -o general_dExp_1sse.o
In file included from general_dExp_1sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_dExp_1sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_dExp_1sse.so general_dExp_1sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_Exp_1sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_Exp_1sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_Exp_1sse.cpp -o general_Exp_1sse.o
In file included from general_Exp_1sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_Exp_1sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_Exp_1sse.so general_Exp_1sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_dExp_2sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_dExp_2sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_dExp_2sse.cpp -o general_dExp_2sse.o
In file included from general_dExp_2sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_dExp_2sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_dExp_2sse.so general_dExp_2sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_Exp_2sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_Exp_2sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_Exp_2sse.cpp -o general_Exp_2sse.o
In file included from general_Exp_2sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_Exp_2sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_Exp_2sse.so general_Exp_2sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_dExp_3sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_dExp_3sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_dExp_3sse.cpp -o general_dExp_3sse.o
In file included from general_dExp_3sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_dExp_3sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_dExp_3sse.so general_dExp_3sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_Exp_3sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_Exp_3sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_Exp_3sse.cpp -o general_Exp_3sse.o
In file included from general_Exp_3sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_Exp_3sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_Exp_3sse.so general_Exp_3sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_dExp_4sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_dExp_4sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_dExp_4sse.cpp -o general_dExp_4sse.o
In file included from general_dExp_4sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_dExp_4sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_dExp_4sse.so general_dExp_4sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
/Library/Frameworks/R.framework/Resources/bin/Rscript --vanilla -e "TMB::compile('general_Exp_4sse.cpp',safebounds=FALSE,safeunload=FALSE)"
clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include" -I"/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_general_Exp_4sse  -DCPPAD_FRAMEWORK  -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c general_Exp_4sse.cpp -o general_Exp_4sse.o
In file included from general_Exp_4sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:34:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/ode_gear.hpp:489:6: warning: variable 'sign' set but not used [-Wunused-but-set-variable]
        int sign;
            ^
In file included from general_Exp_4sse.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/TMB.hpp:107:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/cppad.hpp:39:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/TMB/include/cppad/romberg_mul.hpp:277:10: warning: variable 'pow2' set but not used [-Wunused-but-set-variable]
                size_t pow2 = 1;
                       ^
2 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o general_Exp_4sse.so general_Exp_4sse.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1] 0
Warning message:
In checkMatrixPackageVersion() : Package version inconsistency detected.
TMB was built with Matrix version 1.4.1
Current Matrix version is 1.5.3
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
installing to /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/00LOCK-RNAdecay/00new/RNAdecay/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RNAdecay)