r-hyperspec / r-hyperspec.github.io

Homepage for r-hyperspec ecosystem
https://r-hyperspec.github.io
0 stars 0 forks source link

Final testing of import packages hySpc.read.txt, .mat, .jdx, .spe #15

Open bryanhanson opened 3 years ago

bryanhanson commented 3 years ago

We are nearing the final state of these four packages, so we need to test whether they can be deployed to CRAN to work with the existing CRAN version of hyperSpec. After resolving all issues that prevent checks from passing, the steps for the final test would be:

  1. Install the CRAN version of hyperSpec via install.packages("hyperSpec") in order to have the CRAN version replace any local versions (e.g. from the develop branch).
  2. Build, check and install the import package locally. If this is successful, we should be ready to go to CRAN. If not successful, we need to figure out why not and fix. These packages need to be tested:

After these tests are successful, we need one more review of key things like the DESCRIPTION file.

GegznaV commented 3 years ago

Why do we need these packages to work with the current released version (0.99.x) of hyperSpec in the first place? Our plan last year was to release the new version of hyperSpec and only then the new packages. And we did some changes in the family of the packages keeping in mind that the new packages must depend on hyperSpec 0.100.x or newer as this simplified the path of development.

Did something change in these plans? Do I miss something here?

bryanhanson commented 3 years ago

OK, let's put this on hold in preference to the discussion in #18