I hereby claim:
- I am godrigos on github.
- I am godrigos (https://keybase.io/godrigos) on keybase.
- I have a public key ASD54R9HlJDycjQZrmDArX_IrnnUWxFf8lWoD0t8cxKLlAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Version: 2022/12/07 - 10:51 | |
import pandas as pd | |
import os | |
import sys | |
# Return all files in the given directory as a list | |
dir = "./tables" | |
files: list[str] = [] | |
for file in os.listdir(dir): |
## If a package is installed, it will be loaded. If any | |
## are not, the missing package(s) will be installed | |
## from CRAN and then loaded. | |
## First specify the packages of interest | |
packages = c("tidyverse", "geomorph", | |
"phytools", "viridis") | |
## Now load or install & load all | |
package.check <- lapply( |