mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
finish up part 1 slides
This commit is contained in:
parent
7794d7323e
commit
d468ded0ee
36 changed files with 12432 additions and 43198 deletions
7
intro-r-data-analysis/renv/.gitignore
vendored
Normal file
7
intro-r-data-analysis/renv/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
library/
|
||||
local/
|
||||
cellar/
|
||||
lock/
|
||||
python/
|
||||
sandbox/
|
||||
staging/
|
||||
1180
intro-r-data-analysis/renv/activate.R
Normal file
1180
intro-r-data-analysis/renv/activate.R
Normal file
File diff suppressed because it is too large
Load diff
19
intro-r-data-analysis/renv/settings.json
Normal file
19
intro-r-data-analysis/renv/settings.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"bioconductor.version": null,
|
||||
"external.libraries": [],
|
||||
"ignored.packages": [],
|
||||
"package.dependency.fields": [
|
||||
"Imports",
|
||||
"Depends",
|
||||
"LinkingTo"
|
||||
],
|
||||
"ppm.enabled": null,
|
||||
"ppm.ignored.urls": [],
|
||||
"r.version": null,
|
||||
"snapshot.type": "implicit",
|
||||
"use.cache": true,
|
||||
"vcs.ignore.cellar": true,
|
||||
"vcs.ignore.library": true,
|
||||
"vcs.ignore.local": true,
|
||||
"vcs.manage.ignores": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue