* installing *source* package 'CASSIA' ... ** this is package 'CASSIA' version '0.1.0' ** using staged installation ** 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 Creating new environment. Trying virtualenv first... Using Python: C:/Users/CRAN/AppData/Local/r-reticulate/r-reticulate/pyenv/pyenv-win/versions/3.11.9/python.exe Creating virtual environment "cassia_env" ... + "C:/Users/CRAN/AppData/Local/r-reticulate/r-reticulate/pyenv/pyenv-win/versions/3.11.9/python.exe" -m venv "C:\Users\CRAN\Documents/.virtualenvs/cassia_env" Done! Installing packages: pip, wheel, setuptools + "C:\Users\CRAN\Documents/.virtualenvs/cassia_env/Scripts/python.exe" -m pip install --upgrade pip wheel setuptools Requirement already satisfied: pip in c:\users\cran\docume~1\virtua~1\cassia~1\lib\site-packages (24.0) Collecting pip Using cached pip-25.3-py3-none-any.whl.metadata (4.7 kB) Collecting wheel Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) Requirement already satisfied: setuptools in c:\users\cran\docume~1\virtua~1\cassia~1\lib\site-packages (65.5.0) Collecting setuptools Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) Using cached pip-25.3-py3-none-any.whl (1.8 MB) Using cached wheel-0.45.1-py3-none-any.whl (72 kB) Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB) Installing collected packages: wheel, setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 65.5.0 Uninstalling setuptools-65.5.0: Successfully uninstalled setuptools-65.5.0 Attempting uninstall: pip Found existing installation: pip 24.0 Uninstalling pip-24.0: Successfully uninstalled pip-24.0 Successfully installed pip-25.3 setuptools-80.9.0 wheel-0.45.1 Installing packages: numpy + "C:\Users\CRAN\Documents/.virtualenvs/cassia_env/Scripts/python.exe" -m pip install --upgrade --no-user numpy Collecting numpy Using cached numpy-2.3.5-cp311-cp311-win_amd64.whl.metadata (60 kB) Using cached numpy-2.3.5-cp311-cp311-win_amd64.whl (13.1 MB) Installing collected packages: numpy Successfully installed numpy-2.3.5 Virtual environment 'cassia_env' successfully created. Using virtual environment "cassia_env" ... + "C:\Users\CRAN\Documents/.virtualenvs/cassia_env/Scripts/python.exe" -m pip install --upgrade --no-user openai pandas numpy requests anthropic matplotlib seaborn Collecting openai Downloading openai-2.9.0-py3-none-any.whl.metadata (29 kB) Collecting pandas Using cached pandas-2.3.3-cp311-cp311-win_amd64.whl.metadata (19 kB) Requirement already satisfied: numpy in c:\users\cran\docume~1\virtua~1\cassia~1\lib\site-packages (2.3.5) Collecting requests Using cached requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting anthropic Downloading anthropic-0.75.0-py3-none-any.whl.metadata (28 kB) Collecting matplotlib Using cached matplotlib-3.10.7-cp311-cp311-win_amd64.whl.metadata (11 kB) Collecting seaborn Using cached seaborn-0.13.2-py3-none-any.whl.metadata (5.4 kB) Collecting anyio<5,>=3.5.0 (from openai) Downloading anyio-4.12.0-py3-none-any.whl.metadata (4.3 kB) Collecting distro<2,>=1.7.0 (from openai) Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB) Collecting httpx<1,>=0.23.0 (from openai) Using cached httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB) Collecting jiter<1,>=0.10.0 (from openai) Downloading jiter-0.12.0-cp311-cp311-win_amd64.whl.metadata (5.3 kB) Collecting pydantic<3,>=1.9.0 (from openai) Downloading pydantic-2.12.5-py3-none-any.whl.metadata (90 kB) Collecting sniffio (from openai) Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting tqdm>4 (from openai) Using cached tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) Collecting typing-extensions<5,>=4.11 (from openai) Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting idna>=2.8 (from anyio<5,>=3.5.0->openai) Using cached idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting certifi (from httpx<1,>=0.23.0->openai) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Collecting httpcore==1.* (from httpx<1,>=0.23.0->openai) Using cached httpcore-1.0.9-py3-none-any.whl.metadata (21 kB) Collecting h11>=0.16 (from httpcore==1.*->httpx<1,>=0.23.0->openai) Using cached h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) Collecting annotated-types>=0.6.0 (from pydantic<3,>=1.9.0->openai) Using cached annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) Collecting pydantic-core==2.41.5 (from pydantic<3,>=1.9.0->openai) Downloading pydantic_core-2.41.5-cp311-cp311-win_amd64.whl.metadata (7.4 kB) Collecting typing-inspection>=0.4.2 (from pydantic<3,>=1.9.0->openai) Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) Collecting python-dateutil>=2.8.2 (from pandas) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting pytz>=2020.1 (from pandas) Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) Collecting tzdata>=2022.7 (from pandas) Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting charset_normalizer<4,>=2 (from requests) Downloading charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl.metadata (38 kB) Collecting urllib3<3,>=1.21.1 (from requests) Downloading urllib3-2.6.0-py3-none-any.whl.metadata (6.6 kB) Collecting docstring-parser<1,>=0.15 (from anthropic) Downloading docstring_parser-0.17.0-py3-none-any.whl.metadata (3.5 kB) Collecting contourpy>=1.0.1 (from matplotlib) Using cached contourpy-1.3.3-cp311-cp311-win_amd64.whl.metadata (5.5 kB) Collecting cycler>=0.10 (from matplotlib) Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) Collecting fonttools>=4.22.0 (from matplotlib) Using cached fonttools-4.61.0-cp311-cp311-win_amd64.whl.metadata (115 kB) Collecting kiwisolver>=1.3.1 (from matplotlib) Using cached kiwisolver-1.4.9-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Collecting packaging>=20.0 (from matplotlib) Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pillow>=8 (from matplotlib) Using cached pillow-12.0.0-cp311-cp311-win_amd64.whl.metadata (9.0 kB) Collecting pyparsing>=3 (from matplotlib) Using cached pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB) Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas) Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting colorama (from tqdm>4->openai) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Downloading openai-2.9.0-py3-none-any.whl (1.0 MB) ---------------------------------------- 1.0/1.0 MB 24.8 MB/s 0:00:00 Downloading anyio-4.12.0-py3-none-any.whl (113 kB) Downloading distro-1.9.0-py3-none-any.whl (20 kB) Using cached httpx-0.28.1-py3-none-any.whl (73 kB) Using cached httpcore-1.0.9-py3-none-any.whl (78 kB) Downloading jiter-0.12.0-cp311-cp311-win_amd64.whl (204 kB) Downloading pydantic-2.12.5-py3-none-any.whl (463 kB) Downloading pydantic_core-2.41.5-cp311-cp311-win_amd64.whl (2.0 MB) ---------------------------------------- 2.0/2.0 MB 37.2 MB/s 0:00:00 Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) Using cached pandas-2.3.3-cp311-cp311-win_amd64.whl (11.3 MB) Using cached requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl (106 kB) Using cached idna-3.11-py3-none-any.whl (71 kB) Downloading urllib3-2.6.0-py3-none-any.whl (131 kB) Downloading anthropic-0.75.0-py3-none-any.whl (388 kB) Downloading docstring_parser-0.17.0-py3-none-any.whl (36 kB) Using cached matplotlib-3.10.7-cp311-cp311-win_amd64.whl (8.1 MB) Using cached seaborn-0.13.2-py3-none-any.whl (294 kB) Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Using cached contourpy-1.3.3-cp311-cp311-win_amd64.whl (225 kB) Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB) Using cached fonttools-4.61.0-cp311-cp311-win_amd64.whl (2.3 MB) Using cached h11-0.16.0-py3-none-any.whl (37 kB) Using cached kiwisolver-1.4.9-cp311-cp311-win_amd64.whl (73 kB) Using cached packaging-25.0-py3-none-any.whl (66 kB) Using cached pillow-12.0.0-cp311-cp311-win_amd64.whl (7.0 MB) Using cached pyparsing-3.2.5-py3-none-any.whl (113 kB) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB) Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) Using cached tqdm-4.67.1-py3-none-any.whl (78 kB) Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB) Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Using cached sniffio-1.3.1-py3-none-any.whl (10 kB) Installing collected packages: pytz, urllib3, tzdata, typing-extensions, sniffio, six, pyparsing, pillow, packaging, kiwisolver, jiter, idna, h11, fonttools, docstring-parser, distro, cycler, contourpy, colorama, charset_normalizer, certifi, annotated-types, typing-inspection, tqdm, requests, python-dateutil, pydantic-core, httpcore, anyio, pydantic, pandas, matplotlib, httpx, seaborn, openai, anthropic Successfully installed annotated-types-0.7.0 anthropic-0.75.0 anyio-4.12.0 certifi-2025.11.12 charset_normalizer-3.4.4 colorama-0.4.6 contourpy-1.3.3 cycler-0.12.1 distro-1.9.0 docstring-parser-0.17.0 fonttools-4.61.0 h11-0.16.0 httpcore-1.0.9 httpx-0.28.1 idna-3.11 jiter-0.12.0 kiwisolver-1.4.9 matplotlib-3.10.7 openai-2.9.0 packaging-25.0 pandas-2.3.3 pillow-12.0.0 pydantic-2.12.5 pydantic-core-2.41.5 pyparsing-3.2.5 python-dateutil-2.9.0.post0 pytz-2025.2 requests-2.32.5 seaborn-0.13.2 six-1.17.0 sniffio-1.3.1 tqdm-4.67.1 typing-extensions-4.15.0 typing-inspection-0.4.2 tzdata-2025.2 urllib3-2.6.0 Successfully set up CASSIA environment using virtualenv: cassia_env ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (CASSIA)