-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·48 lines (48 loc) · 1.37 KB
/
DESCRIPTION
File metadata and controls
executable file
·48 lines (48 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: BioDataScience
Type: Package
Version: 2025.0.0
Title: Configuration for Biological Data Science Course at UMONS
Description: User sign in and sign out for the Biological Data Science courses
at the University of Mons, Belgium.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471")),
person("Guyliann", "Engels", role = c("aut"),
email = "guyliann.engels@umons.ac.be",
comment = c(ORCID = "0000-0001-9514-1014")))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends:
R (>= 4.4.0)
Imports:
learnitdown (>= 1.8.0),
gert (>= 2.1.5),
rstudioapi (>= 0.17.1),
shiny (>= 1.10.0),
miniUI (>= 0.1.1.1),
shinyAce (>= 0.4.4),
methods (>= 4.4.0),
utils (>= 4.4.0),
svMisc (>= 1.6.0),
helpai (>= 0.1.0),
httr2 (>= 1.1.2)
Suggests:
covr (>= 3.5.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
Remotes:
SciViews/helpai,
SciViews/learnitdown,
SciViews/svMisc
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/BioDataScience-Course/BioDataScience
BugReports: https://github.com/BioDataScience-Course/BioDataScience/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3