The tidymass package allows you to check the version of all packages and update them. To check for updates specifically for tidymass and its associated packages, you can use the following code.
tidymass::check_tidymass_version()
Warning in fun(libname, pkgname): mzR has been built against a different Rcpp version (1.0.12)
than is installed on your system (1.0.13.1). This might lead to errors
when loading mzR. If you encounter such issues, please send a report,
including the output of sessionInfo() to the Bioc support forum at
https://support.bioconductor.org/. For details see also
https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue.
Registered S3 method overwritten by 'Hmisc':
method from
vcov.default fit.models
Warning: replacing previous import 'massdataset::check_mass_dataset' by
'metid::check_mass_dataset' when loading 'tidymass'
Warning: replacing previous import 'masstools::remove_noise' by
'metid::remove_noise' when loading 'tidymass'
## tidymass/tidymass is out of date...
##tidymass/massconverter is up-to-date devel version
##tidymass/massdataset is up-to-date devel version
## tidymass/massprocesser is out of date...
##tidymass/masscleaner is up-to-date devel version
## tidymass/massqc is out of date...
##tidymass/metid is up-to-date devel version
## tidymass/massstat is out of date...
##tidymass/metpath is up-to-date devel version
##tidymass/masstools is up-to-date devel version
Use update_tidymass() to update the following pacakges.