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
a2801455
Commit
a2801455
authored
Jul 31, 2020
by
Lorenz Kapsner
Browse files
updated descr; update to v0.1.1
parent
ecab2665
Pipeline
#13791
failed with stages
in 31 minutes and 58 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
a2801455
Package: sigident
Title: Signature Analyses in Genomic Expression Sets
Version: 0.1.
0.900
1
Version: 0.1.1
Authors@R:
c(person(given = "Lorenz A.",
family = "Kapsner",
...
...
@@ -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-
28
Date: 2020-07-
31
biocViews:
Imports:
data.table,
...
...
data-raw/devstuffs.R
View file @
a2801455
...
...
@@ -23,7 +23,7 @@ my_desc$del("Maintainer")
# Vignette Builder
my_desc
$
set
(
"VignetteBuilder"
=
"knitr"
)
# Set the version
my_desc
$
set_version
(
"0.1.
0.900
1"
)
my_desc
$
set_version
(
"0.1.1"
)
# The title of your package
my_desc
$
set
(
Title
=
"Signature Analyses in Genomic Expression Sets"
)
# The description of your package
...
...
@@ -134,6 +134,8 @@ usethis::use_build_ignore(".gitlab-ci.yml")
usethis
::
use_build_ignore
(
"ci"
)
usethis
::
use_build_ignore
(
".vscode"
)
usethis
::
use_build_ignore
(
".lintr"
)
usethis
::
use_build_ignore
(
"doc"
)
usethis
::
use_build_ignore
(
"Meta"
)
usethis
::
use_git_ignore
(
"/*"
)
...
...
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