File size: 826 Bytes
8a79f2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: PhoneAddiction 
channels:
  - conda-forge
dependencies:
  - python=3.7
  - pyyaml # import python packages by naming them as dependencies and potentially specifying version numbers
  - numpy=1.16.2
  - pandas=0.25.0
  - matplotlib=3.0.3
  - gitpython
  - termcolor
  - colorama
  - jupyter
  - future
  - linearmodels
  - patsy=0.5.1
  - stochatreat=0.0.8
  - pympler
  - memory_profiler
  - dask
  - openpyxl
  - requests
  - pip=19
  - r=3.6
  - r-yaml # import r packages by prepending with "r-""
  - r-haven=2.3.1
  - r-tidyverse
  - r-r.utils
  - r-plm
  - r-janitor
  - r-rio
  - r-lubridate
  - r-magrittr
  - r-stargazer
  - r-rootSolve
  - r-rlist
  - r-ebal
  - r-latex2exp
  - r-estimatr
  # - pip: # if there is a package available via pip but not with conda, can import like this:
  #     - EXAMPLE_PACKAGE