-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Contact Details
No response
What happened?
The BurnP3+ conda environment was built on a windows machine and then exported to a yaml file to be included in the package. This means that some of the package versions/wheels are specific to windows, so when you go to create the conda environment on linux, it fails and says some of the packages are unavailable.
The yaml file needs to be made more generic so it works on linux. Instead of having conda install all dependencies, it should just be the R packages (and required versions) that are actually loaded at the top of each script. The wheels (i.e., the long string of letters and numbers after the version number) should also be removed.
What component are you seeing the problem on?
R
Relevant log output
No response
Approvals Process
- Testing For Issue
- Merge
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working