Re: [R] Facing problem in installing the package named "methyAnalysis"

2017-12-29 Thread Pijush Das
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

[R] Facing problem in installing the package named "methyAnalysis"

2017-12-29 Thread Pijush Das
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.

[R] Please to remove the warning when trying to check a package.

2017-12-07 Thread Pijush Das
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

[R] Unable arrange the functions according to the requirement in the help page of my package.

2016-12-13 Thread Pijush Das
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

[R] LaTeX errors when creating PDF version.

2016-12-06 Thread Pijush Das
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

[R] Heatmap.2 error

2015-06-19 Thread Pijush Das
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=

[R] R to HTML problem

2015-06-08 Thread Pijush Das
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

[R] R to HTML problem

2015-06-05 Thread Pijush Das
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.

[R] SVM error

2015-06-03 Thread Pijush Das
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

[R] SVM error

2015-06-03 Thread Pijush Das
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

[R] SVM error.

2015-06-02 Thread Pijush Das
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