Skip to content

Commit bb82450

Browse files
committed
0.99.0
1 parent 2214290 commit bb82450

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
^riboTransVis_0\.0\.1\.Rproj$
22
^\.Rproj\.user$
33
^LICENSE\.md$
4+
^\.github$
5+
^.*\.Rproj$
6+
^\.Rproj\.user$

DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: riboTransVis
22
Title: Visualize Transcript-Specific Ribosome Profiling and RNA-Seq Data
3-
Version: 0.0.7
3+
Version: 0.99.0
44
Author: Jun Zhang
55
Maintainer: Jun Zhang <3219030654@stu.cpu.edu.cn>
66
Description: The `riboTransVis` package provides tools for creating transcript-level analysis and
@@ -59,6 +59,11 @@ Suggests:
5959
Logolas,
6060
ggrepel,
6161
tidyr
62+
Remotes:
63+
smithlabcode/riborex,
64+
kkdey/Logolas
65+
biocViews: DESeq2,rtracklayer,Rsamtools,GenomicFeatures,GenomicRanges,Biostrings,IRanges,
66+
clusterProfiler,GenomeInfoDb,txdbmaker,S4Vectors
6267
VignetteBuilder: knitr
6368
Depends:
6469
methods

R/RcppExports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
33

44
boot_stat <- function(mat, boot_indices, method) {
5-
.Call('_riboTransVis_boot_stat', PACKAGE = 'riboTransVis', mat, boot_indices, method)
5+
.Call(`_riboTransVis_boot_stat`, mat, boot_indices, method)
66
}
77

R/riboTransVis-package.R

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
#' @importFrom utils packageDescription
22
.onAttach <- function(libname, pkgname) {
33
pkgVersion <- packageDescription(pkgname, fields = "Version")
4-
if (requireNamespace("cli", quietly = TRUE)) {
5-
start_up_mg <- cli::cat_boxx("Welcome to use riboTransVis package for Ribo-seq analysis.",
6-
col = "#8B1874")
7-
} else {
8-
warning("Package 'cli' is needed for this function to work.")
9-
}
104

11-
packageStartupMessage(start_up_mg)
5+
packageStartupMessage("Welcome to use riboTransVis for Ribo-seq analysis.")
126
packageStartupMessage(paste("The version of riboTransVis:",
137
pkgVersion,
148
"\nAny advice or suggestions please contact with me: 3219030654@stu.cpu.edu.cn.",

0 commit comments

Comments
 (0)