Skip to content

PyPi version seems like 0.5.3 but behaves like an old version #8

@vankesteren

Description

@vankesteren

If I install scitree from pip, it behaves like an old version without icons and with fewer object types...

Reprex:

curl https://zenodo.org/records/6504837/files/my_project.zip?download=1 -o my_project.zip
unzip my_project.zip
cd my_project
uv init
uv add scitree
uv run scitree -e
my_project/
├── readme.md
├── 01_load_and_process_data.R
├── 02_create_visualisations.R
├── 03_main_analysis.R
├── 04_output_results.R
├── my_project.Rproj
├── raw_data/
│   └── questionnaire_data.csv
├── img/
│   └── plot.png
└── processed_data/
    ├── analysis_object.rds
    └── questionnaire_processed.rds

25 directories, 125 files
README Data Code

Whereas installing it from github:

uv add git+https://github.com/J535D165/scitree
uv run scitree -e
📁 my_project/
├── 📖 readme.md
├── 📄 01_load_and_process_data.R
├── 📄 02_create_visualisations.R
├── 📄 03_main_analysis.R
├── 📄 04_output_results.R
├── my_project.Rproj
├── 📁 raw_data/
│   └── 📜 questionnaire_data.csv
├── 📁 img/
│   └── 📊 plot.png
└── 📁 processed_data/
    ├── 📦 analysis_object.rds
    └── 📦 questionnaire_processed.rds

25 directories , 126 files
📖README 📜Data 📄Code 📊Figures 📦Serial Data 📁Folder

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions