Re: [R-pkg-devel] Confusion about what should be in Imports for a package with a shiny app

2021-03-24 Thread R. Mark Sharp
interactively or in their own scripts and applications. I will modify the DESCRIPTION file accordingly. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com > On Mar 24, 2021, a

[R-pkg-devel] Confusion about what should be in Imports for a package with a shiny app

2021-03-24 Thread R. Mark Sharp
ld be listed within the DESCRIPTION file. Help will be appreciated. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com __ R-package-devel@r-projec

Re: [R-pkg-devel] [R] a question of etiquette

2020-06-02 Thread R. Mark Sharp
defending their position and disagree with it. However, it is their position based on what I think is a conservative or overly cautious legal interpretation. I am not a lawyer, however, so my opinions are of no import. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant

Re: [R-pkg-devel] [R] a question of etiquette

2020-06-02 Thread R. Mark Sharp
I strongly prefer. The GPL-2 and GPL-3 licenses are apparently sufficiently ambiguous in the legal community that some companies avoid them. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh

[R-pkg-devel] Fwd: [R] a question of etiquette

2020-06-01 Thread R. Mark Sharp
the following: person("Terry", "Therneau", role = c("aut”)) Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com > Begin forwarded message: > > Fro

[R-pkg-devel] Examples for functions called by Shiny server

2020-03-15 Thread R. Mark Sharp
an Rd file that is to have the example. I cannot think of a meaningful example for a function that creates the content of a new Shiny tabpanel when an error is detected. Suggestions are eagerly sought. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow

Re: [R-pkg-devel] Manual inspection of a new CRAN submission

2019-12-18 Thread R. Mark Sharp
mistake. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com > On Dec 18, 2019, at 7:26 PM, Mauricio Zambrano-Bigiarini > wrote: > > Thank you very much Duncan for the

[R-pkg-devel] compression of vignettes

2019-11-21 Thread R. Mark Sharp
".", args = c('--no-manual', '--compact-vignettes="gs+qpdf"'); devtools::test(); quit(save = "no", status = if (length(c(r$errors, r$warnings)) > 0) { 1 } else { 0 }, runLast = FALSE)' I have tried the following build arguments in RStu

[R-pkg-devel] R-hub PREPERROR on Ubuntu Linux 16.04 LTS, R-release, GCC not on other platforms

2019-11-08 Thread R. Mark Sharp
not available for package ‘nprcmanager’ The following platforms have no errors or warnings and have only the “New submission” note. Windows Server 2008 R2 SP1, R-devel, 32/64 bit Fedora Linux, R-devel, clang, gfortran Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 75

Re: [R-pkg-devel] checking CRAN incoming feasibility NOTE

2019-10-05 Thread R. Mark Sharp
d release) ## R CMD check results 0 errors | 0 warnings | 1 note * This is a new release. R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com > On Oct 5, 2019, at 5:10 PM, Roy Mendelssohn - NOAA

[R-pkg-devel] checking CRAN incoming feasibility NOTE

2019-10-05 Thread R. Mark Sharp
elease) checking CRAN incoming feasibility ... NOTE Maintainer: 'R. Mark Sharp ' New submission License components with restrictions and base license permitting such: MIT + file LICENSE File 'LICENSE': Copyright 2017-2019 R. Mark Sharp Permission is hereby g

Re: [R-pkg-devel] Change in normal random numbers between R 3.5.3 and R 3.6.0

2019-05-10 Thread R. Mark Sharp
27;: unused argument (sample.kind = "Rounding") See ‘/tmp/RtmpA4S3Ki/file32b81c218ac8/nprcmanager.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Mar

Re: [R-pkg-devel] Change in normal random numbers between R 3.5.3 and R 3.6.0

2019-05-09 Thread R. Mark Sharp
ion()$minor) / 10.0) if (version >= 3.6) { args <- list(seed, sample.kind = "Rounding") } else { args <- list(seed) } suppressWarnings(do.call(set.seed, args)) } Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. Sa

Re: [R-pkg-devel] Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread R. Mark Sharp
. Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com > On Jul 13, 2018, at 7:17 PM, Gábor Csárdi wrote: > > Hi Mark, > > seems like you have "Remotes: covr"

[R-pkg-devel] Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread R. Mark Sharp
ameSurgerySheets, and one public rmsharp/rmsutilityr both install fine. Does anyone know what I may have broken or how? Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-286