Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
corescf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scientific Computing
bioinfo_team
corescf
Commits
ad6a15bf
Commit
ad6a15bf
authored
Sep 28, 2020
by
domingue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
DESCRIPTION
DESCRIPTION
+1
-1
R/package_helpers.R
R/package_helpers.R
+3
-2
No files found.
DESCRIPTION
View file @
ad6a15bf
Package: corescf
Package: corescf
Title: Collection of Useful CSF Functions
Title: Collection of Useful CSF Functions
Description: Collection of useful custom functions as part of the CSF workflows.
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(
Authors@R: c(
person(given = "António",
person(given = "António",
family = "Domingues",
family = "Domingues",
...
...
R/package_helpers.R
View file @
ad6a15bf
...
@@ -138,8 +138,9 @@ load_all <- function(verbose = FALSE) {
...
@@ -138,8 +138,9 @@ load_all <- function(verbose = FALSE) {
load_pack
(
"DT"
)
load_pack
(
"DT"
)
## replace masked functions with those of corescf
## replace masked functions with those of corescf
set_names
<-
corescf
::
set_names
assign
(
"set_names"
,
corescf
::
set_names
,
envir
=
.GlobalEnv
)
frame_data
<-
corescf
::
frame_data
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