Skip to content

Commit

Permalink
minor updates to md files
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Dec 27, 2024
1 parent 453a094 commit 8854953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fcwtr 0.2.9999

- Add S3 methods: `print()`, `[]`, `as.matrix()`\`.
- Add S3 methods: `print()`, `[]`, `as.matrix()`.

- Include improved physical unit treatment with the 'units' package. Frequency and time parameters can now be "units" objects, created with `u()`. Allow user to adjust plot scales to use arbitrary time/freq units.

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a resubmission (after package being archived). In this version I have:

- Changed 'SystemRequirements' to directly refer to single precission 'fftwf' and changed 'openmp' to 'fftwf_omp'.
- I do not understand the comment 'does not test for it': ./configure.ac, line #40, contains a paragraph that tests for single precision functions. The configuration fails with a descriptive error message "The fftw3f library is required." in case it does not find a fitting library. I searched the "Writing R package" documentation for additional mandatory places, where a check should occur, to no avail.
- I do not understand the comment 'does not test for [fftwf]': ./configure.ac, line #40, contains a paragraph that tests for single precision functions. The configuration fails with a descriptive error message "The fftw3f library is required." in case it does not find a fitting library. I searched the "Writing R Extensions" documentation for additional mandatory places, where a check should occur, to no avail.
- I also added other features, unrelated to the comments, since last submission/archiving.

## R CMD check results
Expand Down

0 comments on commit 8854953

Please sign in to comment.