Bioconductor package too.
>
> Michael
>
>
> On 29/12/2017 07:29, Pijush Das wrote:
>
>> Dear Sir,
>>
>>
>>
>>
>> I have been using R for a long time. But recently I have faced a problem
>> when installing the Bioconductor package named &q
Dear Sir,
I have been using R for a long time. But recently I have faced a problem
when installing the Bioconductor package named "methyAnalysis". Firstly it
was require to update my older R (R version 3.4.3 (2017-11-30)) in to newer
version. That time I have also updated the RStudio software.
Hello Sir,
I have been trying to create a package in R.
When I have put the check option in R studio to check everything is ok that
time I have found
two warnings and three notes. Those are given below.
warnings:
1) * checking dependencies in R code ... WARNING
'::' or ':::' import not declared
document found in the website describing about
how to create an R package. There I do not find any clue to solve my
problem.
Please help me.
Thank you very much.
regards
Pijush Das
[[alternative HTML version deleted]]
__
R-help@r
Hello Sir,
I am facing a common problem in R. I have searched a lot but nobody gives a
proper way. The problem is : when I am tying to check my package in R
created by me it shows an error given below
* checking PDF version of manual ... WARNING
> LaTeX errors when creating PDF version.
This typi
Dear Sir,
Please help me solving the error occurring during the execution of the code
given below.
library("openxlsx")
library(gplots)
library("RColorBrewer")
rix <- read.xlsx(file.choose(), sheet = 1, colNames = TRUE,rowNames = TRUE)
rawdata <- data.matrix(rix)
colors =
c(seq(-2,-0.5,length=
Dear Jim Lemon,
Thank you very much Jim for your help.
Regards,
Pijush
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the
Hi r-help,
I am trying to develop a program in R where I want to display the
out put result in a HTML page. But I unable to put two tables side by side
which is required to me. Another problem is that I unable to put the title
in the center of the
page. The code is given below.
Please help me.
Dear Sir,
I have converted the data into numeric as the function read.excel read the
data file as a character (as it was said by David Meyer, maintainer of the
package e1071) and after that run the function svm. Then another error is
found there. The detail description of the code and error is giv
Dear Sir,
I am working with SVM recently, facing a problem which is given below.
If you able to solve the problem, please send me the code.
Thank you very much.
>library(e1071)
>library(openxlsx)
> List<- read.xlsx(file.choose(), sheet = 1, colNames=TRUE,rowNames = TRUE)
> Data<- read.xlsx(fi
Dear Sir,
I am facing an error when I am trying to use svm and found similar kind of
problem faced by other. But I unable to solve the problem. The problem is
given below.
> rm(list=ls(all=TRUE))
> CombinedGeneList <- read.xlsx(file.choose(), sheet = 1, colNames =
TRUE,rowNames = TRUE)
> Noemalis
11 matches
Mail list logo