Displaying 3 results from an estimated 3 matches for "ingh".
Did you mean:
singh
2018 Apr 26
1
Package 'data.table' in version R-3.5.0 not successfully being installed
...tran: ?data.table?
These will not be installed
Afterwards, I consulted google users, I downloaded the source package:
"data.table_1.10.4-3.tar.gz" from CRAN, stored it on desktop, and tried
following command for installing from source only:
install.packages("C:\\Users\\Dr. A.K.
Singh\\Desktop\\data.table_1.10.4-3.tar.gz", repos = NULL, type="source")
This generated following errors messages:
> install.packages("C:\\Users\\Dr. A.K.
Singh\\Desktop\\data.table_1.10.4-3.tar.gz", repos = NULL, type="source")
Installing package into ?C:/Users/D...
2018 Apr 26
2
Package 'data.table' in version R-3.5.0 not successfully being installed
My thanks to Dr. John Fox and Dr. Duncan Murdoch. But, I have upgraded all
my R-3.4.3 libraries to R-3.5.0, and I have not backed-up copies of old
version. So, I would give a try each to the solutions suggested by John Fox
and Dengan Murdoch.
With regards,
Dr. A.K. Singh
On Thu 26 Apr, 2018, 9:44 PM Duncan Murdoch, <murdoch.duncan at gmail.com>
wrote:
> On 26/04/2018 10:33 AM, Fox, John wrote:
> > Dear A.K. Singh,
> >
> > As you discovered, the data.table package has an error under R 3.5.0
> that prevents CRAN from distributing a Win...
2018 Apr 26
2
Package 'data.table' in version R-3.5.0 not successfully being installed
You are right. I do take backups. But, this time I was too sure that
nothing will go wrong. But, this was over-confidence. I need to take more
care in future. Thanks anyway.
With regards,
Dr. A.K. Singh
On Thu 26 Apr, 2018, 11:49 PM Duncan Murdoch, <murdoch.duncan at gmail.com>
wrote:
> On 26/04/2018 1:54 PM, Akhilesh Singh wrote:
> > My thanks to Dr. John Fox and Dr. Duncan Murdoch. But, I have upgraded
> > all my R-3.4.3 libraries to R-3.5.0, and I have not backed-up copie...