GithubHelp home page GithubHelp logo

package naming about rawrr HOT 12 CLOSED

fgcz avatar fgcz commented on September 27, 2024
package naming

from rawrr.

Comments (12)

tobiasko avatar tobiasko commented on September 27, 2024 3

Why not

rawrr

because

https://www.urbandictionary.com/define.php?term=rawrr

Screenshot 2020-12-04 at 13 50 10

It is as close to rawR as possible and solves the naming conflict with CRAN.

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024 1

The easiest way out of this dilemma is to submit rawR to Bioc using a slightly "extended" package name that preserves the onomatopoetic idea. For instance rawrrR. But reading this:

“Package:” field: This is the name of the package. This should match the github repository name and is case sensitive. A package name should be descriptive and not already exist as a current package (case-insensitive) in Bioconductor or CRAN. Avoid names that are easily confused with existing package names, or that imply a temporal (e.g., ExistingPackage2) or qualitative (e.g., ExistingPackagePlus) relationship."

Still makes me think that the check should NOT fail.

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024

@cpanse Could you add the complete first command?

from rawrr.

cpanse avatar cpanse commented on September 27, 2024

@tobiasko R CMD check rawR_0.1.1.tar.gz

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024

Interesting!

> if (!requireNamespace("BiocManager"))
+     install.packages("BiocManager")
Loading required namespace: BiocManager
> BiocManager::install("rawR")
Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.3 (2020-02-29)
Installing package(s) 'rawR'
Old packages: 'ape', 'backports', 'bit', 'bit64', 'bookdown', 'boot', 'broom', 'callr', 'car', 'carData', 'class', 'cli', 'clipr',
  'codetools', 'colorspace', 'covr', 'cowplot', 'data.table', 'dbplyr', 'DelayedArray', 'devtools', 'digest', 'doParallel', 'doSNOW',
  'dplyr', 'DT', 'e1071', 'ellipsis', 'foreach', 'Formula', 'fs', 'generics', 'ggforce', 'ggplot2', 'ggpubr', 'git2r', 'glue', 'gplots',
  'gtools', 'haven', 'HDF5Array', 'Hmisc', 'htmlTable', 'htmltools', 'htmlwidgets', 'httpuv', 'httr', 'isoband', 'iterators', 'jsonlite',
  'kableExtra', 'KernSmooth', 'knitr', 'labeling', 'later', 'lattice', 'lme4', 'lmtest', 'lubridate', 'maptools', 'MASS', 'matrixStats',
  'mgcv', 'modelr', 'MSstatsTMT', 'mvtnorm', 'nlme', 'nloptr', 'nnet', 'openssl', 'openxlsx', 'pillar', 'pkgbuild', 'pkgload', 'processx',
  'promises', 'protViz', 'ps', 'purrr', 'quantreg', 'R6', 'raster', 'RcmdrMisc', 'Rcpp', 'RcppArmadillo', 'RCurl', 'readr', 'remotes',
  'reshape2', 'rex', 'rlang', 'rmarkdown', 'roxygen2', 'rprojroot', 'RSQLite', 'rstudioapi', 'rversions', 'rvest', 'S4Vectors', 'sandwich',
  'scales', 'shiny', 'shinyjs', 'sp', 'spatial', 'statmod', 'stringi', 'survival', 'survminer', 'sys', 'testthat', 'tibble', 'tidyr',
  'tinytex', 'usethis', 'vcd', 'vctrs', 'withr', 'xfun', 'xml2', 'zip', 'zoo'
Update all/some/none? [a/s/n]: 
n
Warning messages:
1: package ‘rawR’ is not available (for R version 3.6.3) 
2: Perhaps you meant ‘rawr’ ? 

from rawrr.

cpanse avatar cpanse commented on September 27, 2024

Interesting!

> if (!requireNamespace("BiocManager"))
+     install.packages("BiocManager")
Loading required namespace: BiocManager
> BiocManager::install("rawR")
Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.3 (2020-02-29)
Installing package(s) 'rawR'
Old packages: 'ape', 'backports', 'bit', 'bit64', 'bookdown', 'boot', 'broom', 'callr', 'car', 'carData', 'class', 'cli', 'clipr',
  'codetools', 'colorspace', 'covr', 'cowplot', 'data.table', 'dbplyr', 'DelayedArray', 'devtools', 'digest', 'doParallel', 'doSNOW',
  'dplyr', 'DT', 'e1071', 'ellipsis', 'foreach', 'Formula', 'fs', 'generics', 'ggforce', 'ggplot2', 'ggpubr', 'git2r', 'glue', 'gplots',
  'gtools', 'haven', 'HDF5Array', 'Hmisc', 'htmlTable', 'htmltools', 'htmlwidgets', 'httpuv', 'httr', 'isoband', 'iterators', 'jsonlite',
  'kableExtra', 'KernSmooth', 'knitr', 'labeling', 'later', 'lattice', 'lme4', 'lmtest', 'lubridate', 'maptools', 'MASS', 'matrixStats',
  'mgcv', 'modelr', 'MSstatsTMT', 'mvtnorm', 'nlme', 'nloptr', 'nnet', 'openssl', 'openxlsx', 'pillar', 'pkgbuild', 'pkgload', 'processx',
  'promises', 'protViz', 'ps', 'purrr', 'quantreg', 'R6', 'raster', 'RcmdrMisc', 'Rcpp', 'RcppArmadillo', 'RCurl', 'readr', 'remotes',
  'reshape2', 'rex', 'rlang', 'rmarkdown', 'roxygen2', 'rprojroot', 'RSQLite', 'rstudioapi', 'rversions', 'rvest', 'S4Vectors', 'sandwich',
  'scales', 'shiny', 'shinyjs', 'sp', 'spatial', 'statmod', 'stringi', 'survival', 'survminer', 'sys', 'testthat', 'tibble', 'tidyr',
  'tinytex', 'usethis', 'vcd', 'vctrs', 'withr', 'xfun', 'xml2', 'zip', 'zoo'
Update all/some/none? [a/s/n]: 
n
Warning messages:
1: package ‘rawR’ is not available (for R version 3.6.3) 
2: Perhaps you meant ‘rawr’ ? 

yes this is the CRAN https://CRAN.R-project.org/package=rawr package

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024

I just realized that the cross check with CRAN is done case-INsensitive! "Wer lesen kann ist klar im Vorteil"! ;-)

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024

https://support.bioconductor.org/p/p133305/#p133310

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024

updates from Martin Morgan:

https://support.bioconductor.org/p/p133305/#p133310

renaming the package will be necessary.

from rawrr.

cpanse avatar cpanse commented on September 27, 2024

most intuitive would be then rawFileReader.

from rawrr.

cpanse avatar cpanse commented on September 27, 2024

ah it is too boring maybe orbitrap reader

from rawrr.

tobiasko avatar tobiasko commented on September 27, 2024

Done!

from rawrr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.