Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aurelien Brionne
GenomeFeatures
Commits
74740dce
Commit
74740dce
authored
Aug 17, 2018
by
Aurelien Brionne
Browse files
dependencies
parent
ac32e277
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/onAttach.R
View file @
74740dce
...
...
@@ -27,7 +27,7 @@
# install if needed
if
(
!
base
::
all
(
check
)){
source
(
"https://bioconductor.org/biocLite.R"
)
biocLite
(
toinstall
[
!
check
])
biocLite
(
toinstall
[
!
check
]
,
dependencies
=
T
)
}
}
...
...
README.md
View file @
74740dce
...
...
@@ -8,7 +8,7 @@ The aim of this package is to provide a full genomic features annotation from ge
## Installation
`devtools::install_github("abrionne/GenomeFeatures", build_vignettes=TRUE)`
`devtools::install_github("abrionne/GenomeFeatures", build_vignettes=TRUE
,dependencies=T
)`
## Quick overview
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment