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
f532dd65
Commit
f532dd65
authored
Oct 12, 2020
by
Lorenz Kapsner
Browse files
fixed dependencies for v0.1.2
parent
628bcbaf
Pipeline
#17725
failed with stages
in 38 minutes
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
f532dd65
...
...
@@ -61,6 +61,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 @
f532dd65
...
...
@@ -93,8 +93,8 @@ 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