You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc<- vapply(names(platforms),
function(x) list(suppressMessages(ConsensusClusterPlus::ConsensusClusterPlus(platforms[[x]][gene.sig,],
maxK=max.K, reps=rep.runs, pItem=pItem,
pFeature=pFeature, title=run.dir[x],
clusterAlg=clusterAlg, distance=distance,
seed=cc.seed, plot=NULL))),
# ConsensusClusterPlus returns a list of 7 elements, but we need a nested listlist(rep(list('aString'), 7)))
When I try tidy this file, something goes wrong:
Error in base::parse(text = code, keep.source = FALSE) :
<text>:48:1: unexpected 'function'
47: invisible(".BeGiN_TiDy_IdEnTiFiEr_HaHaHa# Must use <<- here for scope restrinction.HaHaHa_EnD_TiDy_IdEnTiFiEr")
48: function
^
Well, I have read the documents and I know that it can be confusing. But sometimes peoples need these comments in-place to remind contributors (often himself) what this part of code DOES do.
Could you consider just reserve these comments (or add a parameter for this aim)? You can assign this feature to me. It's my honor.
The text was updated successfully, but these errors were encountered:
Hi Yihui,
I have code snippet as this:
When I try tidy this file, something goes wrong:
Well, I have read the documents and I know that it can be confusing. But sometimes peoples need these comments in-place to remind contributors (often himself) what this part of code DOES do.
Could you consider just reserve these comments (or add a parameter for this aim)? You can assign this feature to me. It's my honor.
The text was updated successfully, but these errors were encountered: