File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313^cran-comments\.md$
1414^inst/examples/create_test\.trees\.R$
1515^inst/examples/create_test\.trees\.py$
16+ ^inst/examples/explore_reticulate\.R$
17+ ^inst/examples/explore_slendr\.R$
1618^LICENSE.md$
1719^notes_pkg_dev\.Rmd$
1820^pkg_dev_notes\.md$
1921^tests/testthat/_snaps$
22+ ^tools/clang-tidy\.py$
2023^vignettes/\.quarto$
2124^vignettes/*_files$
2225^\.\.$
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ G <- ts$genotype_matrix()
4040str(G )
4141# int [1:54, 1:4] 0 0 0 0 0 ...
4242py_id(G )
43- # Error: ! Expected a python object, received a integer
43+ # Error: ! Expected a Python object, received a integer
4444# --> a simple object (like a NumPy array) is converted to an R object
4545# https://rstudio.github.io/reticulate/#type-conversions
4646# https://rstudio.github.io/reticulate/articles/arrays.html
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ G <- ts$genotype_matrix()
5757str(G )
5858# int [1:100, 1:220] 0 0 2 2 0 2 1 0 0 1 ...
5959reticulate :: py_id(G )
60- # Error: ! Expected a python object, received a integer
60+ # Error: ! Expected a Python object, received a integer
6161# --> a simple object (like a NumPy array) is converted to an R object
6262# https://rstudio.github.io/reticulate/#type-conversions
6363# https://rstudio.github.io/reticulate/articles/arrays.html
You can’t perform that action at this time.
0 commit comments