-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 -emy_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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels