Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clearly
sigident
Commits
6969edd0
Commit
6969edd0
authored
Dec 09, 2019
by
Lorenz Kapsner
Browse files
fixed remote dependency installation
parent
ab279062
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
6969edd0
...
...
@@ -23,7 +23,7 @@ URL: https://gitlab.miracum.org/clearly/sigident
BugReports: https://gitlab.miracum.org/clearly/sigident/issues
Encoding: UTF-8
VignetteBuilder: knitr
Date/Publication: 2019-12-0
6 08:38:46
UTC
Date/Publication: 2019-12-0
9 11:03:58
UTC
biocViews:
Imports:
data.table,
...
...
@@ -53,7 +53,8 @@ Imports:
org.Hs.eg.db,
clusterProfiler,
pathfindR,
pathview
pathview,
sigident.preproc (>= 0.0.1.9000)
Suggests:
testthat,
devtools,
...
...
data-raw/devstuffs.R
View file @
6969edd0
...
...
@@ -103,6 +103,7 @@ usethis::use_package("lintr", type = "Suggests")
# Development package
mytag
<-
"v0.0.1"
devtools
::
install_git
(
url
=
"https://gitlab.miracum.org/clearly/sigident.preproc"
,
ref
=
mytag
,
upgrade
=
"always"
)
usethis
::
use_dev_package
(
"sigident.preproc"
,
type
=
"Imports"
)
#usethis::use_dev_package("DQAstats", type = "Imports")
# https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html
desc
::
desc_set_remotes
(
c
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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