Re: [R-pkg-devel] Package name convention: archived package

2021-11-01 Thread GrĂ¼n , Bettina
Hi Sigbert, the CRAN Repository Policy available at https://cran.r-project.org/web/packages/policies.html contains Packages should be named in a way that does not conflict (irrespective of case) with any current or past CRAN package (the Archive area can be consulted), nor any current Biocond

[R-pkg-devel] Package name convention: archived package

2021-10-31 Thread Sigbert Klinke
Hi, I wanted to submit a package to CRAN. When I ran R CMD check --as-cran I saw that the package name is used by another package. After renaming my package I googled the new name and it turned out that an archived package has the same name. So I renamed my package the second time. Question: