diff --git a/404.html b/404.html index 79be1e4b7..248212f56 100644 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -124,7 +124,7 @@

Page not found (404)

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/LICENSE-text.html b/LICENSE-text.html index f8ed4bd29..59b16cebc 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -300,7 +300,7 @@

License

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/arrays.html b/articles/arrays.html index 58f7b0f3f..9dec1733d 100644 --- a/articles/arrays.html +++ b/articles/arrays.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Arrays in R and Python

- Source: vignettes/arrays.Rmd + Source: vignettes/arrays.Rmd @@ -775,7 +775,7 @@

Addressing an issue that came up

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/calling_python.html b/articles/calling_python.html index a6e3a4ac7..2d9328f39 100644 --- a/articles/calling_python.html +++ b/articles/calling_python.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Calling Python from R

- Source: vignettes/calling_python.Rmd + Source: vignettes/calling_python.Rmd @@ -890,7 +890,7 @@

Learning More

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/index.html b/articles/index.html index 1bbe20efe..e8741d0cf 100644 --- a/articles/index.html +++ b/articles/index.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -112,7 +112,7 @@

All vignettes

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/package.html b/articles/package.html index 607cde770..6bc6ec212 100644 --- a/articles/package.html +++ b/articles/package.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Using reticulate in an R Package

- Source: vignettes/package.Rmd + Source: vignettes/package.Rmd @@ -379,7 +379,7 @@

Using Github Actions

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/python_dependencies.html b/articles/python_dependencies.html index 5d8fab4f4..326863651 100644 --- a/articles/python_dependencies.html +++ b/articles/python_dependencies.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Managing an R Package’s Python Dependencies

- Source: vignettes/python_dependencies.Rmd + Source: vignettes/python_dependencies.Rmd @@ -430,7 +430,7 @@

Format

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/python_packages.html b/articles/python_packages.html index c1df22b79..26ccd45d8 100644 --- a/articles/python_packages.html +++ b/articles/python_packages.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Installing Python Packages

- Source: vignettes/python_packages.Rmd + Source: vignettes/python_packages.Rmd @@ -118,7 +118,7 @@

Overview
  1. PyPI; or

  2. -
  3. Conda

  4. +
  5. Conda

Any Python package you install from PyPI or Conda can be used from R with reticulate.

@@ -352,7 +352,7 @@

Shell installation

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/python_primer.html b/articles/python_primer.html index 406800d76..320f3f3c0 100644 --- a/articles/python_primer.html +++ b/articles/python_primer.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Primer on Python for R Users

- Source: vignettes/python_primer.Rmd + Source: vignettes/python_primer.Rmd @@ -1096,7 +1096,7 @@

Learning More

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/r_markdown.html b/articles/r_markdown.html index fd99d9fb4..58bf82f13 100644 --- a/articles/r_markdown.html +++ b/articles/r_markdown.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

R Markdown Python Engine

- Source: vignettes/r_markdown.Rmd + Source: vignettes/r_markdown.Rmd @@ -136,7 +136,7 @@

Python Versionuse_python() family of functions to your R Markdown setup chunk, for example:

-

+

See the article on Python Version Configuration for additional details on configuring Python versions (including the use of conda or virtualenv environments).

@@ -151,7 +151,7 @@

Python Chunks

+

RStudio v1.2 or greater for reticulate IDE support.

@@ -162,7 +162,7 @@

Calling Python from Rpy object exported by the reticulate package. For example, the following code demonstrates reading and filtering a CSV file using Pandas then plotting the resulting data frame using ggplot2:

-

+

See the Calling Python from R article for additional details on how to interact with Python types from within R

@@ -172,17 +172,17 @@

Calling R from Python

You can analogously access R objects within Python chunks via the r object. For example:

-

+

Engine Setup

If you are using a version of knitr prior to 1.18 then add this code to your setup chunk to enable the reticulate Python engine:

-

+

If you do not wish to use the reticulate Python engine then set the python.reticulate chunk option to FALSE:

-

+

@@ -201,7 +201,7 @@

Engine Setup

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/rstudio_ide.html b/articles/rstudio_ide.html index d13e7fb1f..fb1dfc03f 100644 --- a/articles/rstudio_ide.html +++ b/articles/rstudio_ide.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

RStudio IDE Tools for reticulate

- Source: vignettes/rstudio_ide.Rmd + Source: vignettes/rstudio_ide.Rmd @@ -152,13 +152,13 @@

R Notebooks

+

matplotlib

R Notebooks can also display matplotlib plots inline when they are printed from Python chunks:

-

+

@@ -169,7 +169,7 @@

Line-by-Line Executionrepl_python() mode whenever you execute lines from a Python script:

-

+

Type exit from the Python REPL to exit back into R (RStudio will also automatically switch back to R mode whenever you execute code from an R script).

@@ -180,16 +180,16 @@

Sourcing ScriptsClick the editor’s Source Script button within a Python source file to execute a script using reticulate’s source_python() function:

-

+

Completion and Help

RStudio now provides code completion for Python scripts:

-

+

Additionally, pressing the F1 button over a Python symbol will display the help topic for that symbol:

-

+

@@ -208,7 +208,7 @@

Completion and Help

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/versions.html b/articles/versions.html index 16b6f6e12..51188e542 100644 --- a/articles/versions.html +++ b/articles/versions.html @@ -32,7 +32,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -104,7 +104,7 @@

Python Version Configuration

- Source: vignettes/versions.Rmd + Source: vignettes/versions.Rmd @@ -301,7 +301,7 @@

Configuration Info

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/authors.html b/authors.html index f5ec45816..fdba0e0d4 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -126,21 +126,21 @@

Authors and Citation

Citation

- Source: DESCRIPTION + Source: DESCRIPTION

Ushey K, Allaire J, Tang Y (2024). reticulate: Interface to 'Python'. -R package version 1.39.0, +R package version 1.40.0, https://github.com/rstudio/reticulate, https://rstudio.github.io/reticulate/.

@Manual{,
   title = {reticulate: Interface to 'Python'},
   author = {Kevin Ushey and JJ Allaire and Yuan Tang},
   year = {2024},
-  note = {R package version 1.39.0,
+  note = {R package version 1.40.0,
     https://github.com/rstudio/reticulate},
   url = {https://rstudio.github.io/reticulate/},
 }
@@ -156,7 +156,7 @@

Citation

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/index.html b/index.html index 0e49b695c..676121f79 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -363,7 +363,7 @@

Developers

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/news/index.html b/news/index.html index 1a7dc962e..3bbc153f1 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,9 +78,27 @@
+
+ +
diff --git a/pkgdown.yml b/pkgdown.yml index 3bad90523..58f7d0371 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,5 +1,5 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: arrays: arrays.html @@ -11,7 +11,7 @@ articles: r_markdown: r_markdown.html rstudio_ide: rstudio_ide.html versions: versions.html -last_built: 2024-09-05T11:44Z +last_built: 2024-11-15T12:50Z urls: reference: https://rstudio.github.io/reticulate/reference article: https://rstudio.github.io/reticulate/articles diff --git a/reference/Ops-python-methods.html b/reference/Ops-python-methods.html index 48cd7e436..32f1f8c48 100644 --- a/reference/Ops-python-methods.html +++ b/reference/Ops-python-methods.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0
@@ -79,7 +79,7 @@
@@ -181,7 +181,7 @@

Operator Mappings

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/PyClass.html b/reference/PyClass.html index a6e4531a1..be9f056c3 100644 --- a/reference/PyClass.html +++ b/reference/PyClass.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -140,7 +140,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/array_reshape.html b/reference/array_reshape.html index fcb087884..6fe711cda 100644 --- a/reference/array_reshape.html +++ b/reference/array_reshape.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -153,7 +153,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/as.character.python.builtin.bytes.html b/reference/as.character.python.builtin.bytes.html index f78af5c90..012900760 100644 --- a/reference/as.character.python.builtin.bytes.html +++ b/reference/as.character.python.builtin.bytes.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -163,7 +163,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/as.character.python.builtin.str.html b/reference/as.character.python.builtin.str.html index 7df0c5646..5a2f5cc04 100644 --- a/reference/as.character.python.builtin.str.html +++ b/reference/as.character.python.builtin.str.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -158,7 +158,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/conda-tools.html b/reference/conda-tools.html index 189729633..327c249ba 100644 --- a/reference/conda-tools.html +++ b/reference/conda-tools.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -302,7 +302,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/conda_run2.html b/reference/conda_run2.html index 0a7ceb8d8..fae4eee71 100644 --- a/reference/conda_run2.html +++ b/reference/conda_run2.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -171,7 +171,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/configure_environment.html b/reference/configure_environment.html index 52f7a4e03..5f7bb3d0a 100644 --- a/reference/configure_environment.html +++ b/reference/configure_environment.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -142,7 +142,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/dict.html b/reference/dict.html index c99ed4d73..5f02364e1 100644 --- a/reference/dict.html +++ b/reference/dict.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -140,7 +140,7 @@

Note

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/eng_python.html b/reference/eng_python.html index 361b9b585..9123d95f0 100644 --- a/reference/eng_python.html +++ b/reference/eng_python.html @@ -20,7 +20,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -81,7 +81,7 @@
@@ -180,7 +180,7 @@

Python engine only options
-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/import.html b/reference/import.html index 661f1fc68..149dd69e0 100644 --- a/reference/import.html +++ b/reference/import.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -205,7 +205,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/index.html b/reference/index.html index 3baae7e9a..e15bb9d2b 100644 --- a/reference/index.html +++ b/reference/index.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -377,7 +377,7 @@

Miniconda -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/install_miniconda.html b/reference/install_miniconda.html index c093d26d2..77a419d56 100644 --- a/reference/install_miniconda.html +++ b/reference/install_miniconda.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -142,7 +142,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/install_python.html b/reference/install_python.html index febcd63d5..66ca597e1 100644 --- a/reference/install_python.html +++ b/reference/install_python.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -163,7 +163,7 @@

Note

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/ipython.html b/reference/ipython.html index e3f856164..7a8f40f3f 100644 --- a/reference/ipython.html +++ b/reference/ipython.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -107,7 +107,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/is_py_object.html b/reference/is_py_object.html index 85857fcfe..d9e80d7ed 100644 --- a/reference/is_py_object.html +++ b/reference/is_py_object.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -117,7 +117,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/iterate.html b/reference/iterate.html index 4ff3576c0..6b87c169b 100644 --- a/reference/iterate.html +++ b/reference/iterate.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -145,7 +145,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/miniconda-params.html b/reference/miniconda-params.html index 2c7f5cd71..d03aace3e 100644 --- a/reference/miniconda-params.html +++ b/reference/miniconda-params.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -110,7 +110,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/miniconda_path.html b/reference/miniconda_path.html index 2e58839f4..2e70761b6 100644 --- a/reference/miniconda_path.html +++ b/reference/miniconda_path.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -107,7 +107,7 @@

Path to Miniconda

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/miniconda_uninstall.html b/reference/miniconda_uninstall.html index e618e2a0c..22178846e 100644 --- a/reference/miniconda_uninstall.html +++ b/reference/miniconda_uninstall.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -117,7 +117,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/miniconda_update.html b/reference/miniconda_update.html index 517a6820a..d0848505c 100644 --- a/reference/miniconda_update.html +++ b/reference/miniconda_update.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -119,7 +119,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/nameOfClass.python.builtin.type.html b/reference/nameOfClass.python.builtin.type.html index 5d5ec47b3..27672a253 100644 --- a/reference/nameOfClass.python.builtin.type.html +++ b/reference/nameOfClass.python.builtin.type.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -128,7 +128,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/np_array.html b/reference/np_array.html index 2976536e8..847a15697 100644 --- a/reference/np_array.html +++ b/reference/np_array.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -126,7 +126,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py.html b/reference/py.html index bf2e04d99..b43808d5e 100644 --- a/reference/py.html +++ b/reference/py.html @@ -21,7 +21,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -82,7 +82,7 @@
@@ -116,7 +116,7 @@

Format

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_available.html b/reference/py_available.html index 8b1640489..0663b3e20 100644 --- a/reference/py_available.html +++ b/reference/py_available.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -124,7 +124,7 @@

Note

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_bool.html b/reference/py_bool.html index d3dca2c41..8dbfcf959 100644 --- a/reference/py_bool.html +++ b/reference/py_bool.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -123,7 +123,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_call.html b/reference/py_call.html index 3a26aa318..8b7eed6db 100644 --- a/reference/py_call.html +++ b/reference/py_call.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -115,7 +115,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_capture_output.html b/reference/py_capture_output.html index 752142955..c23a52177 100644 --- a/reference/py_capture_output.html +++ b/reference/py_capture_output.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -119,7 +119,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_config.html b/reference/py_config.html index 222e4e099..346d9fffa 100644 --- a/reference/py_config.html +++ b/reference/py_config.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -115,7 +115,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_config_error_message.html b/reference/py_config_error_message.html index ab5604f1c..2f676a63f 100644 --- a/reference/py_config_error_message.html +++ b/reference/py_config_error_message.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -111,7 +111,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_del_attr.html b/reference/py_del_attr.html index da56f1e06..010649dfd 100644 --- a/reference/py_del_attr.html +++ b/reference/py_del_attr.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -115,7 +115,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_discover_config.html b/reference/py_discover_config.html index bbb366286..9a83eb327 100644 --- a/reference/py_discover_config.html +++ b/reference/py_discover_config.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -130,7 +130,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_ellipsis.html b/reference/py_ellipsis.html index 940debed7..23c447774 100644 --- a/reference/py_ellipsis.html +++ b/reference/py_ellipsis.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -103,7 +103,7 @@

The builtin constant Ellipsis

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_eval.html b/reference/py_eval.html index 9b6794890..e91291ece 100644 --- a/reference/py_eval.html +++ b/reference/py_eval.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -143,7 +143,7 @@

Caveats

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_exe.html b/reference/py_exe.html index c15ae4a0c..253e719cc 100644 --- a/reference/py_exe.html +++ b/reference/py_exe.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -120,7 +120,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_func.html b/reference/py_func.html index 2970bf76c..dc0f34810 100644 --- a/reference/py_func.html +++ b/reference/py_func.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -119,7 +119,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_function_custom_scaffold.html b/reference/py_function_custom_scaffold.html index da16fd350..4858b2f8e 100644 --- a/reference/py_function_custom_scaffold.html +++ b/reference/py_function_custom_scaffold.html @@ -23,7 +23,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -84,7 +84,7 @@
@@ -204,7 +204,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_function_wrapper.html b/reference/py_function_wrapper.html index 8ef6a59a1..585c25e05 100644 --- a/reference/py_function_wrapper.html +++ b/reference/py_function_wrapper.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -131,7 +131,7 @@

Note

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_get_attr.html b/reference/py_get_attr.html index 1c28737cf..5ec467db7 100644 --- a/reference/py_get_attr.html +++ b/reference/py_get_attr.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -124,7 +124,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_get_item.html b/reference/py_get_item.html index f3654f9f8..a51ca59c4 100644 --- a/reference/py_get_item.html +++ b/reference/py_get_item.html @@ -20,7 +20,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -81,7 +81,7 @@
@@ -197,7 +197,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_has_attr.html b/reference/py_has_attr.html index a78bf30fa..584fca6fa 100644 --- a/reference/py_has_attr.html +++ b/reference/py_has_attr.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -122,7 +122,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_help.html b/reference/py_help.html index 6409c93c4..34a6121fb 100644 --- a/reference/py_help.html +++ b/reference/py_help.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -111,7 +111,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_help_handler.html b/reference/py_help_handler.html index 226f4f839..8c6c3cff1 100644 --- a/reference/py_help_handler.html +++ b/reference/py_help_handler.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -105,7 +105,7 @@

Provide help for Python objects

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_id.html b/reference/py_id.html index 0a83b8997..725871024 100644 --- a/reference/py_id.html +++ b/reference/py_id.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -120,7 +120,7 @@

Note

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_install.html b/reference/py_install.html index 52afaf973..e0914d87f 100644 --- a/reference/py_install.html +++ b/reference/py_install.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -179,7 +179,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_is_null_xptr.html b/reference/py_is_null_xptr.html index a2808d257..e3d1bd51b 100644 --- a/reference/py_is_null_xptr.html +++ b/reference/py_is_null_xptr.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -128,7 +128,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_iterator.html b/reference/py_iterator.html index 09a2cafb8..e5cacc984 100644 --- a/reference/py_iterator.html +++ b/reference/py_iterator.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -177,7 +177,7 @@

Threading

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_last_error.html b/reference/py_last_error.html index 52ca2c488..1520f20d2 100644 --- a/reference/py_last_error.html +++ b/reference/py_last_error.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -161,7 +161,7 @@

Examples

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_len.html b/reference/py_len.html index a34831be6..604aaf55d 100644 --- a/reference/py_len.html +++ b/reference/py_len.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -131,7 +131,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_list_attributes.html b/reference/py_list_attributes.html index 74dcce5b3..88365509f 100644 --- a/reference/py_list_attributes.html +++ b/reference/py_list_attributes.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -115,7 +115,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_list_packages.html b/reference/py_list_packages.html index a52ddaf14..5d8409ba7 100644 --- a/reference/py_list_packages.html +++ b/reference/py_list_packages.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -153,7 +153,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_main_thread_func.html b/reference/py_main_thread_func.html index d0efdda95..7f902d74e 100644 --- a/reference/py_main_thread_func.html +++ b/reference/py_main_thread_func.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -125,7 +125,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_module_available.html b/reference/py_module_available.html index 07980dd34..41ce14382 100644 --- a/reference/py_module_available.html +++ b/reference/py_module_available.html @@ -18,7 +18,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -79,7 +79,7 @@
@@ -118,7 +118,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_none.html b/reference/py_none.html index 74e00ed17..f0b10bd29 100644 --- a/reference/py_none.html +++ b/reference/py_none.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -103,7 +103,7 @@

The Python None object

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_run.html b/reference/py_run.html index 85289342b..a207c4aae 100644 --- a/reference/py_run.html +++ b/reference/py_run.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -142,7 +142,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_save_object.html b/reference/py_save_object.html index c755c5f2b..2fc0fb4f7 100644 --- a/reference/py_save_object.html +++ b/reference/py_save_object.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -140,7 +140,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_set_attr.html b/reference/py_set_attr.html index 3d9de0bd6..1a9b08ae7 100644 --- a/reference/py_set_attr.html +++ b/reference/py_set_attr.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -119,7 +119,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_set_seed.html b/reference/py_set_seed.html index e18657ddc..8897ea2c6 100644 --- a/reference/py_set_seed.html +++ b/reference/py_set_seed.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -126,7 +126,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_str.html b/reference/py_str.html index e0d32afc5..079237989 100644 --- a/reference/py_str.html +++ b/reference/py_str.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -139,7 +139,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_suppress_warnings.html b/reference/py_suppress_warnings.html index 76ac03b28..6ee753b95 100644 --- a/reference/py_suppress_warnings.html +++ b/reference/py_suppress_warnings.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -115,7 +115,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_to_r_wrapper.html b/reference/py_to_r_wrapper.html index 2a1ec615e..861a1a2a0 100644 --- a/reference/py_to_r_wrapper.html +++ b/reference/py_to_r_wrapper.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -115,7 +115,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_unicode.html b/reference/py_unicode.html index 7e9478da6..887b87ac5 100644 --- a/reference/py_unicode.html +++ b/reference/py_unicode.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -120,7 +120,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_version.html b/reference/py_version.html index 8fd57f54c..d2a3e91e6 100644 --- a/reference/py_version.html +++ b/reference/py_version.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -108,7 +108,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/py_versions_windows.html b/reference/py_versions_windows.html index 7cc40db0e..a16ec6bf4 100644 --- a/reference/py_versions_windows.html +++ b/reference/py_versions_windows.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -108,7 +108,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/r-py-conversion.html b/reference/r-py-conversion.html index 10498c28f..13619e3c1 100644 --- a/reference/r-py-conversion.html +++ b/reference/r-py-conversion.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -123,7 +123,7 @@

Value

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/register_class_filter.html b/reference/register_class_filter.html index 6731a64e7..8b1cd4493 100644 --- a/reference/register_class_filter.html +++ b/reference/register_class_filter.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -112,7 +112,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/register_help_topics.html b/reference/register_help_topics.html index a32247a81..14936e072 100644 --- a/reference/register_help_topics.html +++ b/reference/register_help_topics.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -115,7 +115,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/register_module_help_handler.html b/reference/register_module_help_handler.html index c63c1e8b1..a14e1f762 100644 --- a/reference/register_module_help_handler.html +++ b/reference/register_module_help_handler.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -124,7 +124,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/register_suppress_warnings_handler.html b/reference/register_suppress_warnings_handler.html index bd393ae56..dc03a13aa 100644 --- a/reference/register_suppress_warnings_handler.html +++ b/reference/register_suppress_warnings_handler.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -116,7 +116,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/repl_python.html b/reference/repl_python.html index 98ce9c1d0..80aa0557f 100644 --- a/reference/repl_python.html +++ b/reference/repl_python.html @@ -20,7 +20,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -81,7 +81,7 @@
@@ -185,7 +185,7 @@

See also

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/reticulate.html b/reference/reticulate.html index 489f6b7f8..fe8f9dfe7 100644 --- a/reference/reticulate.html +++ b/reference/reticulate.html @@ -21,7 +21,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -82,7 +82,7 @@
@@ -128,7 +128,7 @@

Author

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/source_python.html b/reference/source_python.html index 8184697ec..3599d7a3e 100644 --- a/reference/source_python.html +++ b/reference/source_python.html @@ -19,7 +19,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -80,7 +80,7 @@
@@ -132,7 +132,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/tuple.html b/reference/tuple.html index 9e4983b74..c940e96a9 100644 --- a/reference/tuple.html +++ b/reference/tuple.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -127,7 +127,7 @@

Note

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/use_python.html b/reference/use_python.html index da0dd9eff..099dda4c7 100644 --- a/reference/use_python.html +++ b/reference/use_python.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -187,7 +187,7 @@

Caveats

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/virtualenv-tools.html b/reference/virtualenv-tools.html index 810fb3e7e..03be57e7e 100644 --- a/reference/virtualenv-tools.html +++ b/reference/virtualenv-tools.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -255,7 +255,7 @@

Details

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/with-as-operator.html b/reference/with-as-operator.html index a65cf71d6..636e9c817 100644 --- a/reference/with-as-operator.html +++ b/reference/with-as-operator.html @@ -17,7 +17,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -78,7 +78,7 @@
@@ -115,7 +115,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/with.python.builtin.object.html b/reference/with.python.builtin.object.html index efb77f121..4f749583e 100644 --- a/reference/with.python.builtin.object.html +++ b/reference/with.python.builtin.object.html @@ -21,7 +21,7 @@ reticulate - 1.39.0 + 1.40.0 @@ -82,7 +82,7 @@
@@ -133,7 +133,7 @@

Arguments

-

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.