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
d6836a84
Commit
d6836a84
authored
Jul 28, 2020
by
Lorenz Kapsner
Browse files
updated versions of sigident dependencies
parent
71e7875d
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
d6836a84
...
...
@@ -33,7 +33,7 @@ URL: https://github.com/miracum/clearly-sigident
BugReports: https://github.com/miracum/clearly-sigident/issues
Encoding: UTF-8
VignetteBuilder: knitr
Date: 2020-07-2
7
Date: 2020-07-2
8
biocViews:
Imports:
data.table,
...
...
@@ -60,6 +60,6 @@ Suggests:
knitr,
lintr
Remotes:
github::miracum/clearly-sigident.preproc@
development
,
github::miracum/clearly-sigident.func@
development
github::miracum/clearly-sigident.preproc@
v0.0.5
,
github::miracum/clearly-sigident.func@
v0.0.4
RoxygenNote: 7.1.1
data-raw/devstuffs.R
View file @
d6836a84
...
...
@@ -91,8 +91,8 @@ usethis::use_package("knitr", type = "Suggests")
usethis
::
use_package
(
"lintr"
,
type
=
"Suggests"
)
# Development package
preproc_tag
<-
"
development
"
func_tag
<-
"
development
"
preproc_tag
<-
"
v0.0.5
"
func_tag
<-
"
v0.0.4
"
devtools
::
install_github
(
"miracum/clearly-sigident.preproc"
,
ref
=
preproc_tag
,
upgrade
=
"always"
)
devtools
::
install_github
(
"miracum/clearly-sigident.func"
,
ref
=
func_tag
,
upgrade
=
"always"
)
...
...
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