Re: [Rd] GitHub passwords in .git/config?

2019-07-15 Thread Marcel Ramos
Hi Spencer, The first line in the `[remote "origin"]` section should read: ``` url = g...@github.com:sbgraves237/Ecdat.git ``` Generally, I add these configs by doing a clone on the command line such as: > git clone > g...@github.com:sbgraves237

Re: [Rd] Suggested Patch: Library returns matching installed packages when typo present

2019-06-21 Thread Marcel Ramos
ore useful in loadNamespace since that can get called implicitly inside a longer computation that you don't necessarily want to start over. Best, luke On Fri, 21 Jun 2019, Marcel Ramos wrote: Dear R-core devs, I hope this email finds you well. Please see the proposed patch to R-devel bel

[Rd] Suggested Patch: Library returns matching installed packages when typo present

2019-06-20 Thread Marcel Ramos
gettextf("there is no package called %s", sQuote(package)) else Thank you! Best regards, Marcel -- Marcel Ramos Bioconductor Core Team Roswell Park Comprehensive Care Center Dept. of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New Yor

[Rd] Suggested Patch: Adding commas to list of packages after R CMD check

2018-09-18 Thread Marcel Ramos
`` svn diff: Index: src/library/tools/R/QC.R === --- src/library/tools/R/QC.R(revision 75322) +++ src/library/tools/R/QC.R (working copy) @@ -8536,13 +8536,13 @@ .pretty_format <- function(x) { -strwrap(past