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
ad6a15bf
Commit
ad6a15bf
authored
Sep 28, 2020
by
domingue
Browse files
Hack to avoid masked functions from purrr
parent
a1ea84cb
Pipeline
#2235
failed with stage
in 22 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
ad6a15bf
Package: corescf
Title: Collection of Useful CSF Functions
Description: Collection of useful custom functions as part of the CSF workflows.
Version: 0.8.2.
6
000
Version: 0.8.2.
7
000
Authors@R: c(
person(given = "António",
family = "Domingues",
...
...
R/package_helpers.R
View file @
ad6a15bf
...
...
@@ -138,8 +138,9 @@ load_all <- function(verbose = FALSE) {
load_pack
(
"DT"
)
## replace masked functions with those of corescf
set_names
<-
corescf
::
set_names
frame_data
<-
corescf
::
frame_data
assign
(
"set_names"
,
corescf
::
set_names
,
envir
=
.GlobalEnv
)
assign
(
"frame_data"
,
corescf
::
frame_data
,
envir
=
.GlobalEnv
)
}
...
...
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