Browse code

roxygen update.

Robert Ivánek authored on 21/10/2022 13:56:32
Showing 2 changed files

... ...
@@ -23,7 +23,7 @@ Description: Genomic data analyses requires integrated visualization
23 23
     your data.
24 24
 LazyLoad: yes
25 25
 Encoding: UTF-8
26
-RoxygenNote: 7.1.2
26
+RoxygenNote: 7.2.0
27 27
 Roxygen: list(markdown = TRUE)
28 28
 Depends:
29 29
     R (>= 4.2),
... ...
@@ -12,7 +12,8 @@
12 12
 \S4method{initialize}{CustomTrack}(.Object, plottingFunction, variables, ...)
13 13
 
14 14
 CustomTrack(
15
-  plottingFunction = function(GdObject, prepare = FALSE, ...) { },
15
+  plottingFunction = function(GdObject, prepare = FALSE, ...) {
16
+ },
16 17
   variables = list(),
17 18
   name = "CustomTrack",
18 19
   ...