Re: [R] Unable to load GRanges

2019-08-17 Thread David Winsemius
Looks like you do not have permissions to write to that directory, but it's not clear that this is a major problem. The updating of boot and foreign is not something that regular non BioC users would have usually needed.  Did you recently update your R installation? Library locations sometimes

Re: [R] Unable to load GRanges

2019-08-17 Thread Jeff Newmiller
This mailing list is the wrong place to ask a BioC question. I do recommend asking a question when you finally do arrive at the correct forum ... the below information seems to suggest that something you did or something odd about your account privileges lead to that output but you haven't

[R] Unable to load GRanges

2019-08-17 Thread Tewelde Tesfaye
Dear Sir/Madam Greetings Error message [ install.packages("BiocManager") Installing package into ‘C:/Users/default.DESKTOP-DE6RR7L/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- trying URL '

Re: [R] GMP help - converting rosetta RSA-code to R

2019-08-17 Thread Jeff Newmiller
Please post in plain text. You assume significant risk that we will receive a corrupt version of your code if you fail to do this. As far as I can see, the gmp package does not currently support a raw interface to create bigz values. Here is my workaround: plaintext <- "Rossetta Code"

Re: [R] gmp coredump - where to report?

2019-08-17 Thread William Dunlap via R-help
I has trying to convert some raw values into a big number with the library gmp. However the library makes R crash. Two questions: 1. Should I report the problem and if yes, where can I report the problem? You can report the problem by calling bug.report(package="gmp") and filling in the

[R] GMP help - converting rosetta RSA-code to R

2019-08-17 Thread Martin Møller Skarbiniks Pedersen
Hi, I am trying to make a R version a RosettaCode task involving big number. More precise, I am trying to convert the c-solution http://rosettacode.org/wiki/RSA_code#C to R. These two lines in C gives me problems: const char *plaintext = "Rossetta Code"; mpz_import(pt,