diff --git a/NEWS.md b/NEWS.md index a1eba71..9ddd4f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,7 +23,7 @@ * New function `hy_browse_homepage()` opens the homepage of *R hyperSpec* in a web browser. * New function `hy_list_available_hySpc_packages()` lists packages, that are available in GitHub organization `r-hyperSpec`. * New function `hy_list_installed_hySpc_packages()` lists and function `hy_attach()` conveniently loads and attaches all installed **`r-hyperspec`** family packages (@cbeleites, @GegznaV, cbeleites/hyperSpec#219). -* New function `hyperSpec()` that initializes `hyperSpec` object in a similar way as `new("hyperSpec")` does but has autocompletion possibilities in RStudio (cbeleites/hyperSpec#283). +* New function `hyperSpec()` that initializes `hyperSpec` object in a similar way as `new("hyperSpec")` does but has autocompletion possibilities in RStudio (cbeleites/hyperSpec#283, #129). * New function `wl_convert_units()` (cbeleites/hyperSpec#300). * New function `wl_create_label_from_units()` that creates labels for wavelength axis (@GegznaV). * New method `as.hyperSpec()` (cbeleites/hyperSpec#282). @@ -39,7 +39,7 @@ * Function `sample()` gains new argument `index`; `sample(..., index = TRUE)` replaced function `isample()` (@GegznaV, #17). * Function `wl_convert_units()` converted into S3 generic. Default and hyperSpec methods were added (#29). * Dataset `faux_cell` and function `generate_faux_cell()` replace `chondro` dataset (cbeleites/hyperSpec#125, cbeleites/hyperSpec#156, cbeleites/hyperSpec#180, cbeleites/hyperSpec#229). - +* Documentation aliases have been updated. Now, ?hyperSpec points to the function `hyperSpec()`, and to refer to the package, `package?hyperSpec` should be used (#129). ### Bugfixes