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
Scientific Computing
bioinfo_team
corescf
Commits
a1ea84cb
Commit
a1ea84cb
authored
Sep 28, 2020
by
domingue
Browse files
Fixes masked functions on load_all
parent
930601f3
Pipeline
#2234
failed with stage
in 23 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.Rbuildignore
View file @
a1ea84cb
...
...
@@ -4,3 +4,4 @@
^doc$
^Meta$
^\.gitlab-ci\.yml$
^codecov\.yml$
DESCRIPTION
View file @
a1ea84cb
Package: corescf
Title: Collection of Useful CSF Functions
Description: Collection of useful custom functions as part of the CSF workflows.
Version: 0.8.2.
5
000
Version: 0.8.2.
6
000
Authors@R: c(
person(given = "António",
family = "Domingues",
...
...
R/package_helpers.R
View file @
a1ea84cb
...
...
@@ -136,6 +136,10 @@ load_all <- function(verbose = FALSE) {
## for table exploration without using Rstudio
load_pack
(
"DT"
)
## replace masked functions with those of corescf
set_names
<-
corescf
::
set_names
frame_data
<-
corescf
::
frame_data
}
...
...
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