moving things

This commit is contained in:
behinger (s-ccs 001)
2023-09-13 14:22:46 +00:00
parent 4a40cae300
commit e5438eb9e1
8 changed files with 30 additions and 34 deletions

View File

@@ -6,13 +6,13 @@
# Environments
### What is a environment**
### What is a environment
- A list of "installed" packages^[libraries, dlls, .so etc.] at certain versions
- sometimes includes the operation system
### **Reproducible** vs. **Replicable**
Reproducible: Someone else can get the same results given your code + data
Replicable: Someone else can repeat the whole study on new data
- **Reproducible**: Someone else can get the same results given your code + data
- **Replicable**: Someone else can repeat the whole study on new data
### Why do I need it?
- Version control
@@ -27,7 +27,7 @@
## Environemnts in Julia
## Environments in Julia
Every folder with an `Project.toml` file has it's own environment (see below)
The "base" environment is active by default: