* installing *source* package ‘fastrc’ ...
** this is package ‘fastrc’ version ‘0.0.2’
** package ‘fastrc’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c fastrc.cpp -o fastrc.o
fastrc.cpp:12:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['C'] = 'G';
^~~~
fastrc.cpp:13:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['c'] = 'g';
^~~~
fastrc.cpp:14:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['G'] = 'C';
^~~~
fastrc.cpp:15:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['g'] = 'c';
^~~~
fastrc.cpp:16:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['U'] = 'A';
^~~~
fastrc.cpp:17:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['u'] = 'a';
^~~~
fastrc.cpp:18:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['T'] = 'A';
^~~~
fastrc.cpp:19:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['t'] = 'a';
^~~~
fastrc.cpp:23:19: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['A'] = 'U';
^~~~
fastrc.cpp:24:19: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['a'] = 'u';
^~~~
fastrc.cpp:26:19: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['A'] = 'T';
^~~~
fastrc.cpp:27:19: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['a'] = 't';
^~~~
fastrc.cpp:31:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['M'] = 'K';
^~~~
fastrc.cpp:32:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['m'] = 'k';
^~~~
fastrc.cpp:33:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['K'] = 'M';
^~~~
fastrc.cpp:34:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['k'] = 'm';
^~~~
fastrc.cpp:35:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['R'] = 'Y';
^~~~
fastrc.cpp:36:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['r'] = 'y';
^~~~
fastrc.cpp:37:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['Y'] = 'R';
^~~~
fastrc.cpp:38:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['y'] = 'r';
^~~~
fastrc.cpp:39:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['S'] = 'S';
^~~~
fastrc.cpp:40:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['s'] = 's';
^~~~
fastrc.cpp:41:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['W'] = 'W';
^~~~
fastrc.cpp:42:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['w'] = 'w';
^~~~
fastrc.cpp:43:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['V'] = 'B';
^~~~
fastrc.cpp:44:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['v'] = 'b';
^~~~
fastrc.cpp:45:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['B'] = 'V';
^~~~
fastrc.cpp:46:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['b'] = 'v';
^~~~
fastrc.cpp:47:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['H'] = 'D';
^~~~
fastrc.cpp:48:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['h'] = 'd';
^~~~
fastrc.cpp:49:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['D'] = 'H';
^~~~
fastrc.cpp:50:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['d'] = 'h';
^~~~
fastrc.cpp:51:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['N'] = 'N';
^~~~
fastrc.cpp:52:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
dna_comp_table['n'] = 'n';
^~~~
34 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o fastrc.so RcppExports.o fastrc.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/fastrc.Rcheck/00LOCK-fastrc/00new/fastrc/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (fastrc)