This page was generated on 2025-03-19 11:42 -0400 (Wed, 19 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences"
| 4742 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences"
| 4545 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences"
| 4576 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences"
| 4528 |
kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences"
| 4459 |
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 GBScleanR on palomino7
To the developers/maintainers of the GBScleanR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GBScleanR.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.
|
raw results
Summary
Command output
##############################################################################
##############################################################################
###
### Running command:
###
### E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL GBScleanR
###
##############################################################################
##############################################################################
* installing to library 'E:/biocbuild/bbs-3.21-bioc/R/library'
* installing *source* package 'GBScleanR' ...
** this is package 'GBScleanR' version '2.1.7'
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 14.2.0'
using C++11
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbsrCalcProb.cpp -o gbsrCalcProb.o
gbsrCalcProb.cpp: In function 'std::vector<double> calcGenoprob(const double&, const double&, const double&, const double&, const double&, const bool&, const int&)':
gbsrCalcProb.cpp:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
25 | for(int g = 0; g < prob.size(); ++g){
| ~~^~~~~~~~~~~~~
gbsrCalcProb.cpp:37:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
37 | for(int g = 0; g < prob.size(); ++g){
| ~~^~~~~~~~~~~~~
gbsrCalcProb.cpp: In function 'void calcMissmap(std::vector<double>&, const double&, const double&, const bool&, const int&)':
gbsrCalcProb.cpp:72:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
72 | } else if(g == ploidy){
| ~~^~~~~~~~~
gbsrCalcProb.cpp:74:22: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
74 | if(h == ploidy){
| ~~^~~~~~~~~
gbsrCalcProb.cpp:87:29: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
87 | } else if(h == ploidy){
| ~~^~~~~~~~~
gbsrCalcProb.cpp:127:29: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
127 | } else if(g == ploidy){
| ~~^~~~~~~~~
gbsrCalcProb.cpp: In function 'void offsetProb(std::vector<double>&, const bool&, const int&)':
gbsrCalcProb.cpp:170:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
170 | if(g == 0 && g == ploidy){
| ~~^~~~~~~~~
gbsrCalcProb.cpp:185:32: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
185 | if(g == 0 && g == ploidy){
| ~~^~~~~~~~~
In file included from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb.h:32,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel/TBB.h:10,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel.h:24,
from gbsrCalcProb.cpp:3:
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'long unsigned int' to 'tbb::atomic<long unsigned int>&' does not use 'constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'tbb::interface5::internal::hash_map_base::bucket*' to 'tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&' does not use 'constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbsrFB.cpp -o gbsrFB.o
In file included from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb.h:32,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel/TBB.h:10,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel.h:24,
from gbsrFB.cpp:3:
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'long unsigned int' to 'tbb::atomic<long unsigned int>&' does not use 'constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'tbb::interface5::internal::hash_map_base::bucket*' to 'tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&' does not use 'constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
gbsrFB.cpp: In member function 'virtual void ParFB::operator()(size_t, size_t)':
gbsrFB.cpp:109:17: warning: 'hap_offset_ij' may be used uninitialized [-Wmaybe-uninitialized]
109 | int hap_offset_ij;
| ^~~~~~~~~~~~~
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbsrIPO.cpp -o gbsrIPO.o
gbsrIPO.cpp: In member function 'virtual void ParGenoProb::operator()(size_t, size_t)':
gbsrIPO.cpp:57:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
57 | for(int g = 0; g < prob.size(); ++g){
| ~~^~~~~~~~~~~~~
In file included from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb.h:32,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel/TBB.h:10,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel.h:24,
from gbsrIPO.cpp:3:
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'long unsigned int' to 'tbb::atomic<long unsigned int>&' does not use 'constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'tbb::interface5::internal::hash_map_base::bucket*' to 'tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&' does not use 'constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbsrStats.cpp -o gbsrStats.o
In file included from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb.h:32,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel/TBB.h:10,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel.h:24,
from gbsrStats.cpp:3:
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'long unsigned int' to 'tbb::atomic<long unsigned int>&' does not use 'constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'tbb::interface5::internal::hash_map_base::bucket*' to 'tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&' does not use 'constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbsrViterbi.cpp -o gbsrViterbi.o
In file included from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb.h:32,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel/TBB.h:10,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel.h:24,
from gbsrViterbi.cpp:3:
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'long unsigned int' to 'tbb::atomic<long unsigned int>&' does not use 'constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'tbb::interface5::internal::hash_map_base::bucket*' to 'tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&' does not use 'constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
g++ -std=gnu++11 -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include' -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbsrutil.cpp -o gbsrutil.o
In file included from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb.h:32,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel/TBB.h:10,
from E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/RcppParallel.h:24,
from gbsrutil.cpp:3:
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = long unsigned int]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/tbb_thread.h:251:29: required from here
251 | return as_atomic(location.my_id).compare_and_swap(value.my_id, comparand.my_id);
| ~~~~~~~~~^~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'long unsigned int' to 'tbb::atomic<long unsigned int>&' does not use 'constexpr tbb::atomic<long unsigned int>::atomic(long unsigned int)' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h: In instantiation of 'tbb::atomic<T>& tbb::internal::as_atomic(T&) [with T = tbb::interface5::internal::hash_map_base::bucket*]':
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/concurrent_hash_map.h:291:31: required from here
291 | && as_atomic(my_table[new_seg]).compare_and_swap(is_allocating, NULL) == NULL )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/include/tbb/atomic.h:544:12: warning: casting 'tbb::interface5::internal::hash_map_base::bucket*' to 'tbb::atomic<tbb::interface5::internal::hash_map_base::bucket*>&' does not use 'constexpr tbb::atomic<T*>::atomic(T*) [with T = tbb::interface5::internal::hash_map_base::bucket]' [-Wcast-user-defined]
544 | return (atomic<T>&)t;
| ^~~~~~~~~~~~~
g++ -shared -s -static-libgcc -o GBScleanR.dll tmp.def RcppExports.o gbsrCalcProb.o gbsrFB.o gbsrIPO.o gbsrStats.o gbsrViterbi.o gbsrutil.o -LE:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/libs/x64 -lRcppParallel -LE:/biocbuild/bbs-3.21-bioc/R/library/RcppParallel/lib/x64 -ltbb -ltbbmalloc -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib -LE:/biocbuild/bbs-3.21-bioc/R/bin/x64 -lR
installing to E:/biocbuild/bbs-3.21-bioc/R/library/00LOCK-GBScleanR/00new/GBScleanR/libs/x64
** R
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (GBScleanR)